View source: R/323.Sum_Leng_CC_All_Graph.R
| PlotlengthCTW | R Documentation | 
Plots the sum of length using continuity corrected Wald-T method
PlotlengthCTW(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 Wald-T method
Other Expected length  of continuity corrected methods: 
PlotexplCAS(),
PlotexplCAll(),
PlotexplCLT(),
PlotexplCSC(),
PlotexplCTW(),
PlotexplCWD(),
PlotlengthCAS(),
PlotlengthCAll(),
PlotlengthCLT(),
PlotlengthCSC(),
PlotlengthCWD(),
lengthCAS(),
lengthCAll(),
lengthCLT(),
lengthCSC(),
lengthCTW(),
lengthCWD()
n= 10; alp=0.05; c=1/(2*n);a=1;b=1; PlotlengthCTW(n,alp,c,a,b)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.