print.designANOVA {lrstat} | R Documentation |
Print the power and sample size for one-way ANOVA
Description
Prints the power and sample size for one-way analysis of variance.
Usage
## S3 method for class 'designANOVA'
print(x, ...)
Arguments
x |
The designANOVA object to print. |
... |
Ensures that all arguments starting from "..." are named. |
Value
A tabular printout of the design elements.
Author(s)
Kaifeng Lu, kaifenglu@gmail.com
[Package lrstat version 0.2.9 Index]