PlotexplCAll: Plots the Expected length using 5 continuity corrected...

Description Usage Arguments Details See Also Examples

View source: R/322.Expec_Leng_CC_All_Graph.R

Description

Plots the Expected length using 5 continuity corrected methods (Wald, Wald-T, Score, Logit-Wald, ArcSine)

Usage

1
PlotexplCAll(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 5 continuity corrected methods (Wald, Wald-T, Score, Logit-Wald, ArcSine) for n given alp, h, a, b, t1 and t2 using all the methods

See Also

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

Examples

1
2
3
4
5
## Not run: 
n= 10; alp=0.05; c=1/(2*n);a=1;b=1;
PlotexplCAll(n,alp,c,a,b)

## End(Not run)

proportion documentation built on May 1, 2019, 7:54 p.m.