Generation

generate functionWed, 22 Mar 2023

This code gives an error TypeError: '>' not supported between instances of 'str' and 'float' fvalue, pvalue = stats.f_oneway(p.Speed, boosted_p.Speed) Fix it!

def anova(data): fvalue, pvalue = stats.f_oneway(p.Speed, boosted_p.Speed) return (fvalue, pvalue)

Questions about programming?Chat with your personal AI assistant