Description Usage Arguments Value Author(s) References See Also Examples
This function print out the summary of an extrpi0 object, typically from 
calling the function extrp.pi0.
| 1 2 3 4 | 
| x,object |  the  | 
| ... | ignored. | 
an invisible(NULL), used for side effects only. 
Long Qu
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.
| 1 2 3 4 5 6 7 8 9 10 11 12 | ## 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)
## this is how the 'simulatedExtrpi0' data set in this package generated
simulatedExtrpi0=extrp.pi0(simulatedSubt)
## End(Not run)
data(simulatedExtrpi0)
print(simulatedExtrpi0)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.