Learn R Programming

boostrq (version 1.0.0)

print.summary.boostrq: Print result summaries for a boostrq object

Description

Print result summaries for a boostrq object

Usage

# S3 method for summary.boostrq
print(x, ...)

Value

printing the result summaries for a boostrq object including the print-information, estimated coefficients, and selection frequencies

Arguments

x

a summary.boostrq object

...

additional arguments passed to callies

Examples

Run this code
boosted.rq <-
boostrq(
 formula = mpg ~ brq(cyl * hp) + brq(am + wt),
 data = mtcars,
 mstop = 200,
 nu = 0.1,
 tau = 0.5
)

summary(boosted.rq)

Run the code above in your browser using DataLab