Learn R Programming

proportion (version 2.0.0)

PlotciSC: Plots the CI estimation of Score method

Description

Plots the CI estimation of Score method

Usage

PlotciSC(n, alp)

Arguments

n
- Number of trials
alp
- Alpha value (significance level required)

Details

The plot of Confidence Interval of n given alp using Score method

See Also

Other Basic methods of CI estimation: PlotciAS, PlotciAllg, PlotciAll, PlotciBA, PlotciEX, PlotciLR, PlotciLT, PlotciTW, PlotciWD, ciAS, ciAll, ciBA, ciEX, ciLR, ciLT, ciSC, ciTW, ciWD

Examples

Run this code
n=5; alp=0.05
PlotciSC(n,alp)

Run the code above in your browser using DataLab