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

buildglmmTMBR Documentation

Use buildmer to perform stepwise elimination on glmmTMB models

Description

Use 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

buildmer-package

Examples

library(buildmer)
if (requireNamespace('glmmTMB')) {
	model <- buildglmmTMB(Reaction ~ Days + (Days|Subject),data=lme4::sleepstudy)
}

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