predict.qris {qris}R Documentation

Prediction for Quantile Regression Model Fitted on Residual life

Description

Prediction based on fitted quantile regression model

Usage

## S3 method for class 'qris'
predict(object, newdata, ...)

Arguments

object

is a qris object

newdata

is a data frame for an optional new data to do predictions. If omitted, the fitted values based on the original data and fit will be returned.

...

for future extension

Value

A vector of prediction


[Package qris version 1.1.1 Index]