PlotciAll: Plots the CI estimation of 6 base methods (Wald, Wald-T,...

Description Usage Arguments Details See Also Examples

View source: R/102.Confidence_base_n_Graph.R

Description

Plots the CI estimation of 6 base methods (Wald, Wald-T, Likelihood, Score, Logit-Wald, ArcSine) methods

Usage

1
PlotciAll(n, alp)

Arguments

n

- Number of trials

alp

- Alpha value (significance level required)

Details

The plot of Confidence Interval of 6 base methods (Wald, Wald-T, Likelihood, Score, Logit-Wald, ArcSine) for n given alp.

See Also

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

Examples

1
2
n=5; alp=0.05;
PlotciAll(n,alp)

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