Print method for objects of class "designPower"
created by designPower
.
# S3 method for designPower
print(x, ...)
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.
an object of class "designPower" created by
designPower
.
additional arguments to be passed to print
.
Currently only digits
to be passed to signif
for
appropriate rounding.
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.