Decon2CDF: Extract the CDF estimate for a specific quantile from a...

Description Usage Arguments Details Examples

View source: R/Decon2CDF.R

Description

Extract the CDF estimate for a specific quantile from a QPdecon object

Usage

1
Decon2CDF(qpobj, quant)

Arguments

qpobj

a QPdecon output object, with Pdf = FALSE

quant

a vector of quantiles of interest

Details

Uses linear interpolation to extract the approximate estimate for the requested quantile.

Examples

1
2
3
y <- rnorm(100) + rnorm(100)
qpobj <- QPdecon::QPdecon(Y=y,Pdf=FALSE,f_Z=1)
Decon2CDF(qpobj = qpobj,quant = c(1.64,1.96))

blebedenko/thescript2 documentation built on Dec. 19, 2021, 9:53 a.m.