fci.binom {ump} | R Documentation |
Calculate the abstract randomized P-value for the UMPU two-tailed test for the binomial distribution.
fci.binom(x, n, alpha = 0.05, p = seq(0, 1, length = 10001), flat = 1 / 4)
x |
binomial observation. |
n |
number of observations. |
alpha |
the significance level, one minus the coverage probability. |
p |
the vector of parameter values at which (the membership function of) the fuzzy confidence interval is evaluated. |
flat |
the amount of flat parts of the membership function shown, expressed as a fraction of the curved parts. |
prints the core and support of the fuzzy confidence interval and makes one or two plots (as appropriate) showing the edges of the fuzzy interval.
none
library(ump)
fci.binom(4, 10)
fci.binom(0, 10)
fci.binom(9, 10)