Description Usage Arguments Value Examples
Plot a power analysis table of effect size and power for Pearson's r tests in the style of Richard Morey's jpower JAMOVI module.
1 2 3 4 5 6 7 8 | pwr.r.test.table(
n,
sig.level = 0.05,
alternative = c("two.sided", "less", "greater"),
kable = TRUE,
digits = 3,
...
)
|
n |
The proposed sample size. |
sig.level |
Significance level, or alpha. Defaults to 0.05. |
alternative |
The alternative hypothesis. The default is "two.sided", but other options are "less" or "greater". |
kable |
Should the table be presented as a |
digits |
The number of digits. |
... |
Extra input arguments for the |
A power table.
1 | pwr.r.test.table(n=25)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.