Description Usage Arguments Details Author(s) References Examples
Draw power curves for different parameter settings in balanced one-way ANOVA models.
1 | pwr.plot(n=n, k=k, f=f, alpha=alpha)
|
n |
Sample size per group |
k |
Number of groups |
f |
Effect size |
alpha |
Significant level (Type I error probability) |
This function demonstrates drawing power curves for different sample size and effect size settings. N and f can be either a single value or a sequence of values, but they cannot be single values simultaneously. The combination of them could be (a sequence of n, a sequence of f), (a sequence of n, a single f), or (a single n, a sequence of f).
Pengcheng Lu, Junhao Liu, and Devin Koestler.
Angela Dean & Daniel Voss (1999). Design and Analysis of Experiments. Springer.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.