selected.boostrq {boostrq} | R Documentation |
Extract indices of selected base learners
## S3 method for class 'boostrq'
selected(object, ...)
object |
a boostrq object |
... |
additional arguments passed to callies |
an index vector indicating the selected base learner in each iteration
boosted.rq <-
boostrq(
formula = mpg ~ brq(cyl * hp) + brq(am + wt),
data = mtcars,
mstop = 200,
nu = 0.1,
tau = 0.5
)
selected(boosted.rq)