hist.bum {BioNet} | R Documentation |
The function plots a histogram of the p-values together with the fitted bum-model.
## S3 method for class 'bum' hist(x, breaks=50, main="Histogram of p-values", xlab="P-values", ylab="Density", ...)
x |
Maximum likelihood estimator object of the beta-uniform mixture fit. |
breaks |
Breaks for the histogram. |
main |
An overall title for the plot. |
xlab |
A title for the x axis. |
ylab |
A title for the y axis. |
... |
Other graphic parameters for the plot. |
Daniela Beisser
fitBumModel
, hist.bum
, bumOptim
data(pvaluesExample) pvals <- pvaluesExample[,1] mle <- fitBumModel(pvals, plot=FALSE) hist(mle)