powered by
Empirical Quantile Risk of boostrq Object
# S3 method for boostrq risk(object, ...)
numeric vector containing the respective empirical quantile risk of the different boosting iterations.
a boostrq object
additional arguments passed to callies
boosted.rq <- boostrq( formula = mpg ~ brq(cyl * hp) + brq(am + wt), data = mtcars, mstop = 200, nu = 0.1, tau = 0.5 ) risk(boosted.rq)
Run the code above in your browser using DataLab