predict.qrr {Qtools} | R Documentation |
Predictions from Quantile Ratio Regression Models
Description
This function computes predictions based on quantile ratio regression models.
Usage
## S3 method for class 'qrr'
predict(object, newdata, na.action = na.pass,
type = "response", ...)
Arguments
object |
an object of |
newdata |
an optional data frame in which to look for variables with which to predict. If omitted, the fitted values are used. |
na.action |
function determining what should be done with missing values in |
type |
the type of prediction required. The default |
... |
not used. |
Value
a vector of predictions.
Author(s)
Marco Geraci
See Also
[Package Qtools version 1.5.9 Index]