coef.grpsel {grpsel} | R Documentation |
Extracts coefficients for specified values of the tuning parameters.
## S3 method for class 'grpsel'
coef(object, lambda = NULL, gamma = NULL, ...)
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>