residuals.qris {qris} | R Documentation |
Residuals for Quantile Regression Model Fitted on Residual life
Description
Residual based on fitted quantile regression model
Usage
## S3 method for class 'qris'
residuals(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 residual
[Package qris version 1.1.1 Index]