View source: R/model_selection.R
model_selection | R Documentation |
This function returns a table with several criteria for model comparison.
model_selection(
...,
criteria = c("npar", "LL", "AIC", "BIC"),
add_form = FALSE
)
... |
One or more objects of class |
criteria |
A vector of one or more of the following characters:
|
add_form |
Set to |
See the vignette on model selection for more details.
A data frame, criteria in columns, models in rows.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.