Description Usage Arguments Value See Also
View source: R/model-selection.R
Extracts the best model from the auto_*() search procedure.
1 2 3 4 | best_model(x, ...)
## S3 method for class 'auto_edina'
best_model(x, ic = c("ppp", "bic", "dic"), ...)
|
x |
An |
... |
Not used. |
ic |
Information criterion name. Default |
An edina model object corresponding to the smallest value of requested
information criterion.
DIC.edina(),
BIC.edina(),
PPP.edina()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.