stanreg_gamm4_3: stanreg_gamm4_3

stanreg_gamm4_3R Documentation

stanreg_gamm4_3

Description

Model of class stanreg

Usage

stanreg_gamm4_3

Format

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

Examples


## Not run: 
data <- iris
data$Cat1 <- rep(c("X", "X", "Y"), length.out = nrow(data))

stan_gamm4(
  Sepal.Width ~ Species + s(Petal.Length),
  random = ~(1 | Cat1),
  data = data
)

## End(Not run)


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