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

View source: R/104.ConfidenceIntervals_BASE_n_x_Graph.R

PlotciAllxgR Documentation

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

Description

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

Usage

PlotciAllxg(x, n, alp)

Arguments

x

- Number of success

n

- Number of trials

alp

- Alpha value (significance level required)

Details

Plots of the Confidence Interval of 6 base methods (Wald, Wald-T, Likelihood, Score, Logit-Wald, ArcSine) for n given alp and x grouped by x

See Also

Other Base methods of CI estimation given x & n: PlotciAllx(), PlotciEXx(), ciASx(), ciAllx(), ciBAx(), ciEXx(), ciLRx(), ciLTx(), ciSCx(), ciTWx(), ciWDx()

Examples

x=5; n=5; alp=0.05;
PlotciAllxg(x,n,alp)

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