predict.cv.rq.pen: Prediction for a cv.rq.pen object

View source: R/mainFunctions.R

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


rqPen documentation built on Aug. 25, 2023, 1:07 a.m.