mstop.boostrq: Current number of iterations of boostrq

View source: R/methods.R

mstop.boostrqR 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)


boostrq documentation built on May 29, 2024, 12:32 p.m.