predict.midrq | R Documentation |
This function computes predictions based on fitted mid-quantile regression models.
## S3 method for class 'midrq'
predict(object, newdata, offset, na.action = na.pass,
type = "response", ...)
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. |
offset |
an optional offset to be included in the model frame (when |
na.action |
function determining what should be done with missing values in |
type |
the type of prediction required. The default |
... |
not used. |
a vector or a matrix or an array of predictions.
Marco Geraci
residuals.midrq
, midrq
, coef.midrq
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.