plot.bum {BioNet}R Documentation

Quantile-quantile plot for the beta-uniform mixture model

Description

The function plot the theoretical quantiles of the fitted bum model against the quantiles of the observed p-value distribution.

Usage

## S3 method for class 'bum'
plot(x, main="QQ-Plot", xlab="Estimated p-value", ylab="Observed p-value", ...)

Arguments

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.

Author(s)

Daniela Beisser

See Also

fitBumModel, plot.bum, bumOptim

Examples

data(pvaluesExample)
pvals <- pvaluesExample[,1]
mle <- fitBumModel(pvals, plot=FALSE)
plot(mle)

[Package BioNet version 1.44.0 Index]