coef.cv.rq.pen: Returns Coefficients of a cv.rq.pen object

View source: R/mainFunctions.R

coef.cv.rq.penR 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


bssherwood/rqpen documentation built on April 23, 2024, 9:50 a.m.