Description Usage Arguments Value Author(s) See Also
View source: R/lqm_S3_predict.R
This function computes predictions based on fitted linear quantile model.
1 2 3 4 5 6 7 8 9 |
object |
an lqm or lqm.counts object. |
newdata |
an optional data frame in which to look for variables with which to predict. If omitted, the fitted values are used. |
interval |
logical flag. If TRUE, bootstrap percentile intervals for predictions are provided. This argument is for lqm objects only. |
level |
confidence level. This argument is for lqm objects only. |
na.action |
function determining what should be done with missing values in newdata. The default is to predict NA. |
... |
further arguments passed to [boot.lqm]. |
a vector or a matrix or an array of predictions.
Marco Geraci
residuals.lqm, residuals.lqm.counts,
lqm, lqm.counts, coef.lqm,
boot.lqm
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.