QRMonSeparateToFractions: Fractions of separated 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 and compute the corresponding fractions. If no argument is given the data in the monad object is separated.

Usage

1
QRMonSeparateToFractions(qrObj, data = NULL, cumulativeQ = TRUE)

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 is assigned to qrObj$Value. For more details see QRMonSeparate. (This function is just a shortcut to that one.)

Value

A QRMon object.

See Also

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


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