3.
Production
Process Characterization
3.2. Assumptions / Prerequisites 3.2.3. Analysis of Variance Models (ANOVA)
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Description | Sometimes, constraints prevent us from crossing every level of one factor with every level of the other factor. In these cases we are forced into what is known as a nested layout. We say we have a nested layout when fewer than all levels of one factor occur within each level of the other factor. An example of this might be if we want to study the effects of different machines and different operators on some output characteristic, but we can't have the operators change the machines they run. In this case, each operator is not crossed with each machine but rather only runs one machine. | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Model |
If Factor B is nested within Factor A, then a level of
Factor B can only occur within one level of Factor A and there can be no
interaction. This gives the following model:
This equation indicates that each data value is the sum of a common value (grand mean), the level effect for Factor A, the level effect of Factor B nested within Factor A, and the residual. |
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Estimation | For a nested design we typically use variance components methods to perform the analysis. We can sweep out the common value, the Factor A effects, the Factor B within A effects and the residuals using value-splitting techniques. Sums of squares can be calculated and summarized in an ANOVA table as shown below. | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Click here
for nested value- splitting example |
It is important to note that with this type of layout, since each level of one factor is only present with one level of the other factor, we can't estimate interaction between the two. | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
ANOVA table for nested case |
\( \bar{y}_{i..} = \frac{1}{JK} \sum_{j=1}^{J}{\sum_{k=1}^{K}{y_{ijk}}} \) \( \bar{y}_{ij.} = \frac{1}{K} \sum_{k=1}^{K}{y_{ijk}} \) \( \bar{y}_{...} = \frac{1}{IJK} \sum_{i=1}^{I}{\sum_{j=1}^{J}{\sum_{k=1}^{K}{y_{ijk}}}} \) |
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
As with the crossed layout, we can also use CLM techniques. We still have the problem that the model is saturated and no unique solution exists. We overcome this problem by applying to the model the constraints that the two main effects sum to zero. | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Testing | We are testing that two main effects are zero. Again we just form a ratio (F0) of each main effect mean square to the appropriate mean-squared error term. (Note that the error term for Factor A is not MSE, but is MSB.) If the assumptions stated below are true then those ratios follow an F distribution and the test is performed by comparing the F0 ratios to values in an F table with the appropriate degrees of freedom and confidence level. | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Assumptions | For estimation purposes, we assume the data can be adequately modeled by the model above and that there is more than one variance component. It is assumed that the random component can be modeled with a Gaussian distribution with fixed location and spread. | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Uses | The two-way nested ANOVA is useful when we are constrained from combining all the levels of one factor with all of the levels of the other factor. These designs are most useful when we have what is called a random effects situation. When the levels of a factor are chosen at random rather than selected intentionally, we say we have a random effects model. An example of this is when we select lots from a production run, then select units from the lot. Here the units are nested within lots and the effect of each factor is random. | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Example |
Let's change the two-way machining
example slightly by assuming that we have five different machines making
the same part and each machine has two operators, one for the day shift and
one for the night shift. We take five samples from each machine for each operator
to obtain the following data:
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Analyze | For analysis details see the nested two-way value splitting example. We can summarize the analysis results in an ANOVA table as follows: | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Test | By dividing the mean square for Machine by the mean square for Operator within Machine, or Operator(Machine), we obtain an F0 value of 20.38 which is greater than the critical value of 5.19 for 4 and 5 degrees of freedom at the 0.05 significance level. The F0 value for Operator(Machine), obtained by dividing its mean square by the residual mean square, is less than the critical value of 2.45 for 5 and 40 degrees of freedom at the 0.05 significance level. | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Conclusion | From the ANOVA table we can conclude that the Machine is the most important factor and is statistically significant. The effect of Operator nested within Machine is not statistically significant. Again, any improvement activities should be focused on the tools. |