plrs.select {plrs}R Documentation

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

object

An object of class plrs-class

crit

Character corresponding to the criterion to use. See criteria.

Value

An object of class plrs.select-class

Author(s)

Gwenael G.R. Leday g.g.r.leday@vu.nl


[Package plrs version 1.26.0 Index]