GLMMadaptive_1: GLMMadaptive_1

GLMMadaptive_1R Documentation

GLMMadaptive_1

Description

Model of class GLMMadaptive

Usage

GLMMadaptive_1

Format

An object of class MixMod of length 21.

Examples

## Not run: 
data(cbpp, package = "lme4")

GLMMadaptive::mixed_model(
  cbind(incidence, size - incidence) ~ period,
  random = ~ 1 | herd,
  data = cbpp,
  family = binomial
)

## End(Not run)

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