buildmer.nb | 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 |
buildmer-package
library(buildmer)
if (requireNamespace('MASS')) {
model <- buildmer.nb(Days ~ Sex*Age*Eth*Lrn,MASS::quine)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.