savepValVec: Save p-values to file

Description Usage Arguments See Also Examples

View source: R/stattest.R

Description

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

Usage

1
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

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

RNAither documentation built on Nov. 8, 2020, 8:06 p.m.