print.designANOVA {lrstat} | R Documentation |
Prints the power and sample size for one-way analysis of variance.
## S3 method for class 'designANOVA'
print(x, ...)
x |
The designANOVA object to print. |
... |
Ensures that all arguments starting from "..." are named. |
A tabular printout of the design elements.
Kaifeng Lu, kaifenglu@gmail.com