Learn R Programming

RNAither (version 2.20.0)

savepValVec: 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

Run this code
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")

Run the code above in your browser using DataLab