if (FALSE) {
# don't store group-level coefficients
fit <- brm(count ~ zAge + zBase * Trt + (1|patient),
data = epilepsy, family = poisson(),
save_pars = save_pars(group = FALSE))
variables(fit)
}
Run the code above in your browser using DataLab