This function computes predictions based on fitted restricted quantile regression models.
# S3 method for rrq
predict(object, newdata, na.action = na.pass, ...)
a vector or a matrix or an array of predictions.
an object of class
rrq
.
an optional data frame in which to look for variables with which to predict. If omitted, the fitted values are used.
function determining what should be done with missing values in newdata
. The default is to predict NA
.
not used.
Marco Geraci