coef.qrr {Qtools} | R Documentation |
Extract Coefficients
Description
coef
extracts model coefficients from qrr
objects.
Usage
## S3 method for class 'qrr'
coef(object, ...)
## S3 method for class 'qrr'
coefficients(object, ...)
Arguments
object |
an object of |
... |
not used. |
Value
a vector of estimated coefficients.
Author(s)
Marco Geraci
See Also
[Package Qtools version 1.5.9 Index]