Description Usage Arguments Details Note Author(s) See Also Examples
Write the results of an LBE object to a file.
1 | LBEwrite(LBEobj, filename = "LBE-results.txt")
|
LBEobj |
LBE object |
filename |
Output filename (optional) |
The output file lists the estimate of pi0, which is the proportion of true null hypotheses. It also lists each p-value and corresponding q-value, one per line. If an FDR significance level was specified in the call to qvalue, the significance level is printed below the estimate of pi0, and an indicator of significance is included as a third column for each p-value and q-value.
The function LBEwrite is analogous to the function qwrite from the package
qvalue
.
Cyril Dalmasso
LBE
, LBEplot
, LBEsummary
, LBEa
1 2 3 4 5 | ## start
data(hedenfalk.pval)
res<-LBE(hedenfalk.pval)
LBEwrite(res,filename="myresults.txt")
## end
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.