buildglmmTMB | R Documentation |
buildmer
to perform stepwise elimination on glmmTMB
modelsUse 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 |
buildmer-package
library(buildmer) if (requireNamespace('glmmTMB')) { model <- buildglmmTMB(Reaction ~ Days + (Days|Subject),data=lme4::sleepstudy) }
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.