PlotlengthCLT: Plots the sum of length using continuity corrected Logit Wald...

View source: R/323.Sum_Leng_CC_All_Graph.R

PlotlengthCLTR Documentation

Plots the sum of length using continuity corrected Logit Wald method

Description

Plots the sum of length using continuity corrected Logit Wald method

Usage

PlotlengthCLT(n, alp, c, a, b)

Arguments

n

- Number of trials

alp

- Alpha value (significance level required)

c

- Continuity correctection

a

- Beta parameters for hypo "p"

b

- Beta parameters for hypo "p"

Details

The plots of the expected length of continuity corrected Logit Wald method

See Also

Other Expected length of continuity corrected methods: PlotexplCAS(), PlotexplCAll(), PlotexplCLT(), PlotexplCSC(), PlotexplCTW(), PlotexplCWD(), PlotlengthCAS(), PlotlengthCAll(), PlotlengthCSC(), PlotlengthCTW(), PlotlengthCWD(), lengthCAS(), lengthCAll(), lengthCLT(), lengthCSC(), lengthCTW(), lengthCWD()

Examples

n= 10; alp=0.05; c=1/(2*n);a=1;b=1;
PlotlengthCLT(n,alp,c,a,b)

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