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
)
## S3 method for class 'RprobitB_model_selection'
print(x, digits = 2, ...)
... |
One or more objects of class |
criteria |
[
|
add_form |
[ |
x |
An object of class |
digits |
[ |
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.