Description Usage Arguments Author(s) See Also Examples
The function prints information about the bum model.
1 2 |
x |
Maximum likelihood estimator object of the beta-uniform mixture fit. |
... |
Other graphic parameters for print. |
Marcus Dittrich
1 2 3 4 | data(pvaluesExample)
pvals <- pvaluesExample[,1]
mle <- fitBumModel(pvals, plot=FALSE)
print(mle)
|
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
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.