coef.cv.grpsel {grpsel} | R Documentation |
Extracts coefficients for specified values of the tuning parameters.
## S3 method for class 'cv.grpsel'
coef(object, lambda = "lambda.min", gamma = "gamma.min", ...)
object |
an object of class |
lambda |
the value of |
gamma |
the value of |
... |
any other arguments |
A matrix of coefficients.
Ryan Thompson <ryan.thompson-1@uts.edu.au>