risk.boostrq {boostrq} | R 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)
[Package boostrq version 1.0.0 Index]