plot | R Documentation |
Plots Type I (alpha) and Type II (beta) errors for t, z, F, and Chi-square tests.
## S3 method for class 'pwrss'
plot(x, ...)
x |
an object of the type "pwrss" returned from one of the |
... |
for S3 generic/method consistency |
no return value at the moment
design <- pwrss.f.ancova(n.levels = c(3,3),
n = 50, eta2 = 0.10)
plot(design)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.