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

View source: R/buildmer.r

buildmer.nbR Documentation

Uses buildmer to fit negative-binomial models using glm.nb and glmer.nb

Description

Uses 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

buildmerControl

Examples

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

buildmer documentation built on June 27, 2026, 1:06 a.m.