coef.cv.rq.pen {rqPen} | R Documentation |
Returns Coefficients of a cv.rq.pen object
Description
Warning: this function is no longer exported, due to the switch from cv.rq.pen() to rq.pen.cv().
Usage
## S3 method for class 'cv.rq.pen'
coef(object, lambda = "min", ...)
Arguments
object |
cv.rq.pen object |
lambda |
Value of lambda, default is to use the minimum value. |
... |
Additional parameters. |
Value
Coefficients for a given lambda, or the lambda associated with the minimum cv value.
Author(s)
Ben Sherwood, ben.sherwood@ku.edu
[Package rqPen version 4.1.3 Index]