plot.cv.grpsel {grpsel} | R Documentation |
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 class 'cv.grpsel'
plot(x, gamma = "gamma.min", ...)
Arguments
x |
an object of class |
gamma |
the value of |
... |
any other arguments |
Value
A plot of the cross-validation results.
Author(s)
Ryan Thompson <ryan.thompson@monash.edu>
[Package grpsel version 1.3.1 Index]