Learn R Programming

rqPen (version 4.1.3)

coef.cv.rq.pen: 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 cv.rq.pen
coef(object, lambda = "min", ...)

Value

Coefficients for a given lambda, or the lambda associated with the minimum cv value.

Arguments

object

cv.rq.pen object

lambda

Value of lambda, default is to use the minimum value.

...

Additional parameters.

Author

Ben Sherwood, ben.sherwood@ku.edu