Learn R Programming

proportion (version 2.0.0)

pCOpBILT: p-confidence and p-bias for Logit Wald method given n and alpha level

Description

p-confidence and p-bias for Logit Wald method given n and alpha level

Usage

pCOpBILT(n, alp)

Arguments

n
- Number of trials
alp
- Alpha value (significance level required)

Value

A dataframe with
x1
Number of successes (positive samples)
pconf
p-Confidence
pbias
p-Bias

Details

Evaluation of Wald-type interval based on the logit transformation of p using p-confidence and p-bias for the \(n + 1\) intervals

References

[1] 2005 Vos PW and Hudson S. Evaluation Criteria for Discrete Confidence Intervals: Beyond Coverage and Length. The American Statistician: 59; 137 - 142.

See Also

Other p-confidence and p-bias of base methods: PlotpCOpBIAS, PlotpCOpBIAll, PlotpCOpBIBA, PlotpCOpBIEX, PlotpCOpBILR, PlotpCOpBILT, PlotpCOpBISC, PlotpCOpBITW, PlotpCOpBIWD, pCOpBIAS, pCOpBIAll, pCOpBIBA, pCOpBIEX, pCOpBILR, pCOpBISC, pCOpBITW, pCOpBIWD

Examples

Run this code
n=5; alp=0.05
pCOpBILT(n,alp)

Run the code above in your browser using DataLab