Description Usage Arguments Author(s) See Also Examples
The function plot the theoretical quantiles of the fitted bum model against the quantiles of the observed p-value distribution.
1 2 |
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
1 2 3 4 | data(pvaluesExample)
pvals <- pvaluesExample[,1]
mle <- fitBumModel(pvals, plot=FALSE)
plot(mle)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.