View source: R/print.summary.p.fdr.R
print.summary.p.fdr | R Documentation |
This function prints the summary a p.fdr.object.
## S3 method for class 'summary.p.fdr' print(x, digits = 3, ...)
x |
A list of output from the summary.p.fdr function. |
digits |
A numeric value for the number of desired digits in the summary output. Defaults to 3. |
... |
Further arguments passed to or from other methods. |
We run into errors or warnings when
Rpack:bibtexRdpack
\insertRefRFDRestimation
\insertRefmurray2020falseFDRestimation
plot.p.fdr, p.fdr, get.pi0
# Example 1 pi0 = 0.8 pi1 = 1-pi0 n = 10 n.0 = ceiling(n*pi0) n.1 = n-n.0 sim.data = c(rnorm(n.1,5,1),rnorm(n.0,0,1)) sim.data.p = 2*pnorm(-abs(sim.data)) fdr.output = p.fdr(pvalues=sim.data.p, adjust.method="BH") summary(fdr.output)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.