Model of class glmerMod

merMod_nb_1

Format

An object of class glmerMod of length 1.

Examples

library(lme4)
#> Loading required package: Matrix
library(glmmTMB)
#> Error in library(glmmTMB): there is no package called 'glmmTMB'
data(Owls)
#> Warning: data set 'Owls' not found
glmer.nb(SiblingNegotiation ~ SexParent + ArrivalTime + (1 | Nest), data = Owls)
#> Error: 'data' not found, and some variables missing from formula environment