savepValVec {RNAither}R Documentation

Save p-values to file

Description

Saves a vector of p-values to a text file.

Usage

savepValVec(pValVec, filename)

Arguments

pValVec a vector of p-values
filename the name of the text file to save the p-values to.

See Also

Ttest

Examples

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")

[Package RNAither version 1.4.6 Index]