Description Usage Arguments Value Author(s) See Also Examples
This function computes predictions based on fitted linear quantile models.
1 2 3 |
object |
an |
newdata |
an optional data frame in which to look for variables with which to predict. If omitted, the fitted values are used. |
offset |
an offset to be used with |
na.action |
function determining what should be done with missing values in |
type |
the type of prediction required. The default "response" is on the scale of the response variable, i.e. the values are back-transformed using the inverse of the transformation hinv(Xb); the alternative "link" is on the scale of the linear predictors h(y) = Xb. |
... |
not used. |
a vector or a matrix or an array of predictions.
Marco Geraci
residuals.rq.counts
, rq.counts
, coef.rq.counts
1 2 3 4 5 6 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.