coef.cv.grpsel {grpsel} | R Documentation |
Coefficient function for cv.grpsel object
Description
Extracts coefficients for specified values of the tuning parameters.
Usage
## S3 method for class 'cv.grpsel'
coef(object, lambda = "lambda.min", gamma = "gamma.min", ...)
Arguments
object |
an object of class |
lambda |
the value of |
gamma |
the value of |
... |
any other arguments |
Value
A matrix of coefficients.
Author(s)
Ryan Thompson <ryan.thompson@monash.edu>
[Package grpsel version 1.3.1 Index]