Python Forum

Full Version: Python for Analysis of variance / Anova
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hello, I have been trying to learn how to perform an ANOVA for a data table. I know how to do this in Excel, and I understand that using Excel for this situation is much more straightforward than doing it in Python. However, I am trying to learn more about performing statistical analysis tests in Python.
Here is the data table that I am working with:

Please let me know if it is possible and teach or guide me through how to perform this in Python.

Thank you.
Will give you a few links to the sci-kit learn package that should get you started:
ANOVA f value

Training an SVM

One way functional ANOVA