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

Bonferroni test for k means using significance level alpha.


See also anova_levene anova_duncan anova_scheffe 



Example


A=(14.5, 13.4, 14.1, 15.1)

( 14.5 13.4 14.1 15.1 )


B=(13.2, 12.7, 12.6, 13.9, 13.1)

( 13.2 12.7 12.6 13.9 13.1 )


C=(14.8, 15.2, 14.4, 13.3, 15, 14.8)

( 14.8 15.2 14.4 13.3 15 14.8 )


D=(16.1, 16.2, 14.7, 16.4, 14.2)

( 16.1 16.2 14.7 16.4 14.2 )


anova_bonferroni(A,B,C,D,.05)


ANOVA Bonferroni multiple comparison test

Confidence interval for the difference of k population means.

Independent and samples. Normal populations with equal std.

Number of populations k: 4

Confidence level : 0.05 (5.0%)

Results:


+-------+------------------+------------------+---------+-------------------------------------+

|       |                  |                  |         |     95% Confidence interval         |

|       |                  |                  |         +------------------+------------------+

|       | Mean difference  |    Std. Error    |   Sig   |    lower bound   |   upper bound    |

+-------+------------------+------------------+---------+------------------+------------------+

|  1  2 |          1.17500 |          0.50042 | 0.19236 |         -0.33043 |          2.68043 |

|  1  3 |         -0.30833 |          0.48153 | 1.00000 |         -1.75693 |          1.14027 |

|  1  4 |         -1.24500 |          0.50042 | 0.14554 |         -2.75043 |          0.26043 |

|  2  3 |         -1.48333 |          0.45171 | 0.02806 |         -2.84224 |         -0.12442 |

|  2  4 |         -2.42000 |          0.47180 | 0.00061 |         -3.83933 |         -1.00067 |

|  3  4 |         -0.93667 |          0.45171 | 0.32774 |         -2.29558 |          0.42224 |

+-------+------------------+------------------+---------+------------------+------------------+