Fractional Replication of The 2 k Design Experiments with many - - PowerPoint PPT Presentation

fractional replication of the 2 k design
SMART_READER_LITE
LIVE PREVIEW

Fractional Replication of The 2 k Design Experiments with many - - PowerPoint PPT Presentation

ST 435/535 Statistical Methods for Quality and Productivity Improvement / Statistical Process Control Fractional Replication of The 2 k Design Experiments with many factors involve a large number of possible treatments, even when all factors are


slide-1
SLIDE 1

ST 435/535 Statistical Methods for Quality and Productivity Improvement / Statistical Process Control

Fractional Replication of The 2k Design

Experiments with many factors involve a large number of possible treatments, even when all factors are used at only two levels. Often the available resources are not sufficient for even a single replication of the complete factorial design. A carefully chosen fraction of the complete design will give much information, though always less than the complete design.

1 / 17 Factorial Experiments for Process Design Fractional Replication of The 2k Design

slide-2
SLIDE 2

ST 435/535 Statistical Methods for Quality and Productivity Improvement / Statistical Process Control

A one-half fraction Consider the 23 design. The table of coefficients is: I A B C AB AC BC ABC 1

  • 1
  • 1
  • 1

+1 +1 +1

  • 1

1 +1

  • 1
  • 1
  • 1
  • 1

+1 +1 1

  • 1

+1

  • 1
  • 1

+1

  • 1

+1 1 +1 +1

  • 1

+1

  • 1
  • 1
  • 1

1

  • 1
  • 1

+1 +1

  • 1
  • 1

+1 1 +1

  • 1

+1

  • 1

+1

  • 1
  • 1

1

  • 1

+1 +1

  • 1

+1 +1

  • 1

1 +1 +1 +1 +1

  • 1

+1 +1 The A, B, and C columns define the treatments; all columns contain the coefficients for computing effects.

2 / 17 Factorial Experiments for Process Design Fractional Replication of The 2k Design

slide-3
SLIDE 3

ST 435/535 Statistical Methods for Quality and Productivity Improvement / Statistical Process Control

Rearrange the rows by the ABC column: I A B C AB AC BC ABC 1

  • 1
  • 1

+1 +1

  • 1
  • 1

+1 1 +1

  • 1
  • 1
  • 1
  • 1

+1 +1 1

  • 1

+1

  • 1
  • 1

+1

  • 1

+1 1 +1 +1 +1 +1

  • 1

+1 +1 1

  • 1
  • 1
  • 1

+1 +1 +1

  • 1

1 +1

  • 1

+1

  • 1

+1

  • 1
  • 1

1

  • 1

+1 +1

  • 1

+1 +1

  • 1

1 +1 +1

  • 1

+1

  • 1
  • 1
  • 1

3 / 17 Factorial Experiments for Process Design Fractional Replication of The 2k Design

slide-4
SLIDE 4

ST 435/535 Statistical Methods for Quality and Productivity Improvement / Statistical Process Control

Suppose that only the runs defined by the top four rows were carried

  • ut.

We could still use these columns of coefficients to calculate estimates

  • f the effects.

But, within this half, the column for the ABC interaction is the same as the column (I) for the intercept. Clearly the ABC interaction cannot be estimated. But also the BC column is identical to the A column, so we cannot separate the BC interaction from the A main effect. We say that A and BC are aliased.

4 / 17 Factorial Experiments for Process Design Fractional Replication of The 2k Design

slide-5
SLIDE 5

ST 435/535 Statistical Methods for Quality and Productivity Improvement / Statistical Process Control

Similarly B is aliased with AC, and C is aliased with AB. We describe this design by the generator ABC, and the equation ABC = I is the defining relation for the design. Multiplying the defining relation by A, B, and C, in turn, and using the fact that A2 = B2 = C 2 = 1, we find the alias chains BC = A, AC = B, and AB = C.

5 / 17 Factorial Experiments for Process Design Fractional Replication of The 2k Design

slide-6
SLIDE 6

ST 435/535 Statistical Methods for Quality and Productivity Improvement / Statistical Process Control

Another way to write the aliasing relationships is to use [A] to denote the result of applying the A column coefficients, and then [A] = A + BC indicates that what we calculate as the main effect of A is actually the sum of the A main effect and the BC interaction. Similarly [B] = B + AC, [C] = C + AB.

6 / 17 Factorial Experiments for Process Design Fractional Replication of The 2k Design

slide-7
SLIDE 7

ST 435/535 Statistical Methods for Quality and Productivity Improvement / Statistical Process Control

Example: Plasma etching Suppose only the eight runs with ABCD = I were run:

plasmaFraction <- plasma[with(plasma, A * B * C * D == 1), ] summary(a <- aov(Rate ~ A * B * C * D, plasmaFraction)) library(gplots) qqnorm(a, label = TRUE)

The output lists only one member of each alias chain, and the plot shows D, BC, and A to be prominent. But note that in this design, ABCD = I implies that BC = AD, so we could equally describe the prominent points as D, A, and AD.

7 / 17 Factorial Experiments for Process Design Fractional Replication of The 2k Design

slide-8
SLIDE 8

ST 435/535 Statistical Methods for Quality and Productivity Improvement / Statistical Process Control

Smaller fractions With any number of factors, a one-half fraction is always generated by aliasing the highest level interaction with the intercept (I). Often the available resources are not enough to carry out a one-half fraction, and a smaller fraction must be found. Smaller fractions are chosen by deciding which interactions will alias with I.

8 / 17 Factorial Experiments for Process Design Fractional Replication of The 2k Design

slide-9
SLIDE 9

ST 435/535 Statistical Methods for Quality and Productivity Improvement / Statistical Process Control

For example, with 6 factors, we could decide to alias ABCE and BCDF with I. Then also ABCE × BCDF = ADEF = I. The complete defining relation is I = ABCE = BCDF = ADEF. In this design, main effects are aliased with three-factor interactions, but not with two-factor interactions. It is a resolution IV design, written 26−2

IV .

9 / 17 Factorial Experiments for Process Design Fractional Replication of The 2k Design

slide-10
SLIDE 10

ST 435/535 Statistical Methods for Quality and Productivity Improvement / Statistical Process Control

Example: a 27−3 design Shrinkage of injection-molded parts. Factors: A, mold temperature; B, screw speed; C, holding time; D, cycle time; E, moisture content; F, gate size; G, holding pressure. The factors define 27 = 128 treatments, but only 16 runs could be

  • made. We need a one-eighth fraction, with three generators.

10 / 17 Factorial Experiments for Process Design Fractional Replication of The 2k Design

slide-11
SLIDE 11

ST 435/535 Statistical Methods for Quality and Productivity Improvement / Statistical Process Control

Choosing generators We could begin with the highest order interaction: ABCDEFG = I. But then if we add any other generator, say ABCD = I, we find another relation, in this case EFG = I, which means that a main effect, say E, is aliased with a two-factor interaction, here E = FG. So the design would have resolution at most III. A resolution IV design can be found, with I = ABCE, I = BCDF, and I = ACDG. The complete defining relation is I = ABCE = BCDF = ACDG = ADEF = BDEG = ABFG = CEFG.

11 / 17 Factorial Experiments for Process Design Fractional Replication of The 2k Design

slide-12
SLIDE 12

ST 435/535 Statistical Methods for Quality and Productivity Improvement / Statistical Process Control

Finding the treatments Start with the 24 design in A, B, C, and D:

A B C D

  • +
  • +
  • +

+

  • +
  • +
  • +
  • +

+

  • +

+ +

  • +

+

  • +
  • +
  • +

+ +

  • +
  • +

+ +

  • +

+

  • +

+ + + + + +

12 / 17 Factorial Experiments for Process Design Fractional Replication of The 2k Design

slide-13
SLIDE 13

ST 435/535 Statistical Methods for Quality and Productivity Improvement / Statistical Process Control

Add columns for E(= ABC), F(= BCD), and G(= ACD):

A B C D E F G

  • +
  • +
  • +
  • +
  • +

+

  • +

+

  • +

+

  • +
  • +

+ + +

  • +
  • +
  • +

+

  • +

+ + +

  • +
  • +
  • +

+ +

  • +

+ +

  • +
  • +

+

  • +

+ +

  • +
  • +

+ +

  • +
  • +

+

  • +
  • +

+ +

  • +
  • +

+ + + + + +

13 / 17 Factorial Experiments for Process Design Fractional Replication of The 2k Design

slide-14
SLIDE 14

ST 435/535 Statistical Methods for Quality and Productivity Improvement / Statistical Process Control

In R:

molding <- expand.grid(A = c(-1, 1), B = c(-1, 1), C = c(-1, 1), D = c(-1, 1)) molding <- within(molding, {G <- A * C * D; F <- B * C * D; E <- A * B * C}) molding$Shrinkage <- c(6, 10, 32, 60, 4, 15, 26, 60, 8, 12, 34, 60, 16, 5, 37, 52) # half-normal plot: library(gplots) qqnorm(aov(Shrinkage ~ A * B * C * D * E * F * G, molding), label = TRUE)

14 / 17 Factorial Experiments for Process Design Fractional Replication of The 2k Design

slide-15
SLIDE 15

ST 435/535 Statistical Methods for Quality and Productivity Improvement / Statistical Process Control

Interpreting the plot The most prominent effects are A, B, and the AB interaction. Aliasing The complete defining relation shows that A and B are each aliased with several three-factor interactions, and AB is aliased with CE and FG. The simplest explanation of the plot is that A and B are the only important factors, and that they are not additive. Another explanation would be that AB actually represents either CE

  • r FG, but with none of C, E, F, or G being prominent, that is less

likely; those models are not hierarchical.

15 / 17 Factorial Experiments for Process Design Fractional Replication of The 2k Design

slide-16
SLIDE 16

ST 435/535 Statistical Methods for Quality and Productivity Improvement / Statistical Process Control

Projection If only A and B are considered, the design projects onto a 2 × 2 design with n = 4 replicates:

summary(aov(Shrinkage ~ A * B, molding)) with(molding, interaction.plot(A, B, Shrinkage))

But note that the 12 degrees of freedom for residuals are pooled from effects that we saw to be small in the half-normal plot.

16 / 17 Factorial Experiments for Process Design Fractional Replication of The 2k Design

slide-17
SLIDE 17

ST 435/535 Statistical Methods for Quality and Productivity Improvement / Statistical Process Control

Dispersion effects The half-normal plot shows which factors affect the mean response. Some factors may affect the dispersion of the responses; we can use the residuals in the projected model to explore this:

molding$Resids <- residuals(aov(Shrinkage ~ A * B, molding)); qqnorm(aov(abs(Resids) ~ A * B * C * D * E * F * G, molding), label = TRUE) # plot residuals against each factor: plot(abs(Resids) ~ A * B * C * D * E * F * G, molding)

But note that G has a small main effect, and the residuals from

Shrinkage ~ A * B + G show no dispersion effect of C.

17 / 17 Factorial Experiments for Process Design Fractional Replication of The 2k Design