print.bum {BioNet} | R Documentation |
The function prints information about the bum model.
## S3 method for class 'bum' print(x, ...)
x |
Maximum likelihood estimator object of the beta-uniform mixture fit. |
... |
Other graphic parameters for print. |
Marcus Dittrich
data(pvaluesExample) pvals <- pvaluesExample[,1] mle <- fitBumModel(pvals, plot=FALSE) print(mle)