Learn R Programming

pi0 (version 1.4-1)

simulatedTstat: t-Statistics and p-Values from a Simulated Microarray Data Set

Description

These are the results from applying t-tests to the simulated data set simulatedDat.

Usage

data(simulatedTstat)
data(simulatedPval)

Arguments

Format

A numeric vector of two-sample t-statistics of length 5000.

Details

This is the result from calling data(simulatedDat) simulatedTstat=matrix.t.test(simulatedDat,tOnly=TRUE) simulatedPval=matrix.t.test(simulatedDat)

References

Qu, L., Nettleton, D., Dekkers, J.C.M. Subsampling Based Bias Reduction in Estimating the Proportion of Differentially Expressed Genes from Microarray Data. Unpublished manuscript.

See Also

sim.dat, simulatedDat

Examples

Run this code
# NOT RUN {
data(simulatedTstat)
data(simulatedPval)
# }

Run the code above in your browser using DataLab