PlotciAWD: Plot of CI estimation of adjusted Wald

View source: R/112.ConfidenceIntervals_ADJ_n_Graph.R

PlotciAWDR Documentation

Plot of CI estimation of adjusted Wald

Description

Plot of CI estimation of adjusted Wald

Usage

PlotciAWD(n, alp, h)

Arguments

n

- Number of trials

alp

- Alpha value (significance level required)

h

- Adding factor

Details

The plots of the Confidence Interval using adjusted Wald method for n given alp and h

See Also

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

Examples

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

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