PlotciCAllxg: Plots the CI estimation of 5 continuity corrected methods...

Description Usage Arguments Details See Also Examples

View source: R/123.ConfidenceIntervals_CC_n_x.R

Description

Plots the CI estimation of 5 continuity corrected methods (Wald, Wald-T, Score, Logit-Wald, ArcSine) given x & n grouped by x value

Usage

1
PlotciCAllxg(x, n, alp, c)

Arguments

x

- Number of sucess

n

- Number of trials

alp

- Alpha value (significance level required)

c

- Continuity correction

Details

Plots he Confidence Interval of 5 continuity corrected methods (Wald, Wald-T, Score, Logit-Wald, ArcSine) for n given alp, c and x grouped by x

See Also

Other Continuity correction methods of CI estimation given x and n: PlotciCAllx, ciCAllx, ciCLTx, ciCSCx, ciCTWx, ciCWDx

Examples

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

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