Skip to contents

Model of class brmsfit

Usage

brms_slopes_1

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'
)
# }
}