risk.boostrq: Empirical Quantile Risk of boostrq Object

View source: R/methods.R

risk.boostrqR Documentation

Empirical Quantile Risk of boostrq Object

Description

Empirical Quantile Risk of boostrq Object

Usage

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

Arguments

object

a boostrq object

...

additional arguments passed to callies

Value

numeric vector containing the respective empirical quantile risk of the different boosting iterations.

Examples

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

risk(boosted.rq)


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