powered by
printing boosting regression quantiles
# S3 method for boostrq print(x, ...)
print shows a dense representation of the boostrq model fit.
object of class boostrq
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 ) boosted.rq
Run the code above in your browser using DataLab