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