Description Usage Arguments Details Value Examples
Given an effect size d and two sample sizes n1 and n2, estimates Post-Hoc Power
1 | postHocPower(d, n1, n2)
|
d |
effect size |
n1 |
number of observations in first group |
n2 |
number of observations in second group |
Uses Monte Carlo simulation approach to run 1000 t-tests against 2 generated samples of size n1 and n2 respectively. The mean of the second normal distribution is centered at d to allow for the given effect size
post hoc power estimate
1 | postHocPower(1,12,12)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.