Learn R Programming

binGroup2 (version 1.3.1)

print.designPower: Print method for objects of class "designPower"

Description

Print method for objects of class "designPower" created by designPower.

Usage

# S3 method for designPower
print(x, ...)

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.

Arguments

x

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.

Author

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.