QRMonSeparate: Separate data points.

Description Usage Arguments Details Value See Also

View source: R/QRMon.R

Description

Separates the argument by the regression functions in the context. If no argument is given the data in the monad object is separated.

Usage

1
QRMonSeparate(qrObj, data = NULL, cumulativeQ = TRUE, fractionsQ = FALSE)

Arguments

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?

Details

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.

Value

A QRMon object.

See Also

Other Regression functions: QRMonPickPathPoints(), QRMonPredict(), QRMonQuantileRegressionFit(), QRMonQuantileRegression(), QRMonSeparateToFractions()


antononcube/QRMon-R documentation built on July 26, 2021, 1:07 p.m.