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