Description Usage Arguments Value
Given desired power, degrees of freedom, and alpha, this function returns the minimum detectable effect size as an f-squared statistic.
1 | mdes(desired_power = 0.8, num_df, den_df, alpha = 0.05)
|
desired_power |
Defaults to .8, but this can be changed to test for the minimum detectable effect size for other levels of power. |
num_df |
Numerator degrees of freedom for the test. |
den_df |
Denominator degrees of freedom for the test. |
alpha |
Alpha level for the test. |
Returns an f-squared statistic representing the minimum detectable effect size with the desired power, degrees of freedom, and alpha.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.