Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

buildglmmTMB

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

...

Additional options to be passed to glmmTMB; for backward-compatibility reasons, will also accept buildmer control parameters, although those specified in buildmerControl will take precedence

See Also

Examples

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

buildmer

Stepwise Elimination and Term Reordering for Mixed-Effects Regression

v1.9
FreeBSD
Authors
Cesko C. Voeten [aut, cre] (<https://orcid.org/0000-0003-4687-9973>)
Initial release

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.