PlotpCOpBICTW: Plots p-confidence and p-bias for continuity corrected Wald-T...

View source: R/422.p-Confidence_p-Bias_CC_All_Graph.R

PlotpCOpBICTWR Documentation

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

Description

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

Usage

PlotpCOpBICTW(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 Wald-T method

See Also

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

Examples

n=5; alp=0.05;c=1/(2*n)
PlotpCOpBICTW(n,alp,c)

RajeswaranV/proportion documentation built on June 17, 2022, 9:11 a.m.