Saving, loading or removing pre-computed conditional cdf objects from memory or disk
save.cdf(path=getwd())
load.cdf(path=getwd())
clean.cdf(where=c("memory","disk","both"),path=getwd())
Clean either memory
or disk
or both
cdf objects
Character: path where pre-computed conditional cdf RData files are stored
invisible logical status for save.cdf
and clean.cdf
. For load.cdf
, a character string from load
or a try-error
object.
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.
Ruppert, Nettleton, Hwang. 2007. Exploring the Information in $p$-values for the Analysis and Planning of Multiple-test Experiments. Biometrics. 63. 483-495.