qMUVR2 | R Documentation |
Wrapper for speedy access to MUVR2 (autosetup of parallelization)
qMUVR2(
X,
Y,
ML = FALSE,
method = "RF",
varRatio = 0.65,
nCore,
repMult = 1,
nOuter = 5,
...
)
X |
X-data |
Y |
Y-data |
ML |
Boolean for multilevel |
method |
'RF' (default) or 'PLS' |
varRatio |
proportion of variables to keep in each loop of the recursive feature elimination |
nCore |
Number of threads to use for calculation (defaults to detectCores()-1) |
repMult |
Multiplier of cores -> nRep = repMult * nCore |
nOuter |
Number of outer segments |
... |
Additional arguments(see MUVR) |
MUVR object
data("freelive2")
regrModel <- qMUVR2(X = XRVIP2,
Y = YR2,
nCore = 1)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.