QRMonPredict: Prediction with regression objects.

Description Usage Arguments Details Value See Also

View source: R/QRMon.R

Description

Predict values with the monad object regression objects over specified new data.

Usage

1
QRMonPredict(qrObj, newdata = NULL, ...)

Arguments

qrObj

An QRMon object.

newdata

A numeric vector, a data frame with a column 'Regressor', or NULL.

...

parameters for quantreg::predict.rq.

Details

The result of the evaluation of the regression objects over the new data is a list of data frame. List's names are the quantile probabilities that correspond to the regression objects. The list is assigned to qrObj$Value.

Value

A QRMon object.

See Also

Other Regression functions: QRMonPickPathPoints(), QRMonQuantileRegressionFit(), QRMonQuantileRegression(), QRMonSeparateToFractions(), QRMonSeparate()


antononcube/QRMon-R documentation built on July 26, 2021, 1:07 p.m.