coef.cv.rq.group.pen {rqPen} | R Documentation |
Coefficients from a cv.rq.group.pen object
Description
Coefficients from a cv.rq.group.pen object
Usage
## S3 method for class 'cv.rq.group.pen'
coef(object, lambda = "min", ...)
Arguments
object |
A cv.rq.group.pen object. |
lambda |
The lambda value, default is to use the one associated with the minimum cv error. |
... |
Additional parameters. |
Value
Vector of coefficients.
[Package rqPen version 4.1.3 Index]