brq {boostrq} | R Documentation |
Base-learner for linear quantile regression.
brq(formula, method = "fn")
formula |
a symbolic description of the base learner. |
method |
the algortihm used to fit the quantile regression, the default is set to "fn", referring to the Frisch-Newton inferior point method. For more details see the documentation of quantreg::rq. |
brq returns a string, which is used to specifiy the formula in the fitting process.
brq(cyl * hp)