Learn R Programming

proportion (version 2.0.0)

PlotciATW: Plot of CI estimation of adjusted Wald-T

Description

Plot of CI estimation of adjusted Wald-T

Usage

PlotciATW(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-T method for n given alp and h

See Also

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

Examples

Run this code
n=5; alp=0.05;h=2
PlotciATW(n,alp,h)

Run the code above in your browser using DataLab