ASKurz / Doing-Bayesian-Data-Analysis-in-brms-and-the-tidyverse

The bookdown version lives here: https://bookdown.org/content/3686
GNU General Public License v3.0
147 stars 44 forks source link

fit24.1$data <- NULL #47

Open ASKurz opened 1 year ago

ASKurz commented 1 year ago

In Section 25.1.3, I provide a quick way to remove data from a brm() fit object:

fit24.1$data <- NULL

This doesn't seem to work properly any more. Investigate.