predict.cv.rq.pen: Prediction for a cv.rq.pen object
Description
This function is no longer exported.
Usage
# S3 method for cv.rq.pen
predict(object, newx, lambda = "lambda.min", ...)
Value
A vector of predictions.
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