View source: R/robustregression.R
print method for quantilereg objects
1 2 | ## S3 method for class 'quantilereg'
print(fit, digits = 4, conf.level = 0.95)
|
fit |
the model fit |
digits |
the number of significant digits to display. defaults to 4. |
conf.level |
the confidence level for calculating confidence intervals. only applies to when only a single coefficient is evaluated in a call to qreg. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.