sherbold/autorank

Order in report

Closed this issue · 1 comments

In [Breadcrumbsautorank/autorank
/autorank.py ](https://github.com/sherbold/autorank/blob/master/autorank/autorank.py) Line 570:
Should "result.rankdf.index[0], result.rankdf.index[1]" be "result.rankdf.index[1], result.rankdf.index[0]" ?

Thanks

Thanks for reporting! This actually also (somewhat) affected the t-test. The problem was the output did not check the ordering of the means. This is now fixed and will be part of the next release. Let me know if you have further issues.