print.rq {quantreg} | R Documentation |
Print an rq object
Description
Print an object generated by rq
Usage
## S3 method for class 'rq'
print(x, ...)
## S3 method for class 'rqs'
print(x, ...)
Arguments
x |
Object returned from rq representing the fit of the model. |
... |
Optional arguments. |
See Also
[Package quantreg version 5.98 Index]