plot.multialpha.repeated.cv.glmnet: plot.multialpha.repeated.cv.glmnet

View source: R/dCVnet_plotting.R

plot.multialpha.repeated.cv.glmnetR Documentation

plot.multialpha.repeated.cv.glmnet

Description

Plot averaged and best innerloop model performance highlighting the selected alpha for a multialpha.repeated.cv.glmnet

Usage

## S3 method for class 'multialpha.repeated.cv.glmnet'
plot(x, xvar = c("lambda", "s"), errorbars = FALSE, plot = TRUE, ...)

Arguments

x

a multialpha.repeated.cv.glmnet object.

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


AndrewLawrence/dCVnet documentation built on Sept. 24, 2024, 5:24 a.m.