arpv.plot {ump} | R Documentation |
Plot Abstract Randomized P-value
Description
Plot ether the distribution function or the probability density function of an abstract randomized P-value
Usage
arpv.plot(alpha, phi, df = TRUE, verticals = TRUE)
Arguments
alpha |
significance levels at which the density is discontinuous ("knots"). |
phi |
values of the distribution function at these knots. |
df |
if |
verticals |
if |
Value
none.
Examples
out <- arpv.binom(10, 10, 0.7)
arpv.plot(out$alpha, out$phi)
arpv.plot(out$alpha, out$phi, df = FALSE)
[Package ump version 0.5-8 Index]