brms_beta_1: brms_beta_1

brms_beta_1R Documentation

brms_beta_1

Description

Model of class brmsfit

Usage

brms_beta_1

Format

An object of class brmsfit of length 23.

Examples


## Not run: 
data(FoodExpenditure, package = "betareg")
m <- brm(
  I(food / income) ~ income + (1 | persons),
  data = FoodExpenditure,
  family = Beta()
)

## End(Not run)


easystats/circus documentation built on June 10, 2025, 7:22 p.m.