Learn R Programming

MUVR2 (version 0.1.0)

varClass: Report variables belonging to different classes

Description

Reports names and numbers of variables: all as well as optimal (min model), redundant (from min up to max) and noisy (the rest).

Usage

varClass(MUVRclassObject)

Value

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)

Arguments

MUVRclassObject

A MUVR class object

Examples

Run this code
# \donttest{
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)
# }

Run the code above in your browser using DataLab