brms_linear_1 | R Documentation |
Model of class brmsfit
brms_linear_1
An object of class brmsfit
of length 23.
## Not run:
data(efc, package = "ggeffects")
efc <- datawizard::to_factor(efc, c("c161sex", "c172code", "e16sex", "e42dep"))
levels(efc$c172code) <- c("low", "mid", "high")
brm(barthtot ~ e16sex + c161sex + c172code * c160age + c12hour + e42dep, data = efc)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.