clean.cdf: Saving, loading or removing pre-computed conditional cdf...

Description Usage Arguments Details Value Author(s) References See Also

View source: R/clean.cdf.R

Description

Saving, loading or removing pre-computed conditional cdf objects from memory or disk

Usage

1
2
3
save.cdf(path=getwd())
load.cdf(path=getwd())
clean.cdf(where=c("memory","disk","both"),path=getwd())

Arguments

where

Clean either memory or disk or both cdf objects

path

Character: path where pre-computed conditional cdf RData files are stored

Details

The filename on the disk is .pi0cdfp.RData; the environment name is .pi0cdfp which contains the pre-computed conditional cdf objects. The environment itself is stored in global environment.

Value

invisible logical status for save.cdf and clean.cdf. For load.cdf, a character string from load or a try-error object.

Author(s)

Long Qu

References

Ruppert, Nettleton, Hwang. 2007. Exploring the Information in $p$-values for the Analysis and Planning of Multiple-test Experiments. Biometrics. 63. 483-495.

See Also

cond.cdf


pi0 documentation built on May 2, 2019, 4:47 p.m.