print.summary.rq {quantreg} | R Documentation |
Print Quantile Regression Summary Object
Description
Print summary of quantile regression object
Usage
## S3 method for class 'summary.rq'
print(x, digits=max(5, .Options$digits - 2), ...)
## S3 method for class 'summary.rqs'
print(x, ...)
Arguments
x |
This is an object of class |
digits |
Significant digits reported in the printed table. |
... |
Optional arguments passed to printing function |
See Also
[Package quantreg version 5.98 Index]