This python library gives you the power to do analysis of experiments easily and quickly.
Python 3.7
pip install doe
>>> import doe
>>> model = doe.crd("data.csv")
>>> model.print()
And you are done.
- Completely Randomized Design
- Randomized Complete Block Design
- Randomized Complete Block Design with missing values
- Latin Square Design
- Graeco-Latin Square Design
- Balanced Incomplete Block Design
- Factorial Designs
- Tests
- Export in excel file
This project is licensed under the MIT License - see the LICENSE file for details.