Skip to content

Commit cb78805

Browse files
committed
add Ns to statistical_tests output.
1 parent 32049c9 commit cb78805

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

dabest/_classes.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1279,7 +1279,8 @@ def statistical_tests(self):
12791279
stats_columns = [c for c in results_df.columns
12801280
if c.startswith("statistic") or c.startswith("pvalue")]
12811281

1282-
default_cols = ['control', 'test', 'effect_size', 'is_paired',
1282+
default_cols = ['control', 'test', 'control_N', 'test_N',
1283+
'effect_size', 'is_paired',
12831284
'difference', 'ci', 'bca_low', 'bca_high']
12841285

12851286
cols_of_interest = default_cols + stats_columns

0 commit comments

Comments
 (0)