residuals.boostrq: residuals of boosting regression quantiles

View source: R/methods.R

residuals.boostrqR Documentation

residuals of boosting regression quantiles

Description

residuals of boosting regression quantiles

Usage

## S3 method for class 'boostrq'
residuals(object, ...)

Arguments

object

object of class boostrq

...

additional arguments passed to callies

Value

residuals returns the residuals of the fitted boostrq model.

Examples

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

residuals(boosted.rq)


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