plrs.select: Model selection
Description
Selection of a model based on an information criterion (AIC, AICC, BIC or OSAIC).Usage
plrs.select(object, crit = ifelse(object@call.arg$constr,"osaic","aic"))
Arguments
crit
Character corresponding to the criterion to use. See criteria
.