best_model: Extract the Best Model

Description Usage Arguments Value See Also

View source: R/model-selection.R

Description

Extracts the best model from the auto_*() search procedure.

Usage

1
2
3
4
best_model(x, ...)

## S3 method for class 'auto_edina'
best_model(x, ic = c("ppp", "bic", "dic"), ...)

Arguments

x

An auto_edina object

...

Not used.

ic

Information criterion name. Default "ppp".

Value

An edina model object corresponding to the smallest value of requested information criterion.

See Also

DIC.edina(), BIC.edina(), PPP.edina()


edina documentation built on March 26, 2020, 9:30 p.m.