We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4095c76 commit 0282778Copy full SHA for 0282778
1 file changed
dabest/_classes.py
@@ -581,10 +581,10 @@ def cohens_h(self):
581
.. math::
582
h = 2 * \\arcsin{\\sqrt{proportion_{Test}}} - 2 * \\arcsin{\\sqrt{proportion_{Control}}}
583
584
- For a non-directional Cohen's 'h', the equation is:
+ For a non-directional Cohen's *h*, the equation is:
585
586
587
- h = \\abs{2 * \\arcsin{\\sqrt{proportion_{Test}}}} - \\abs{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