dhira108 / machine-learning-articles

List of interesting articles on different topics of machine learning and deep learning
0 stars 0 forks source link

Simple ANOVA testing #29

Open dhira108 opened 4 years ago

dhira108 commented 4 years ago

TL;DR

Article Link

https://www.pythonfordatascience.org/anova-python/

Author

Key Takeaways

Useful Code Snippets

#Add your codes here
import numpy as np
import pandas as pd

Useful Tools

Comments/ Questions

dhira108 commented 3 years ago

wilcox.test(your-data, conf.int = TRUE, conf.level = 0.95)