Description Usage Arguments Details Value See Also
Finds the quantile regression objects for the specified quantile probabilities using a specified formula.
| 1 2 3 4 5 6 | QRMonQuantileRegressionFit(
  qrObj,
  formula,
  probabilities = c(0.25, 0.5, 0.75),
  ...
)
 | 
| qrObj | An QRMon object. | 
| formula | A formula. | 
| probabilities | A numeric vector with quantile probabilities. | 
| ... | Arguments for   | 
The formula has to use "Value" and "Regressor".
For example: Value ~ sin(1+3*Regressor).
The obtained regression objects are assigned/appended to
qrObj$RegressionObjects.
For more computational details see quantreg::rq.
A QRMon object.
Other Regression functions: 
QRMonPickPathPoints(),
QRMonPredict(),
QRMonQuantileRegression(),
QRMonSeparateToFractions(),
QRMonSeparate()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.