Description Usage Arguments Details Value Author(s) Examples
Simple wrapper for running lm, glm, lmer, glmer and nb.glmer models on a full suite of variable combinations, outputing an AIC table and w+ variable importance table.
1 2 |
data |
Data frame containing the model input. |
term.names |
Vector containing a list of the variables to be included in the model. |
resp |
Character string containing the response variable of the model. |
random.def |
If running a mixed model, a character string containing the random effect part of the model formula, eg. "(1|Site)". |
model.family |
Model family function, see family. |
model.type |
String defining the model type, can be lm, glm, lmer, glmer or nb.glmer. |
Details
Returns a list containing the AIC table and w+ table.
Grant Williamson (grant.williamson@utas.edu.au)
1 2 3 4 5 6 7 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.