You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
1. added doc string to class DeltaDelta and corrected typos
2. changed delta-delta tests and utils.py to mutant-drug configuration
3. generated test images for delta-delta tests
4. added tutorial page deltadelta.rst to include calculations and example plots
5. modified index.rst to include deltadelta
6. modified api.rst to include deltadelta
7. updated tutorial images for deltadelta
Copy file name to clipboardExpand all lines: dabest/_classes.py
+61-3Lines changed: 61 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -857,7 +857,65 @@ def _all_plot_groups(self):
857
857
858
858
classDeltaDelta(object):
859
859
"""
860
-
A class to compute and store the delta-delta statistics.
860
+
A class to compute and store the delta-delta statistics. In a 2-by-2 arrangement where two independent variables, A and B, each have two categorical values, two primary deltas are first calculated with one independent variable and a delta-delta effect size is calculated as a difference between the two primary deltas.
0 commit comments