predict.rrq | R Documentation |
This function computes predictions based on fitted restricted quantile regression models.
## S3 method for class 'rrq'
predict(object, newdata, na.action = na.pass, ...)
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 |
... |
not used. |
a vector or a matrix or an array of predictions.
Marco Geraci
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.