coef.qrr: Extract Coefficients
Description
coef
extracts model coefficients from qrr
objects.
Usage
# S3 method for qrr
coef(object, ...)
# S3 method for qrr
coefficients(object, ...)
Value
a vector of estimated coefficients.
Arguments
- object
an object of class
qrr
.
- ...
not used.