QRMonPickPathPoints: Pick path points.

Description Usage Arguments Details Value See Also

View source: R/QRMon.R

Description

Pick points close to the regression functions using a specified threshold.

Usage

1
2
3
4
5
6
QRMonPickPathPoints(
  qrObj,
  threshold,
  pickAboveThresholdQ = FALSE,
  relativeErrorsQ = FALSE
)

Arguments

qrObj

An QRMon object.

threshold

The pick threshold.

pickAboveThresholdQ

Should points be picked below or above the threshold?

relativeErrorsQ

Should relative errors be used?

Details

The list of data frames is assigned to qrObj$Value.

Value

A QRMon object.

See Also

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


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