coef.qrr {Qtools} | R Documentation |
coef
extracts model coefficients from qrr
objects.
## S3 method for class 'qrr'
coef(object, ...)
## S3 method for class 'qrr'
coefficients(object, ...)
object |
an object of |
... |
not used. |
a vector of estimated coefficients.
Marco Geraci