coef.supclass {abclass} | R Documentation |
Extract coefficient estimates from an supclass
object.
## S3 method for class 'supclass'
coef(object, selection = c("cv_1se", "cv_min", "all"), ...)
object |
An object of class |
selection |
An integer vector for the indices of solution or a
character value specifying how to select a particular set of coefficient
estimates from the entire solution path. If the specified
|
... |
Other arguments not used now. |
A matrix representing the coefficient estimates or an array representing all the selected solutions.
## see examples of `supclass()`.