Description Usage Arguments Details See Also Examples
View source: R/322.Expec_Leng_CC_All_Graph.R
Plots the Expected length using continuity corrected ArcSine method
1 | PlotexplCAS(n, alp, c, a, b)
|
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" |
The plots of the expected length of continuity corrected ArcSine method
Other Expected length of continuity corrected methods: PlotexplCAll
,
PlotexplCLT
, PlotexplCSC
,
PlotexplCTW
, PlotexplCWD
,
PlotlengthCAS
,
PlotlengthCAll
,
PlotlengthCLT
, PlotlengthCSC
,
PlotlengthCTW
, PlotlengthCWD
,
lengthCAS
, lengthCAll
,
lengthCLT
, lengthCSC
,
lengthCTW
, lengthCWD
1 2 3 4 5 | ## Not run:
n= 10; alp=0.05; c=1/(2*n);a=1;b=1;
PlotexplCAS(n,alp,c,a,b)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.