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