powered by
Extracts the best model from the auto_*() search procedure.
auto_*()
best_model(x, ...)# S3 method for auto_edina best_model(x, ic = c("ppp", "bic", "dic"), ...)
# S3 method for auto_edina best_model(x, ic = c("ppp", "bic", "dic"), ...)
An edina model object corresponding to the smallest value of requested information criterion.
edina
An auto_edina object
auto_edina
Not used.
Information criterion name. Default "ppp".
"ppp"
DIC.edina(), BIC.edina(), PPP.edina()
DIC.edina()
BIC.edina()
PPP.edina()