plotVAL | R Documentation |
Produces a plot of validation metric vs number of variables in model (inner segment).
plotVAL(MUVRclassObject, show_outlier = TRUE)
MUVRclassObject |
An object of class 'MUVR' |
show_outlier |
Boolean, show outliers |
A plot
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)
plotVAL(regrModel)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.