1

Recently I've been learning to use Python to do ANOVA analysis. I have already found an example of using Tukey's test to do ANOVA but I want to use the least significant difference (LSD) method. Does anyone know how to do it or is there an example? Thanks.

Mr. T
  • 11,960
  • 10
  • 32
  • 54
ERIC
  • 185
  • 1
  • 2
  • 10
  • I don't see Fisher's least significant differences test listed in [statsmodel's index](http://www.statsmodels.org/stable/genindex.html#F) nor in their [multicomp module](http://www.statsmodels.org/stable/stats.html?highlight=statsmodels%20stats%20multicomp#module-statsmodels.stats.multicomp). I would contact their support and ask them, which post hoc tests are implemented. Tbh, I wouldn't consider Python for statistical analysis. If you want to work with stats in the future, there is no competitor to R. – Mr. T Jan 10 '18 at 15:58
  • And I just saw [here, that even Tukey's HSD in statsmodels](https://stackoverflow.com/a/21177789/8881141) doesn't calculate the p value. Meh. – Mr. T Jan 10 '18 at 16:03
  • any news? did you find the LSD test in python? – seralouk Jun 23 '20 at 07:52
  • NO solution for this issue. – ERIC Feb 05 '21 at 02:07

0 Answers0