print.boostrq {boostrq}R Documentation

printing boosting regression quantiles

Description

printing boosting regression quantiles

Usage

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

Arguments

x

object of class boostrq

...

additional arguments passed to callies

Value

print shows a dense representation of the boostrq model fit.

Examples

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

boosted.rq


[Package boostrq version 1.0.0 Index]