print.bum: Print information about bum model

Description Usage Arguments Author(s) See Also Examples

View source: R/Statistics.R

Description

The function prints information about the bum model.

Usage

1
2
## 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

1
2
3
4

Example output

Loading required package: graph
Loading required package: BiocGenerics
Loading required package: parallel

Attaching package: 'BiocGenerics'

The following objects are masked from 'package:parallel':

    clusterApply, clusterApplyLB, clusterCall, clusterEvalQ,
    clusterExport, clusterMap, parApply, parCapply, parLapply,
    parLapplyLB, parRapply, parSapply, parSapplyLB

The following objects are masked from 'package:stats':

    IQR, mad, sd, var, xtabs

The following objects are masked from 'package:base':

    Filter, Find, Map, Position, Reduce, anyDuplicated, append,
    as.data.frame, basename, cbind, colMeans, colSums, colnames,
    dirname, do.call, duplicated, eval, evalq, get, grep, grepl,
    intersect, is.unsorted, lapply, lengths, mapply, match, mget,
    order, paste, pmax, pmax.int, pmin, pmin.int, rank, rbind,
    rowMeans, rowSums, rownames, sapply, setdiff, sort, table, tapply,
    union, unique, unsplit, which, which.max, which.min

Loading required package: RBGL
Beta-Uniform-Mixture (BUM) model

6154 pvalues fitted

Mixture parameter (lambda):	0.467
shape parameter (a): 		0.589
log-likelihood:			350.2

BioNet documentation built on Nov. 8, 2020, 5:48 p.m.