summary.bum {BioNet}R Documentation

Print summary of informations about bum model

Description

The function summarizes information about the bum model.

Usage

## S3 method for class 'bum'
summary(object, ...)

Arguments

object

Maximum likelihood estimator object of the beta-uniform mixture fit.

...

Other graphic parameters for summary.

Author(s)

Daniela Beisser

See Also

fitBumModel, print.bum

Examples

data(pvaluesExample)
pvals <- pvaluesExample[,1]
mle <- fitBumModel(pvals, plot=FALSE)
summary(mle)

[Package BioNet version 1.52.0 Index]