Learn R Programming

proportion (version 2.0.0)

PlotpCOpBICLT: Plots p-confidence and p-bias for continuity corrected Logit Wald method

Description

Plots p-confidence and p-bias for continuity corrected Logit Wald method

Usage

PlotpCOpBICLT(n, alp, c)

Arguments

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

Details

p-confidence and p-bias plots for continuity corrected Logit Wald method

See Also

Other p-confidence and p-bias of continuity corrected methods: PlotpCOpBICAS, PlotpCOpBICAll, PlotpCOpBICSC, PlotpCOpBICTW, PlotpCOpBICWD, pCOpBICAS, pCOpBICAll, pCOpBICLT, pCOpBICSC, pCOpBICTW, pCOpBICWD

Examples

Run this code
n=5; alp=0.05;c=1/(2*n)
PlotpCOpBICLT(n,alp,c)

Run the code above in your browser using DataLab