predict.cv.rq.pen {rqPen} | R Documentation |
Prediction for a cv.rq.pen object
Description
This function is no longer exported.
Usage
## S3 method for class 'cv.rq.pen'
predict(object, newx, lambda = "lambda.min", ...)
Arguments
object |
A cv.rq.pen object. |
newx |
Matrix of new data to make predictions with. |
lambda |
Lambda value used, default is the value associated with the minimum cross validation result. |
... |
Additional parameters that are currenlty ignored |
Value
A vector of predictions.
[Package rqPen version 4.1.1 Index]