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