print.designPower {binGroup2} | R Documentation |
Print method for objects of class "designPower"
Description
Print method for objects of class "designPower"
created by designPower
.
Usage
## S3 method for class 'designPower'
print(x, ...)
Arguments
x |
an object of class "designPower" created by
|
... |
additional arguments to be passed to |
Value
A print out detailing whether or not power was reached in the range of values (n or s) provided, the maximal power reached in the range of values, the alternative hypothesis, and the assumed true proportion.
Author(s)
This function was originally written as print.bgtDesign
by Frank Schaarschmidt for the binGroup
package. Minor
modifications were made for inclusion in the binGroup2
package.
[Package binGroup2 version 1.3.1 Index]