PlotciAAllg: Plots the CI estimation of 6 adjusted methods (Wald, Wald-T,...

View source: R/112.ConfidenceIntervals_ADJ_n_Graph.R

PlotciAAllgR Documentation

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

Description

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

Usage

PlotciAAllg(n, alp, h)

Arguments

n

- Number of trials

alp

- Alpha value (significance level required)

h

- adjustment

Details

The plot of Confidence Interval of n given alp and h grouped by x for 6 adjusted methods (Wald, Wald-T, Likelihood, Score, Logit-Wald, ArcSine)

See Also

Other Adjusted methods of CI estimation: PlotciAAS(), PlotciAAll(), PlotciALR(), PlotciALT(), PlotciASC(), PlotciATW(), PlotciAWD(), ciAAS(), ciAAll(), ciALR(), ciALT(), ciASC(), ciATW(), ciAWD()

Examples

n=5; alp=0.05; h=2
PlotciAAllg(n,alp,h)

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