mstop.boostrq {boostrq}R Documentation

Current number of iterations of boostrq

Description

Current number of iterations of boostrq

Usage

## S3 method for class 'boostrq'
mstop(object, ...)

Arguments

object

a boostrq object

...

additional arguments passed to callies

Value

current number of boosting iterations

Examples

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

mstop(boosted.rq)


[Package boostrq version 1.0.0 Index]