Learn R Programming

proportion (version 2.0.0)

PlotpCOpBISC: Plots p-confidence and p-bias for base Score method

Description

Plots p-confidence and p-bias for base Score method

Usage

PlotpCOpBISC(n, alp)

Arguments

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

Details

p-confidence and p-bias plots for base Score method

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, PlotpCOpBITW, PlotpCOpBIWD, pCOpBIAS, pCOpBIAll, pCOpBIBA, pCOpBIEX, pCOpBILR, pCOpBILT, pCOpBISC, pCOpBITW, pCOpBIWD

Examples

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

Run the code above in your browser using DataLab