GLMMadaptive_zi_2: GLMMadaptive_zi_2

GLMMadaptive_zi_2R Documentation

GLMMadaptive_zi_2

Description

Model of class GLMMadaptive

Usage

GLMMadaptive_zi_2

Format

An object of class MixMod of length 21.

Examples

## Not run: 
# data prepararion: see "glmmTMB_1"

GLMMadaptive::mixed_model(
  count ~ child + camper,
  random = ~ 1 | persons,
  zi_fixed = ~ child + livebait,
  zi_random = ~ 1 | persons,
  data = fish,
  family = GLMMadaptive::zi.poisson()
)

## End(Not run)

easystats/circus documentation built on March 26, 2024, 9:30 p.m.