plot.bum {BioNet} | R Documentation |
The function plot the theoretical quantiles of the fitted bum model against the quantiles of the observed p-value distribution.
## S3 method for class 'bum' plot(x, main="QQ-Plot", xlab="Estimated p-value", ylab="Observed p-value", ...)
x |
Maximum likelihood estimation object of the fitted bum model. |
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
, plot.bum
, bumOptim
data(pvaluesExample) pvals <- pvaluesExample[,1] mle <- fitBumModel(pvals, plot=FALSE) plot(mle)