Term | Description |
---|---|
nT | total number of observations |
r | number of factor levels |
The sum of squared distances. SS Total is the total variation in the data. SS (Factor) is the deviation of the estimated factor level mean around the overall mean. It is also known as the sum of squares between treatments. SS Error is the deviation of an observation from its corresponding factor level mean. It is also known as error within treatments.
The calculations are:
Term | Description |
---|---|
y̅i . | mean of the observations at the i th factor level |
y̅.. | mean of all observations |
yij | value of the j th observation at the i th factor level |
The calculation for the mean square for the factor follows:
The calculation for the mean square for error follows:
Term | Description |
---|---|
MS | Mean Square |
SS | Sum of Squares |
DF | Degrees of Freedom |
The degrees of freedom for the numerator are r – 1. The degrees of freedom for the denominator are nT – r.
Term | Description |
---|---|
nT | total number of observations |
r | number of factor levels |
Used in hypothesis tests to help you decide whether to reject or fail to reject a null hypothesis. The p-value is the probability of obtaining a test statistic that is at least as extreme as the actual calculated value, if the null hypothesis is true. A commonly used cut-off value for the p-value is 0.05. For example, if the calculated p-value of a test statistic is less than 0.05, you reject the null hypothesis.
An estimate of σ, the measure of the within-sample standard deviation. Note that S2 = MS Error. This is equivalent to the pooled standard deviation used in calculating the individual confidence intervals.
R2 can also be calculated as the squared correlation of y and .
Term | Description |
---|---|
SS | Sum of Squares |
y | response variable |
fitted response variable |
Term | Description |
---|---|
MS | Mean Square |
SS | Sum of Squares |
DF | Degrees of Freedom |
While the calculations for R2(pred) can produce negative values, Minitab displays zero for these cases.
Term | Description |
---|---|
yi | i th observed response value |
mean response | |
n | number of observations |
ei | i th residual |
hi | i th diagonal element of X(X'X)–1X' |
X | design matrix |