[.boostrq {boostrq}R Documentation

Updating number of iterations

Description

Updating number of iterations

Usage

## S3 method for class 'boostrq'
x[i, return = TRUE, ...]

Arguments

x

a boostrq object

i

desired number of boosting iterations

return

TRUE, if the result should be returned

...

additional arguments passed to callies

Value

a boostrq object with the updated number of iterations

Examples

boosted.rq <-
boostrq(
 formula = mpg ~ brq(cyl * hp) + brq(am + wt),
 data = mtcars,
 mstop = 200,
 nu = 0.1,
 tau = 0.5
)

boosted.rq[500]


[Package boostrq version 1.0.0 Index]