View source: R/dCVnet_plotting.R
plot.multialpha.repeated.cv.glmnet | R Documentation |
Plot averaged and best innerloop model performance highlighting
the selected alpha for a
multialpha.repeated.cv.glmnet
## S3 method for class 'multialpha.repeated.cv.glmnet'
plot(x, xvar = c("lambda", "s"), errorbars = FALSE, plot = TRUE, ...)
x |
a |
xvar |
what to plot on x-axis. Either the log10 lambda value, or the proportion of the lambda sequence (for that alpha). |
errorbars |
boolean. Add errorbars to the plot? |
plot |
(bool) produce the plot? or just return the plot and data |
... |
NULL |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.