coef.nestcv.glmnet {nestedcv} | R Documentation |
Extract coefficients from nestcv.glmnet object
Description
Extracts coefficients from the final fit of a "nestcv.glmnet"
object.
Usage
## S3 method for class 'nestcv.glmnet'
coef(object, s = object$final_param["lambda"], ...)
Arguments
object |
Object of class |
s |
Value of penalty parameter lambda. Default is the mean of lambda values selected across each outer fold. |
... |
Other arguments passed to |
Value
Vector or list of coefficients ordered with the intercept first, followed by highest absolute value to lowest.
[Package nestedcv version 0.7.9 Index]