fitted.boostrq {boostrq}R Documentation

fitted values of boosting regression quantiles

Description

fitted values of boosting regression quantiles

Usage

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

Arguments

object

object of class boostrq

...

additional arguments passed to callies

Value

fitted returns the fitted values of the fitted boostrq model.

Examples

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

fitted(boosted.rq)


[Package boostrq version 1.0.0 Index]