print.summary.boostrq {boostrq} | R Documentation |
Print result summaries for a boostrq object
Description
Print result summaries for a boostrq object
Usage
## S3 method for class 'summary.boostrq'
print(x, ...)
Arguments
x |
a summary.boostrq object |
... |
additional arguments passed to callies |
Value
printing the result summaries for a boostrq object including the print-information, estimated coefficients, and selection frequencies
Examples
boosted.rq <-
boostrq(
formula = mpg ~ brq(cyl * hp) + brq(am + wt),
data = mtcars,
mstop = 200,
nu = 0.1,
tau = 0.5
)
summary(boosted.rq)
[Package boostrq version 1.0.0 Index]