coef.rqt {Qtools} | R Documentation |
coef
extracts model coefficients from rqt
objects.
## S3 method for class 'rqt'
coef(object, all = FALSE, ...)
## S3 method for class 'rqt'
coefficients(object, all = FALSE, ...)
object |
an |
all |
logical flag. If |
... |
not used. |
a vector for single quantiles or a matrix for multiple quantiles.
Marco Geraci