Model of class brmsfit

brms_mixed_7

Format

An object of class brmsfit of length 19.

Examples

# NOT RUN {
brm(mpg ~ wt + (1 | cyl) + (1 + wt | gear), data = mtcars)
# }