I was thinking about how to get the numeric values of "reject" column.
In [140]: print(tukey_result.summary())
Multiple Comparison of Means - Tukey HSD,FWER=0.05
=============================================
group1 group2 meandiff lower upper reject
---------------------------------------------
ger tbw 14.1319 -3.3327 31.5966 False
ger tww 30.2923 11.3796 49.205 True
tbw tww 16.1604 -0.9708 33.2915 False
---------------------------------------------
I was thinking about how to get the numeric values of "reject" column.
tukey_result.rejectreturns boolean results the same for attributereject2. Where I can find the numeric float values ofp?tukey_result.summary()does not print the summary table?Cheers,
Arnaldo.