Use buildmer to perform stepwise elimination on glmmTMB models
Use buildmer
to perform stepwise elimination on glmmTMB
models
buildglmmTMB( formula, data = NULL, family = gaussian(), buildmerControl = buildmerControl(), ... )
formula |
See the general documentation under |
data |
See the general documentation under |
family |
See the general documentation under |
buildmerControl |
Control arguments for buildmer — see the general documentation under |
... |
Additional options to be passed to |
library(buildmer) if (requireNamespace('glmmTMB')) { model <- buildglmmTMB(Reaction ~ Days + (Days|Subject),data=lme4::sleepstudy) }
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.