Data Analysis with Python Part 25- ANOVA

preview_player
Показать описание
#Research # DataAnalysis # Python #managementresearch #anova #HigherEducation # LinePlots #zupyter
Subscribe
This is the 25th video of a series on learning data analysis with python. You will see how to how to do ANOVA, Analysis of variance
New Commands
lista=[]
lista= input( "Y,seperated by commas")
sample=[]
for count, value in enumerate (list,start=1):
print(count,value)
d=df[(cols[int(value)-1])]
d=d+1
print('t-statistics=%6.3f pvalue =%6.3f' % stats.f_oneway(*sample))
Рекомендации по теме