brms_slopes_1
brms_slopes_1.Rd
Model of class brmsfit
Format
An object of class estimate_slopes_summary
(inherits from estimate_slopes
, data.frame
) with 4 rows and 9 columns.
Examples
if (FALSE) {
# \dontrun{
states <- as.data.frame(state.x77)
states$HSGrad <- states$`HS Grad`
brm(
Income ~ HSGrad + Murder * Illiteracy,
data = states,
chains = 2,
iter = 100,
cores = 2,
backend = 'cmdstanr'
)
# }
}