We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 60006b4 + c47c77d commit 7859013Copy full SHA for 7859013
1 file changed
dabest/_classes.py
@@ -584,7 +584,7 @@ def cohens_h(self):
584
For a non-directional Cohen's *h*, the equation is:
585
586
.. math::
587
- h = |2 * \\arcsin{\\sqrt{proportion_{Test}}}| - |2 * \\arcsin{\\sqrt{proportion_{Control}}}|
+ h = |2 * \\arcsin{\\sqrt{proportion_{Test}}} - 2 * \\arcsin{\\sqrt{proportion_{Control}}}|
588
589
References:
590
https://en.wikipedia.org/wiki/Cohen%27s_h
0 commit comments