Learn R Programming

pi0 (version 1.3-250)

dncp: Density of noncentrality parameters

Description

These functions return the density function of noncentrality parameters, from ncpest objects

Usage

dncp(obj, ...)
## S3 method for class 'parncpt':
dncp(obj, fold=FALSE, ...)
## S3 method for class 'nparncpt':
dncp(obj, fold=FALSE, ...)
## S3 method for class 'sparncpt':
dncp(obj, fold=FALSE, ...)
## S3 method for class 'nparncpp':
dncp(obj, reflect=TRUE, ...)

Arguments

obj
an object of class ncpest, from which noncentrality parameter density to be extracted
fold
Logical: if TRUE, then the density of noncentrality paramters is folded about zero to give the density of absolute noncentrality parameters.
reflect
Logical: if TRUE, then the density of absolute noncentrality parameters is reflected about zero.
...
Further arguments.

Value

  • A function of one argument

References

Ruppert D, Nettleton D, Hwang JT. (2007) Exploring the Information in $p$-values for the Analysis and Planning of Multiple-test Experiments. Biometrics. 63. 483-495. Qu L, Nettleton D, Dekkers JCM. (2012) Improved Estimation of the Noncentrality Parameter Distribution from a Large Number of $t$-statistics, with Applications to False Discovery Rate Estimation in Microarray Data Analysis. Biometrics (in press).

See Also

parncpt. nparncpt ,sparncpt. nparncpp