print.bum {BioNet}R Documentation

Print information about bum model

Description

The function prints information about the bum model.

Usage

## S3 method for class 'bum'
print(x, ...)

Arguments

x

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

...

Other graphic parameters for print.

Author(s)

Marcus Dittrich

See Also

fitBumModel, summary.bum

Examples

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

[Package BioNet version 1.44.0 Index]