View source: R/mainFunctions.R
| predict.cv.rq.pen | R Documentation | 
This function is no longer exported.
## S3 method for class 'cv.rq.pen'
predict(object, newx, lambda = "lambda.min", ...)
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  | 
A vector of predictions.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.