Description Usage Arguments Details Value See Also
Finds the quantile regression objects for the specified quantile probabilities using a B-spline basis.
1 2 3 4 5 6 7 8 |
qrObj |
An QRMon object. |
df |
Degrees of freedom;
same as |
knots |
The internal breakpoints that define the spline;
same as |
degree |
Degree of the piecewise polynomial;
same as |
probabilities |
A numeric vector with quantile probabilities. |
... |
Additional arguments for |
The obtained regression objects are assigned/appended to the
qrObj$RegressionObjects.
For more computational details see quantreg::rq.
This function can be seen as a splines-basis shortcut of
QRMonQuantileRegressionFit.
A QRMon object.
Other Regression functions:
QRMonPickPathPoints(),
QRMonPredict(),
QRMonQuantileRegressionFit(),
QRMonSeparateToFractions(),
QRMonSeparate()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.