anova_ht_oneway(A, B, C,..., alpha)

Hypothesis test for k population means using samples A, B, C,... and significance level alpha.


See also anova_ht_kruskal anova_ci_tukey 


Example


A=(15, 16, 16, 17, 16 )

( 15 16 16 17 16 )


B=(17, 18, 16, 14, 19)

( 17 18 16 14 19 )


C=(16, 15, 17)

( 16 15 17 )


anova_ht_oneway(A,B,C,.05)


ANOVA One Way

Hypothesis test for k population means

Ho : All means are equal 

Ha : Not all means are equal

Significance level : 0.05 (5.0%)

Results:

Test statistics F : 0.5237315875613757

Critical right value : 4.102821014294259

P value : 0.6076971324747465

Do not reject the null hypothesis.