powered by
Extract indices of selected base learners
# S3 method for boostrq selected(object, ...)
an index vector indicating the selected base learner in each iteration
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 ) selected(boosted.rq)
Run the code above in your browser using DataLab