print.Pwr: Print method for Pwr objects
Description
Prints the results of power calculations for objects of class Pwr.lme.
Usage
# S3 method for Pwr
print(x, verbose = attr(x, "verbose"), ...)
Value
Prints the power calculation results and returns NULL invisibly.
Arguments
- x
an object of class Pwr.lme.
- verbose
logical. If TRUE, additional information is printed. By default, uses the verbose attribute of x.
- ...
additional arguments passed to the method.
Author
Andrzej Galecki and Tomasz Burzykowski