mergeModels | R Documentation |
Merge two MUVR class objects that use regression for PLS or RF methods. The resultant MUVR class object has the same indata except that nRep is different.
mergeModels(MV1, MV2)
MV1 |
a MUVR class Object |
MV2 |
a MUVR class Object |
A merged MURV class object
data("freelive2")
nRep <- 2
nOuter <- 4
varRatio <-0.6
regrModel <- MUVR2(X = XRVIP2,
Y = YR2,
nRep = nRep,
nOuter = nOuter,
varRatio = varRatio,
method = "PLS",
modReturn = TRUE)
mergedModel<-mergeModels(regrModel,regrModel)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.