Python Forum
Python for Analysis of variance / Anova - Printable Version

+- Python Forum (https://python-forum.io)
+-- Forum: Python Coding (https://python-forum.io/forum-7.html)
+--- Forum: Data Science (https://python-forum.io/forum-44.html)
+--- Thread: Python for Analysis of variance / Anova (/thread-40787.html)



Python for Analysis of variance / Anova - xxxlabradorxxx - Sep-24-2023

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.


RE: Python for Analysis of variance / Anova - jefsummers - Sep-25-2023

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