Description Usage Arguments Details Value Author(s) References See Also Examples
This function accepts a matrix of simulated null p-values where each column corresponds to the p-values from a single simulated study. The null p-values should represent a subset of all the simulated p-values corresponding to the tests with no signal.
1 |
P |
An m0 x B matrix of null p-values, each column corresponds to the p-values from a single simulated study. |
The dks.pvalue function performs the double Kolmogorov-Smirnov test outlined in Leek and Storey (2009). The p-values should be simulated from a realistic distribution and only the null p-values should be passed to the dks.pvalue function.
dkspvalue |
The double Kolmogorov-Smirnov p-value. |
kspvalue |
A B-vector of the Kolmogorov-Smirnov p-values one for each test. |
Jeffrey T. Leek jleek@jhsph.edu
J.T. Leek and J.D. Storey, "The Joint Null Distribution of Multiple Hypothesis Tests."
pprob.uniform
, dks
, pprob.dist
,cred.set
1 2 3 4 5 6 7 8 9 | ## Load data
data(dksdata)
## Calculate the double KS p-value
dksp <- dks.pvalue(P)
dksp$dkspvalue
## Histogram of the distribution of KS test p-values
hist(dksp$kspvalue)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.