print.boostrq {boostrq} | R Documentation |
printing boosting regression quantiles
## S3 method for class 'boostrq'
print(x, ...)
x |
object of class boostrq |
... |
additional arguments passed to callies |
print shows a dense representation of the boostrq model fit.
boosted.rq <-
boostrq(
formula = mpg ~ brq(cyl * hp) + brq(am + wt),
data = mtcars,
mstop = 200,
nu = 0.1,
tau = 0.5
)
boosted.rq