varClass | R Documentation |
Reports names and numbers of variables: all as well as optimal (min model), redundant (from min up to max) and noisy (the rest).
varClass(MUVRclassObject)
MUVRclassObject |
A MUVR class object |
A list with names and numbers of variables: all as well as optimal (Corresponding to 'min' or minial-optimal model), redundant (from 'min' up to 'max' or all-relevant ) and noisy (the rest)
data("mosquito")
nRep <- 2
nOuter <- 4
classModel <- MUVR2_EN(X = Xotu,
Y = Yotu,
nRep = nRep,
nOuter = nOuter,
DA = TRUE,
modReturn = TRUE)
classModel<-getVar(classModel,option="quantile")
varClass(classModel)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.