The standard ANOVA table has six columns:
1. The source of the variability.
2. The sum of squares (SS) due to each source.
3. The degrees of freedom (df) associated with each source.
4. The mean squares (MS) for each source, which is the ratio SS/df.
5. The F-statistic, which is the ratio of the mean squares.
6. The p-value, which is derived from the cdf of F.
The box plot of the columns of X suggests the size of the F-statistic and the p-value. Large differences in the center lines of the boxes correspond to large values of F and correspondingly small values of p.
标准方差分析表有六列:
1。变化的来源。
2。平方和(SS)由于每个源。
3所示。自由度(df)与每个源有关。
4所示。平均为每个源广场(MS),SS / df的比率。
5。的f统计量的比例意味着广场。
6。假定值,这是来自F的运作。
X的列的箱线图表明f统计量和假定值的大小。大箱子对应的中心线的差异大的F值和相应的小p值。
The anova1 function displays two figures, the standard ANOVA table and a box plot of the columns of X.
The standard ANOVA table divides the variability of the data into two parts:
• Variability due to the differences among the column means (variability between groups)
• Variability due to the differences between the data in each column and the column mean (variability within groups)
anova1函数显示两个数据,标准方差分析表和列的箱线图的X。
标准方差分析表中数据的变化分为两个部分:
•可变性由于差异列意味着(组)之间的差异
•可变性将在每一列数据之间的差异和列意味着(组内差异
The small p -value indicates that differences between column means are significant. The probability of this outcome under the null hypothesis (that samples drawn from the same population would have means differing by the amounts seen in X ) is equal to the p -value.