Learn R Programming

pi0 (version 1.4-1)

print.subt: Print the Summary of the Subsampling T-tests

Description

This function print out the summary of an subt object, typically from calling the function subt.

Usage

# S3 method for subt
print(x,...)
# S3 method for subt
summary(object,...)

Arguments

x,object

the subt object, for which to print summaries.

...

ignored.

Value

an invisible(NULL), used for side effects only.

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

subt

Examples

Run this code
# NOT RUN {
set.seed(9992722)
## this is how the 'simulatedDat' data set in this package generated
simulatedDat=sim.dat(G=5000)
## this is how the 'simulatedSubt' object in this package generated
simulatedSubt=subt(simulatedDat,balanced=FALSE,max.reps=Inf)
# }
# NOT RUN {
data(simulatedSubt)
print(simulatedSubt)
# }

Run the code above in your browser using DataLab