Description Usage Arguments See Also Examples
Saves a vector of p-values to a text file.
1 | savepValVec(pValVec, filename)
|
pValVec |
a vector of p-values |
filename |
the name of the text file to save the p-values to. |
1 2 3 4 5 | data(pValVec1, package="RNAither")
##for details on the generation of pValVec1, see the example of the Ttest function linked above.
savepValVec(pValVec1, "pvals_testfile1.txt")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.