Data Analysis with Python Part 27- ANOVA Multiple Comparison

preview_player
Показать описание
#Research # DataAnalysis # Python #managementresearch #anova #HigherEducation # LinePlots #zupyter #TuckeyHSD
Subscribe
This is the 27th video of a series on learning data analysis with python. You will see how to compare group means with one command
New Commands
tukey = pairwise_tukeyhsd(endog=df2['value'],groups=df2['category'],alpha=0.05)
tukey
Рекомендации по теме
visit shbcf.ru