Skip to contents

Model of class glmerMod

Usage

merMod_nb_1

Format

An object of class glmerMod of length 1.

Examples

if (FALSE) {
library(lme4)
library(glmmTMB)
data(Owls)
glmer.nb(SiblingNegotiation ~ SexParent + ArrivalTime + (1 | Nest), data = Owls)
}