Description Usage Arguments Value Author(s) Examples
View source: R/model_selection.R
Function to create AIC table of fitted models
1 | XXX
|
mod_list |
List containing fitted 'radish' objects |
AICc |
Use second order AIC in ranking models (Default = FALSE). See Details |
BIC |
Use BIC in ranking models (Default = FALSE). See Details |
mod_names |
Optional. Specify names for fitted model objects. By default, the right hand side of the fitted 'radish' model will be used as the model name. |
verbose |
(Default = FALSE) Should the table be pronted to the console |
... |
Not used |
Data frame with AIC summary table for provided models
Bill Peterman
1 2 3 4 | ## Not Run:
## ** TO BE COMPLETED ** ##
## End (Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.