plot.sDesign {binGroup}R Documentation

Plot results of sDesign

Description

Plot function for objects of class "sDesign"

Usage

## S3 method for class 'sDesign':
plot(x, ...)

Arguments

x An object of class "sDesign", as can be created by sDesign
... further arguments to be passed to plot

Value

A plot.

See Also

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)

Examples


plot( sDesign(smax=100, n=30,
 delta=0.004, p.hyp=0.005,
 alternative="less", method="Score",
 power=0.8))


[Package binGroup version 0.3-2 Index]