risk.boostrq {boostrq} | R Documentation |
Empirical Quantile Risk of boostrq Object
## S3 method for class 'boostrq'
risk(object, ...)
object |
a boostrq object |
... |
additional arguments passed to callies |
numeric vector containing the respective empirical quantile risk of the different boosting iterations.
boosted.rq <-
boostrq(
formula = mpg ~ brq(cyl * hp) + brq(am + wt),
data = mtcars,
mstop = 200,
nu = 0.1,
tau = 0.5
)
risk(boosted.rq)