residuals.lqm {lqmm} | R Documentation |
Residuals from an LQM Objects
Description
This function computes the residuals from a fitted linear quantile model.
Usage
## S3 method for class 'lqm'
residuals(object, ...)
Arguments
object |
an |
... |
not used. |
Value
a vector or matrix of residuals.
Author(s)
Marco Geraci
See Also
lqm
, lqm.counts
, predict.lqm
, coef.lqm
[Package lqmm version 1.5.8 Index]