plot.sDesign {binGroup} | R Documentation |
Plot function for objects of class "sDesign"
## S3 method for class 'sDesign': plot(x, ...)
x |
An object of class "sDesign", as can be created by sDesign |
... |
further arguments to be passed to plot |
A plot.
bgtPower
: calculation of power and bias depending on n, s, delta, p.hyp, conf.level, method
nDesign
: function to iteratively optimize sample size(number of groups)n for a given group size s
estDesign
: function to choose group size s according to the minimal mse of the estimator, as given in Swallow (1985)
plot( sDesign(smax=100, n=30, delta=0.004, p.hyp=0.005, alternative="less", method="Score", power=0.8))