Learn R Programming

boostrq (version 1.0.0)

print.boostrq: printing boosting regression quantiles

Description

printing boosting regression quantiles

Usage

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

Value

print shows a dense representation of the boostrq model fit.

Arguments

x

object of class boostrq

...

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
)

boosted.rq

Run the code above in your browser using DataLab