Learn R Programming

RegularizedSCA (version 0.5.4)

plot.CVstructuredSCA: Cross-validation plot

Description

A plot of mean square errors + 1 standard error against Lasso tuning parameters. The plot is plotted against a log scale of lambda if LassoSequence is not defined by users.

Usage

# S3 method for CVstructuredSCA
plot(x, ...)

Arguments

x

A object for plot.

...

Argument to be passed to or from other methods.

Examples

Run this code
# NOT RUN {
## S3 method for class 'CVstructuredSCA'
plot(x)
# }
# NOT RUN {
# }

Run the code above in your browser using DataLab