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

View source: R/mainFunctions.R

predict.rq.penR Documentation

Prediction for a rq.pen object

Description

This function is no longer exported.

Usage

## S3 method for class 'rq.pen'
predict(object, newx, ...)

Arguments

object

An rq.pen object.

newx

Matrix of new data to make predictions with.

...

Additional parameters that are currenlty ignored

Value

A vector of predictions.


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