predict.lqm | R Documentation |
This function computes predictions based on fitted linear quantile model.
## S3 method for class 'lqm' predict(object, newdata, interval = FALSE, level = 0.95, na.action = na.pass, ...) ## S3 method for class 'lqm.counts' predict(object, newdata, na.action = na.pass, ...)
object |
an |
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 |
level |
confidence level. This argument is for |
na.action |
function determining what should be done with missing values in |
... |
further arguments passed to |
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.