PlotciCSC: Plots the CI estimation of continuity corrected Score method...

View source: R/122.ConfidenceIntervals_CC_n_Graph.R

PlotciCSCR Documentation

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

Description

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

Usage

PlotciCSC(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 Score method for n given alp along with Continuity correction c

See Also

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

Examples

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

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