Example of class brmsfit with save_all_pars = TRUE.

brms_4bf_4

Format

An object of class brmsfit of length 21.

Examples

# NOT RUN {
brm(Sepal.Length ~ Species + Petal.Length, data = iris, save_all_pars = TRUE)
# }