Description Usage Arguments Details Value See Also
Separates the argument by the regression functions in the context. If no argument is given the data in the monad object is separated.
1 | QRMonSeparate(qrObj, data = NULL, cumulativeQ = TRUE, fractionsQ = FALSE)
|
qrObj |
An QRMon object. |
data |
A data frame of points to be separated. |
cumulativeQ |
Should for each regression quantile find the points below it? |
fractionsQ |
Should fractions instead of points be returned? |
The result of the separation is a list of data frames assigned to qrObj$Value
.
Each data frame of that list corresponds to the found regression quantiles.
If the data frame argument data
has columns "Regressor" and "Value" those columns are used;
otherwise the first and second columns are treated as "Regressor" and "Value" respectively.
A QRMon object.
Other Regression functions:
QRMonPickPathPoints()
,
QRMonPredict()
,
QRMonQuantileRegressionFit()
,
QRMonQuantileRegression()
,
QRMonSeparateToFractions()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.