PlotciWD: Plots the CI estimation of Wald method

View source: R/102.Confidence_base_n_Graph.R

PlotciWDR Documentation

Plots the CI estimation of Wald method

Description

Plots the CI estimation of Wald method

Usage

PlotciWD(n, alp)

Arguments

n

- Number of trials

alp

- Alpha value (significance level required)

Details

The plot of Confidence Interval of n given alp using Wald method

See Also

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

Examples

n=5; alp=0.05
PlotciWD(n,alp)

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