print.boostrq: printing boosting regression quantiles

View source: R/methods.R

print.boostrqR 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


boostrq documentation built on May 29, 2024, 12:32 p.m.