print.rq: Print an rq object

print.rqR 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

rq


quantreg documentation built on Aug. 19, 2023, 5:09 p.m.

Related to print.rq in quantreg...