General Linear Model (GLM) uses a regression approach to fit your model. After, GLM codes the factor levels as indicator variables it uses them to calculate the coefficients for all terms. The interpretation of the coefficients depends on whether the indicator variables use (-1,0,+1) coding or (1,0) coding. With (-1,0,+1) coding, the coefficients represent the distance between the factor levels and the overall mean. With (1,0) coding, the coefficients represent the difference between the other factor levels and the reference level for the factor.
For both types of coding, one of the levels is the reference level. By default, Minitab does not list the coefficient for the reference level in the coefficients table. Sometimes, you may want to know the reference level coefficient to understand how the reference value compares in size and direction to the overall mean.
Suppose you perform a general linear model test with 2 factors. Factor 1 has 3 different settings (35, 44, and 52). Factor 2 is 2 different times (1 and 2). Minitab uses (-1,0,+1) coding. The factors and their indicator variables are in the tables that follow:
Factor 2 | Indicator 1 | Indicator 2 |
---|---|---|
52 | -1 | -1 |
35 | 1 | 0 |
44 | 0 | 1 |
52 | -1 | -1 |
44 | 0 | 1 |
35 | 1 | 0 |
Factor 1 | Indicator |
---|---|
1 | 1 |
1 | 1 |
2 | -1 |
2 | -1 |
1 | 1 |
2 | -1 |
Notice that the table does not include the coefficients for 52 (Factor 1) or 2 (Factor 2), which are the reference levels for each factor. However, you can easily calculate these values by subtracting the overall mean from each level mean. The constant term is the overall mean.
Repeat the steps for each factor.
A quick way to obtain the coefficients for the reference level is to add the level coefficients for a factor (excluding the intercept) and multiply by −1. For example, the coefficient for Setting 52 = −1 * [(−27.64) + (4.86)] = 22.78.
If you add a covariate or have unequal sample sizes within each group, coefficients are based on weighted means for each factor level instead of the arithmetic mean (sum of the observations divided by n).