getIc {CompR} | R Documentation |
Gets the Information criteria's labels.
Description
Gets the Information criteria's labels (AIC, BIC, CAIC).
Usage
getIc(object)
Arguments
object |
An object of class |
Value
vector of Information criteria.
Examples
data(Cocktail)
ResCock<-EstimBradley(Cocktail,Constraint=0,Tcla=1,eps=1e-04,eps1=1e-04,TestPi=TRUE)
ResCock_Ic<-getIc(ResCock)
[Package CompR version 1.0 Index]