Learn R Programming

boostrq (version 1.0.0)

mstop.boostrq: Current number of iterations of boostrq

Description

Current number of iterations of boostrq

Usage

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

Value

current number of boosting iterations

Arguments

object

a boostrq object

...

additional arguments passed to callies

Examples

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

mstop(boosted.rq)

Run the code above in your browser using DataLab