model_selection {RprobitB} | R Documentation |
Compare fitted models
Description
This function returns a table with several criteria for model comparison.
Usage
model_selection(
...,
criteria = c("npar", "LL", "AIC", "BIC"),
add_form = FALSE
)
Arguments
... |
One or more objects of class |
criteria |
A vector of one or more of the following characters:
|
add_form |
Set to |
Details
See the vignette on model selection for more details.
Value
A data frame, criteria in columns, models in rows.
[Package RprobitB version 1.1.4 Index]