predict.qris | R Documentation |
Prediction based on fitted quantile regression model
## S3 method for class 'qris'
predict(object, newdata, ...)
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 |
A vector of prediction
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.