We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 42a2de5 commit 73f45b4Copy full SHA for 73f45b4
1 file changed
dabest/_classes.py
@@ -449,6 +449,9 @@ def __init__(self, control, test, effect_size,
449
'pct_low': -0.763588353717278,
450
'pvalue_brunner_munzel': nan,
451
'pvalue_kruskal': nan,
452
+ 'pvalue_lqrt_paired': nan,
453
+ 'pvalue_lqrt_unpaired_equal_variance': 0.36,
454
+ 'pvalue_lqrt_unpaired_unequal_variance': 0.36,
455
'pvalue_mann_whitney': 0.2600723060808019,
456
'pvalue_paired_students_t': nan,
457
'pvalue_students_t': 0.34743913903372836,
@@ -458,6 +461,9 @@ def __init__(self, control, test, effect_size,
458
461
'resamples': 5000,
459
462
'statistic_brunner_munzel': nan,
460
463
'statistic_kruskal': nan,
464
+ 'statistic_lqrt_paired': nan,
465
+ 'statistic_lqrt_unpaired_equal_variance': 0.8894980773231964,
466
+ 'statistic_lqrt_unpaired_unequal_variance': 0.8916901409507432,
467
'statistic_mann_whitney': 406.0,
468
'statistic_paired_students_t': nan,
469
'statistic_students_t': 0.9472545159069105,
0 commit comments