buildglmmTMB: Uses 'buildmer' to perform stepwise elimination on 'glmmTMB'...

View source: R/buildmer.r

buildglmmTMBR Documentation

Uses buildmer to perform stepwise elimination on glmmTMB models

Description

Uses buildmer to perform stepwise elimination on glmmTMB models

Usage

buildglmmTMB(
  formula,
  data = NULL,
  family = gaussian(),
  buildmerControl = buildmerControl()
)

Arguments

formula

See the general documentation under buildmer-package.

data

See the general documentation under buildmer-package.

family

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('glmmTMB')) {
	model <- buildglmmTMB(Reaction ~ Days + (Days|Subject),data=lme4::sleepstudy)
}

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