Report simulation results
Describe and extract power simulation results
## S3 method for class 'powerSim' print(x, alpha = x$alpha, level = 0.95, ...) ## S3 method for class 'powerCurve' print(x, ...) ## S3 method for class 'powerSim' summary(object, alpha = object$alpha, level = 0.95, method = getSimrOption("binom"), ...) ## S3 method for class 'powerCurve' summary(object, alpha = object$alpha, level = 0.95, method = getSimrOption("binom"), ...) ## S3 method for class 'powerSim' confint(object, parm, level = 0.95, method = getSimrOption("binom"), alpha = object$alpha, ...) ## S3 method for class 'powerCurve' confint(object, parm, level = 0.95, method = getSimrOption("binom"), ...)
x |
a |
alpha |
the significance level for the statistical test (default is that used in the call to |
level |
confidence level for power estimate |
... |
additional arguments to pass to
|
object |
a |
method |
method to use for computing binomial confidence intervals (see |
parm |
currently ignored, included for S3 compatibility with |
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.