powered by
Wrapper for speedy access to MUVR2 (autosetup of parallelization)
qMUVR2( X, Y, ML = FALSE, method = "RF", varRatio = 0.65, nCore, repMult = 1, nOuter = 5, ... )
MUVR object
X-data
Y-data
Boolean for multilevel
'RF' (default) or 'PLS'
proportion of variables to keep in each loop of the recursive feature elimination
Number of threads to use for calculation (defaults to detectCores()-1)
Multiplier of cores -> nRep = repMult * nCore
Number of outer segments
Additional arguments(see MUVR)
# \donttest{ data("freelive2") regrModel <- qMUVR2(X = XRVIP2, Y = YR2, nCore = 1) # }
Run the code above in your browser using DataLab