Learn R Programming

grpsel (version 1.3.2)

plot.cv.grpsel: Plot function for cv.grpsel object

Description

Plot the cross-validation results from group subset selection for a specified value of gamma.

Usage

# S3 method for cv.grpsel
plot(x, gamma = "gamma.min", ...)

Value

A plot of the cross-validation results.

Arguments

x

an object of class cv.grpsel

gamma

the value of gamma indexing the desired fit

...

any other arguments

Author

Ryan Thompson <ryan.thompson-1@uts.edu.au>