PlotciCLT: Plots the CI estimation of continuity corrected Logit Wald...

Description Usage Arguments Details See Also Examples

View source: R/122.ConfidenceIntervals_CC_n_Graph.R

Description

Plots the CI estimation of continuity corrected Logit Wald method given n, alp and c

Usage

1
PlotciCLT(n, alp, c)

Arguments

n

- Number of trials

alp

- Alpha value (significance level required)

c

- Continuity correction

Details

Plots the Confidence Interval for continuity corrected Logit Wald method for n given alp along with Continuity correction c

See Also

Other Continuity correction methods of CI estimation: PlotciCAS, PlotciCAllg, PlotciCAll, PlotciCSC, PlotciCTW, PlotciCWD, ciCAS, ciCAll, ciCLT, ciCSC, ciCTW, ciCWD

Examples

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

proportion documentation built on May 1, 2019, 7:54 p.m.