print.powerSim | R Documentation |
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 |
binom::binom.confint
, powerSim
, powerCurve
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.