buildmer.nb: Use 'buildmer' to fit negative-binomial models using 'glm.nb'...

buildmer.nbR 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 buildmer-package

data

See the general documentation under buildmer-package

buildmerControl

Control arguments for buildmer — see the general documentation under buildmerControl

See Also

buildmer-package

Examples

library(buildmer)
if (requireNamespace('MASS')) {
model <- buildmer.nb(Days ~ Sex*Age*Eth*Lrn,MASS::quine)
}

buildmer documentation built on Oct. 25, 2023, 9:08 a.m.