View source: R/402.p-Confidence_p-Bias_BASE_All_Graph.R
| PlotpCOpBIEX | R Documentation |
Plots of p-confidence and p-bias of Exact method given n and alpha level
PlotpCOpBIEX(n, alp, e)
n |
- Number of trials |
alp |
- Alpha value (significance level required) |
e |
- Exact method indicator in [0, 1] 1: Clopper Pearson, 0.5: Mid P The input can also be a range of values between 0 and 1. |
Evaluation of Confidence interval for p based on inverting equal-tailed
binomial tests with null hypothesis H0: p = p0 using p-confidence and p-bias for
the n + 1 intervals
A dataframe with
Number of successes (positive samples)
p-Confidence
p-Bias
[1] 2005 Vos PW and Hudson S. Evaluation Criteria for Discrete Confidence Intervals: Beyond Coverage and Length. The American Statistician: 59; 137 - 142.
Other p-confidence and p-bias of base methods:
PlotpCOpBIAS(),
PlotpCOpBIAll(),
PlotpCOpBIBA(),
PlotpCOpBILR(),
PlotpCOpBILT(),
PlotpCOpBISC(),
PlotpCOpBITW(),
PlotpCOpBIWD(),
pCOpBIAS(),
pCOpBIAll(),
pCOpBIBA(),
pCOpBIEX(),
pCOpBILR(),
pCOpBILT(),
pCOpBISC(),
pCOpBITW(),
pCOpBIWD()
n=5; alp=0.05;e=0.5; # Mid-p PlotpCOpBIEX(n,alp,e) n=5; alp=0.05;e=1; #Clopper-Pearson PlotpCOpBIEX(n,alp,e) n=5; alp=0.05;e=c(0.1,0.5,0.95,1); #Range including Mid-p and Clopper-Pearson PlotpCOpBIEX(n,alp,e)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.