Skip to contents

Model of class brmsfit

Usage

brms_beta_1

Format

An object of class brmsfit of length 23.

Examples

if (FALSE) {
# \dontrun{
data(FoodExpenditure, package = "betareg")
m <- brm(
  I(food / income) ~ income + (1 | persons),
  data = FoodExpenditure,
  family = Beta()
)
# }
}