summary.boostrq {boostrq} | R Documentation |
Result summaries for a boostrq object
Description
Result summaries for a boostrq object
Usage
## S3 method for class 'boostrq'
summary(object, ...)
Arguments
object |
a boostrq object |
... |
additional arguments passed to callies |
Value
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]