buildmer.nb {buildmer} | R Documentation |
buildmer
to fit negative-binomial models using glm.nb
and glmer.nb
Use buildmer
to fit negative-binomial models using glm.nb
and glmer.nb
buildmer.nb(formula, data = NULL, buildmerControl = buildmerControl())
formula |
See the general documentation under |
data |
See the general documentation under |
buildmerControl |
Control arguments for buildmer — see the general documentation under |
library(buildmer)
if (requireNamespace('MASS')) {
model <- buildmer.nb(Days ~ Sex*Age*Eth*Lrn,MASS::quine)
}