stanreg_lmerMod_5: stanreg_lmerMod_5

stanreg_lmerMod_5R Documentation

stanreg_lmerMod_5

Description

Model of class stanreg

Usage

stanreg_lmerMod_5

Format

An object of class stanreg (inherits from glm, lm, lmerMod) of length 27.

Examples


## Not run: 
dat <- iris
dat$Cat1 <- rep(c("X", "X", "Y"), length.out = nrow(dat))
dat$Cat2 <- rep(c("A", "B"), length.out = nrow(dat))
rstanarm::stan_lmer(Petal.Width ~ Cat1 + (1 + Cat1 | Species), data = dat)

## End(Not run)


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