Learn R Programming

proportion (version 2.0.0)

PlotciCAS: Plots the CI estimation of continuity corrected ArcSine method given n, alp and c

Description

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

Usage

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

See Also

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

Examples

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

Run the code above in your browser using DataLab