QRMonConditionalCDFPlot: Conditional CDF plot.

Description Usage Arguments Details Value See Also

View source: R/QRMon.R

Description

Computes conditional CDF's for given regressor points and makes corresponding plots.

Usage

1
2
3
4
5
6
7
8
9
QRMonConditionalCDFPlot(
  qrObj,
  regressorValues,
  valueGridPoints = NULL,
  dateOrigin = NULL,
  quantileGridLinesQ = TRUE,
  echoQ = TRUE,
  ...
)

Arguments

qrObj

An QRMon object.

regressorValues

Regressor points to compute CDF's upon.

valueGridPoints

Grid points to use for the value(response) variable. If NULL the grid points are derived from response variable's range in the data.

dateOrigin

Date origin if the regressor conversion to time-date. If NULL no conversion is done. Same as the argument origin of as.POSIXct.

quantileGridLinesQ

Should the quantiles be indicated with vertical grid lines or not?

echoQ

To echo the plot the or not?

...

Arguments for ggplot2::facet_wrap. (In order to plot additional vertical lines.)

Details

This function uses QRMonConditionalCDF.

Value

A QRMon object.

See Also

Other Distribution functions: CDFApproximation(), ExpectedValueApproximation(), PDFApproximation(), QRMonConditionalCDF()


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