Description Usage Arguments Value Examples
Plot ether the distribution function or the probability density function of an abstract randomized P-value
1 |
alpha |
significance levels at which the density is discontinuous ("knots"). |
phi |
values of the distribution function at these knots. |
df |
if |
verticals |
if |
none.
1 2 3 | out <- arpv.binom(10, 10, 0.7)
arpv.plot(out$alpha, out$phi)
arpv.plot(out$alpha, out$phi, df = FALSE)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.