SelectVar of DiStatis objectSelectVar(object, ord = FALSE, Crit = c("R2-Adj", "p-val(Bonf)", "AIC",
"BIC"), perc = 0.9, Dims = 2)
## S3 method for class 'DiStatis':
SelectVar(object, ord = FALSE, Crit = c("R2-Adj",
"p-val(Bonf)", "AIC", "BIC"), perc = 0.9, Dims = 2){
data(NCI60Selec)
Z1<-DiStatis(NCI60Selec)
M1<-SelectVar(Z1,Crit="R2-Adj",perc=0.95)
M2<-SelectVar(Z1,Crit="p-val(Bonf)",perc=0.95)
}Run the code above in your browser using DataLab