Lecture 11: Nested and Split-Plot Designs

Size: px
Start display at page:

Download "Lecture 11: Nested and Split-Plot Designs"

Transcription

1 Lecture 11: Nested and Split-Plot Designs Montgomery, Chapter 14 1 Lecture 11 Page 1

2 Crossed vs Nested Factors Factors A (a levels)and B (b levels) are considered crossed if Every combinations of A and B (ab of them) occurs; An example: Factor A Factor B xx xx xx xx 2 xx xx xx xx 3 xx xx xx xx A B x x x x x x x x x x x x x x x x x x x x x x x x 2 Lecture 11 Page 2

3 Factor B is considered nested under A (a levels) if Levels of B are similar for different levels of A; Levels of B are not identical for different levels of A. An example (aka two-stage nested design or hierarchical design): A B x x x x x x x x x x x x x x x x x x x x x x x x It is a balanced nested design because of an equal number of levels of B within each level of A and an equal number of replicates. 3 Lecture 11 Page 3

4 Material Purity Experiment A company buys raw material in batches from three different suppliers. Purity of raw material varies considerably, causing problems in manufactured product. Q: is the variability in purity attributable to difference between the suppliers? Four batches of raw material are selected at random from each supplier, three determinations of purity are made on each batch. The data, after coding by subtracting 93 are given below. Supplier 1 Supplier 2 Supplier 3 Batches y ij y i Lecture 11 Page 4

5 Other Examples for Nested Factors 1 Drug company interested in stability of product Two manufacturing sites Three batches from each site Ten tablets from each batch 2 Stratified random sampling procedure Randomly sample five states Randomly select three counties Randomly select two towns Randomly select five households 5 Lecture 11 Page 5

6 Statistical Model Two factor nested model y ijk = µ+τ i +β j(i) +ǫ k(ij) i = 1,2,...,a j = 1,2,...,b k = 1,2,...,n Bracket notation represents nesting factor Here factor B (levelj) is nested under factor A (leveli) Cannot include interaction Factors may be random or fixed Can use EMS algorithm to derive tests 6 Lecture 11 Page 6

7 Sum of Squares Decomposition y ijk = ȳ... +(ȳ i.. ȳ... )+(ȳ ij. ȳ i.. )+(y ijk ȳ ij. ). a b n (y ijk ȳ... ) 2 = bn i=1 j=1 k=1 a (ȳ i.. ȳ... ) 2 +n i=1 a b (ȳ ij. ȳ i.. ) 2 i=1 j=1 + a b n (y ijk ȳ ij. ) 2 i=1 j=1 k=1 SS T = SS A +SS B(A) +SS E 7 Lecture 11 Page 7

8 Analysis of Variance Table Source of Sum of Degrees of Mean F 0 Variation Squares Freedom Square A SS A a 1 MS A B(A) SS B(A) a(b 1) MS B(A) Error SS E ab(n 1) MS E Total SS T abn 1 SS T = y 2 ijk y 2.../abn SS A = 1 SS B(A) = 1 n bn y 2 i.. y.../abn 2 y 2 ij. 1 bn y 2 i.. SS E = y 2 ijk 1 n y 2 ij. Use EMS to define proper tests 8 Lecture 11 Page 8

9 Two-Factor Nested Model with Fixed Effects y ijk = µ+τ i +β j(i) +ǫ k(ij) where (1) a i=1 τ i = 0, (2) b j=1 β j(i) = 0 for eachi. F F R a b n term i j k EMS τ i 0 b n σ 2 + bnστ2 i a 1 β j(i) 1 0 n σ 2 + nσσβ2 j(i) a(b 1) ǫ k(ij) σ 2 Estimates: ˆτ i = ȳ i.. ȳ... ; ˆβj(i) = ȳ ij. ȳ i... Tests: MS A /MS E forτ i = 0; MS B(A) /MS E forβ j(i) = 0. 9 Lecture 11 Page 9

10 Two-Factor Nested Model with Random Effects y ijk = µ+τ i +β j(i) +ǫ k(ij) whereτ i N(0,σ 2 τ) andβ j(i) N(0,σ 2 β). R R R a b n term i j k EMS τ i 1 b n σ 2 +nσβ 2 +bnστ 2 β j(i) 1 1 n σ 2 +nσβ 2 ǫ k(ij) σ 2 Estimates: ˆσ τ 2 = (MS A MS B(A) )/nb; ˆσ β 2 = (MS B(A) MS E )/n. tests: MS A /MS B(A) forστ 2 = 0; MS B(A) /MS E forσβ 2 = Lecture 11 Page 10

11 Two-Factor Nested Model with Mixed Effects y ijk = µ+τ i +β j(i) +ǫ k(ij) where a i=1 τ i = 0, andβ j(i) N(0,σ 2 β). F R R a b n term i j k EMS τ i 0 b n σ 2 +nσ 2 β + bnστ2 i a 1 β j(i) 1 1 n σ 2 +nσ 2 β ǫ k(ij) σ 2 Estimates: ˆτ i = ȳ i.. ȳ... ; ˆσ 2 β = (MS B(A) MS E )/n. Tests: MS A /MS B(A) forτ i = 0; MS B(A) /MS E forσ 2 β = Lecture 11 Page 11

12 SAS Code for Purity Experiment option nocenter ps=40 ls=72; data purity; input supp batch datalines; ; proc mixed method=type1; class supp batch; model resp=; random supp batch(supp); proc mixed method=type1; class supp batch; model resp=supp; random batch(supp); run; quit; 12 Lecture 11 Page 12

13 Both Suppliers and Batches are Random Effects Sum of Source DF Squares Mean Square supp batch(supp) Residual Source Expected Mean Square Error Term supp Var(Residual) + 3Var(batch(supp)) + 12 Var(supp) MS(batch(supp)) batch(supp) Var(Residual) + 3Var(batch(supp)) MS(Residual) Residual Var(Residual). Source DF F Value Pr > F supp batch(supp) Residual... Covariance Parameter Estimates Cov Parm Estimate supp batch(supp) Residual Lecture 11 Page 13

14 Suppliers are Fixed Effects and Batches are Random Sum of Source DF Squares Mean Square supp batch(supp) Residual Source Expected Mean Square Error Term supp Var(Residual) + 3 Var(batch(supp)) + Q(supp) MS(batch(supp)) batch(supp) Var(Residual) + 3 Var(batch(supp)) MS(Residual) Residual Var(Residual) Source DF F Value Pr > F supp batch(supp) Residual... Covariance Parameter Estimates Cov Parm Estimate batch(supp) Residual Lecture 11 Page 14

15 Results Summary When Suppliers are Fixed Effects Estimates: ˆτ 1 = ȳ 1.. ȳ... = 28/36 ˆτ 2 = ȳ 2.. ȳ... = 1/36 ˆτ 3 = ȳ 3.. ȳ... = 29/36 Hypothesis test ˆσ 2 β = MS B(A) MS E n ˆσ 2 = MS E = 2.64 = = 1.71 H 0 : τ 1 = τ 2 = τ 3 = 0: F 0 =.97, P-value = , AcceptH 0 H 0 : σβ 2 = 0: F 0 = 2.94, P-value = , RejectH 0 Suppliers are not different, variability due to batches. 15 Lecture 11 Page 15

16 Staggered Nested Designs Other Scenarios for Nested Factors Generalm-Stage Nested Designs y ijkl = µ+τ i +β j(i) +γ k(ij) +ǫ l(ijk) Designs with Both Nested and Factorial Factors y ijkl = µ+τ i +β j +γ k(j) +(τβ) ij +(τγ) ik(j) +ǫ l(ijk) Sections 14.2, 14.3 in Montgomery. 16 Lecture 11 Page 16

17 Split-Plot Designs Example 1: Study six corn varieties and four fertilizers and yield is the response. Three replicates are needed. Method 1: completely randomized full factorial design, 24 level combinations of variety and fertilizer are applied to 24*3=72 pieces of land (each to three). Method 2: Select three fields of large area. Each field is divided into four areas (four whole-plots), four fertilizers are randomly assigned to the four whole-plots. Each area is further divided into six subareas (sub-plots), and the six varieties are randomly planted in these sub-plots. This leads to a split-plot design: a. whole-plot (treatment) factor: fertilizer b. sub-plot (treatment) factor: corn variety 17 Lecture 11 Page 17

18 Example 2: A paper manufacturer is investigating three different pulp preparation methods and four different cooking temperatures for the pulp and study their effect on the tensile strength of the paper. Three replicates are needed. Because the pilot plant is only capable of making 12 runs per day, so the experimenter decides to run one replicate on each of the three days and to consider the days as blocks. On any day, a batch of pulp is produced by one of the the three methods (a whole-plot). Then the batch is divided into four samples (four sub-plots), and each sample is cooked at one of the four temperatures. Then a second batch of pulp is made up using another of the three methods. This second batch is also divided into four samples that are tested at the four temperatures. The process is then repeated for the third method. The data is given below. whole-plot factor: preparation method sub-plot factor: cooking temperature 18 Lecture 11 Page 18

19 Day 1 Day 2 Day 3 Temp\Method Lecture 11 Page 19

20 Split-Plot Structure factors are crossed (different than nested) randomization restriction (different than completely randomized) split-plot can be considered as two superimposed blocked designs: A: whole-plot factor(a); B: sub-plot factor (b), r replicates RCBD A : number of trt: a, number of blk: r. RCBD B : number of trt: b, number of blk: ra. for whole-plots, subdivision to smaller sub-plots are ignored. For sub-plots, whole-plots considered blocks. More power for main subplot effect and interaction Should use design only for practical reasons Randomized factorial design more powerful if feasible 20 Lecture 11 Page 20

21 A Typical Data Layout Block 1 Block 2 Block 3 WP-Factor A SP-Factor B 1 y 111 y y y 112 y y y 113 y y y 114 y y 334 y ijk i denotes blocki j denotes thejth level of the whole-plot factora k denotes thekth level of the sub-plot factorb 21 Lecture 11 Page 21

22 Statistical Model I (Restricted Mixed Model) y ijk = µ+r i +α j +(rα) ij +β k +(rβ) ik +(αβ) jk +(rαβ) ijk +ǫ ijk i = 1,2,...,r; j = 1,2,...,a; k = 1,2,...,b r i : block effects (random),r i iid N(0,σ 2 r) α j : whole-plot factor (A) main effects (fixed) (rα) ij : whole-plot error (random), a j=1 (rα) ij = 0,(rα) ij N(0, b 1 b σ2 rα) β k : sub-plot factor (B) main effects (fixed) (rβ) ik : block-b interaction (random), b k=1 (rβ) ik = 0, (rβ) ik N(0, b 1 b σ2 rβ) (αβ) jk Interaction between A and B (fixed) (rαβ) ijk : sub-plot error (random),(rαβ) ijk N(0, (a 1)(b 1) ab a j=1 (rαβ) ijk = 0, b k=1 (rαβ) ijk = 0 ǫ ijk : random error,ǫ ijk iid N(0,σ 2 ) σ 2 rαβ) 22 Lecture 11 Page 22

23 Sum of Squares SS r = ab i (ȳ i.. ȳ... ) 2, df=r-1. SS A = rb j (ȳ.j. ȳ... ) 2, df=a-1. SS ra = b i,j (ȳ ij. ȳ i.. ȳ.j. +ȳ... ) 2, df=(r-1)(a-1) SS B = ar k (ȳ..k ȳ... ) 2, df=(b-1) SS rb = a i,k (ȳ i.k ȳ i.. ȳ..k +ȳ... ) 2 df=(r-1)(b-1) SS AB = r j,k (ȳ.jk ȳ.j. ȳ..k +ȳ... ) 2 df=(a-1)(b-1) SS rab = i,j,k (y ijk ȳ ij. ȳ i.k ȳ.jk +ȳ i.. +ȳ.j. +ȳ..k ȳ... ) 2, df=(r-1)(a-1)(b-1). SS E =? 23 Lecture 11 Page 23

24 Expected Mean Squares (Restricted Mixed Model) r a b R F F term i j k E(M S) r i 1 a b σ 2 +abσ 2 r whole plot α j r 0 b σ 2 +bσrα 2 + rbσα2 j a 1 (rα) ij 1 0 b σ 2 +bσrα 2 (whole plot error) β k r a 0 σ 2 +aσ 2 rβ + raσβ2 k b 1 (rβ) ik 1 a 0 σ 2 +aσ 2 rβ subplot (αβ) jk r 0 0 σ 2 +σ 2 rαβ + rσσ(αβ)2 jk (a 1)(b 1) (rαβ) ijk σ 2 +σ 2 rαβ (subplot error) ǫ ijk σ 2 (not estimable) 24 Lecture 11 Page 24

25 Estimates and Tests of Fixed Effects ˆα j = ȳ.j. ȳ... forj = 1,2,...,a ˆβ k = ȳ..k ȳ... fork = 1,2,...,b ˆ (αβ) jk = ȳ.jk ȳ.j. ȳ..k +ȳ.... TestH 0 : α j = 0,F 0 = MS A /MS ra TestH 0 : β k = 0,F 0 = MS B /MS rb TestH 0 : (αβ) jk = 0,F 0 = MS AB /MS rab. 25 Lecture 11 Page 25

26 SAS Code data paper; input block method temp datalines; ; proc glm data=paper; class block method temp; model resp=block method block*method temp block*temp method*temp block*method*temp; random block block*method block*temp block*method*temp; test h=method e=block*method; test h=temp e=block*temp; test h=method*temp e=block*method*temp; run; quit; 26 Lecture 11 Page 26

27 SAS Output Sum of Source DF Squares Mean Square F Value Pr > F Model Error CoTotal Source DF Type III SS Mean Square F Value Pr > F block method block*method temp block*temp method*temp blo*meth*tmp Lecture 11 Page 27

28 Tests Using the Type III MS for block*method as Error Term Source DF Type III SS Mean Square F Value Pr > F method Tests Using the Type III MS for block*temp as Error Term Source DF Type III SS Mean Square F Value Pr > F temp Tests Using the Type III MS for block*method*temp as E.Term Source DF Type III SS Mean Square F Value Pr > F method*temp Lecture 11 Page 28

29 Statistical Model II (Restricted Mixed Model) y ijk = µ+r i +α j +(rα) ij +β k +(αβ) jk +ǫ ijk r i : block effects (random),r i iid N(0,σ 2 r) α j : whole-plot factor (A) main effects (fixed) (rα) ij : whole plot error, a j=1 (rα) ij = 0,(rα) ij N(0, a 1 a σ2 rα) β k : sub-plot factor (B) main effects (fixed) (αβ) jk : A and B interaction (fixed) ǫ ijk : sub-plot error,ǫ ijk iid N(0,σ 2 ǫ) Blocks B and blocks AB interactions have been pooled withǫ ijk to form the subplot error It is entirely satisfactory if blocks B and blocks AB interactions are negligible 29 Lecture 11 Page 29

30 Expected Mean Square (Restricted Model) Term E(M S) r i α j (A) σ 2 ǫ +abσ 2 r σ 2 ǫ +bσ 2 rα + rbσα2 j a 1 (rα) ij σ 2 ǫ +bσ 2 rα (whole plot error) β k (B) (αβ) jk (AB) σ 2 ǫ + raσβ2 k b 1 σ 2 ǫ + rσσ(αβ)2 jk (a 1)(b 1) ǫ ijk σ 2 ǫ (subplot error) 30 Lecture 11 Page 30

31 General Split-Plot Designs Can have>one whole-plot factor and>one subplot factor with various blocking schemes. Split-plot design consists of two superimposed blocked design Whole Plot CRD, RCBD, Factorial D, BIBD, etc. Subplot RCBD, BIBD, Factorial Design, etc. Analysis of Covariance Covariate linear with response in subplot and whole plot 31 Lecture 11 Page 31

32 Other Variations Split-split-plot design 1. randomization restriction can occur at any number of levels within the experiment 2. two-level: split-split-plot design Strip-split-plot design ( or Criss cross design, or Split-block design) Example: we want to compare the yield of a certain crop under different systems of soil preparation (A :a 1,a 2,a 3,a 4 ) and different density of seeding (B: b 1,b 2,b 3,b 4,b 5 ). Both operations (tilling and seeding) are done mechanically and it is impossible to perform both on small pieces of land. The arrangement shown below (strip-split-plot design) is then replicatedr times, each time using different randomizations foraandb. a 4 b 1 a 4 b 4 a 4 b 2 a 4 b 3 a 4 b 5 a 1 b 1 a 1 b 4 a 1 b 2 a 1 b 3 a 1 b 5 a 2 b 1 a 2 b 4 a 2 b 2 a 2 b 3 a 2 b 5 a 3 b 1 a 3 b 4 a 3 b 2 a 3 b 3 a 3 b 5 For statistical models and analyses, refer to other books. 32 Lecture 11 Page 32

Reference: Chapter 14 of Montgomery (8e)

Reference: Chapter 14 of Montgomery (8e) Reference: Chapter 14 of Montgomery (8e) 99 Maghsoodloo The Stage Nested Designs So far emphasis has been placed on factorial experiments where all factors are crossed (i.e., it is possible to study the

More information

Split-plot Designs. Bruce A Craig. Department of Statistics Purdue University. STAT 514 Topic 21 1

Split-plot Designs. Bruce A Craig. Department of Statistics Purdue University. STAT 514 Topic 21 1 Split-plot Designs Bruce A Craig Department of Statistics Purdue University STAT 514 Topic 21 1 Randomization Defines the Design Want to study the effect of oven temp (3 levels) and amount of baking soda

More information

Lecture 10: Experiments with Random Effects

Lecture 10: Experiments with Random Effects Lecture 10: Experiments with Random Effects Montgomery, Chapter 13 1 Lecture 10 Page 1 Example 1 A textile company weaves a fabric on a large number of looms. It would like the looms to be homogeneous

More information

Design and Analysis of Experiments

Design and Analysis of Experiments Design and Analysis of Experiments Part VIII: Plackett-Burman, 3 k, Mixed Level, Nested, and Split-Plot Designs Prof. Dr. Anselmo E de Oliveira anselmo.quimica.ufg.br anselmo.disciplinas@gmail.com Plackett-Burman

More information

Lecture 9: Factorial Design Montgomery: chapter 5

Lecture 9: Factorial Design Montgomery: chapter 5 Lecture 9: Factorial Design Montgomery: chapter 5 Page 1 Examples Example I. Two factors (A, B) each with two levels (, +) Page 2 Three Data for Example I Ex.I-Data 1 A B + + 27,33 51,51 18,22 39,41 EX.I-Data

More information

Lecture 10: Factorial Designs with Random Factors

Lecture 10: Factorial Designs with Random Factors Lecture 10: Factorial Designs with Random Factors Montgomery, Section 13.2 and 13.3 1 Lecture 10 Page 1 Factorial Experiments with Random Effects Lecture 9 has focused on fixed effects Always use MSE in

More information

Stat 217 Final Exam. Name: May 1, 2002

Stat 217 Final Exam. Name: May 1, 2002 Stat 217 Final Exam Name: May 1, 2002 Problem 1. Three brands of batteries are under study. It is suspected that the lives (in weeks) of the three brands are different. Five batteries of each brand are

More information

Lec 5: Factorial Experiment

Lec 5: Factorial Experiment November 21, 2011 Example Study of the battery life vs the factors temperatures and types of material. A: Types of material, 3 levels. B: Temperatures, 3 levels. Example Study of the battery life vs the

More information

Lecture 7: Latin Squares and Related Designs

Lecture 7: Latin Squares and Related Designs Lecture 7: Latin Squares and Related Designs Montgomery: Section 4.2 and 4.3 1 Lecture 7 Page 1 Automobile Emission Experiment Four cars and four drivers are employed in a study of four gasoline additives(a,b,c,

More information

Lecture 4. Random Effects in Completely Randomized Design

Lecture 4. Random Effects in Completely Randomized Design Lecture 4. Random Effects in Completely Randomized Design Montgomery: 3.9, 13.1 and 13.7 1 Lecture 4 Page 1 Random Effects vs Fixed Effects Consider factor with numerous possible levels Want to draw inference

More information

Lecture 7: Latin Square and Related Design

Lecture 7: Latin Square and Related Design Lecture 7: Latin Square and Related Design Montgomery: Section 4.2-4.3 Page 1 Automobile Emission Experiment Four cars and four drivers are employed in a study for possible differences between four gasoline

More information

STAT Final Practice Problems

STAT Final Practice Problems STAT 48 -- Final Practice Problems.Out of 5 women who had uterine cancer, 0 claimed to have used estrogens. Out of 30 women without uterine cancer 5 claimed to have used estrogens. Exposure Outcome (Cancer)

More information

Analysis of Covariance

Analysis of Covariance Analysis of Covariance (ANCOVA) Bruce A Craig Department of Statistics Purdue University STAT 514 Topic 10 1 When to Use ANCOVA In experiment, there is a nuisance factor x that is 1 Correlated with y 2

More information

These are multifactor experiments that have

These are multifactor experiments that have Design of Engineering Experiments Nested Designs Text reference, Chapter 14, Pg. 525 These are multifactor experiments that have some important industrial applications Nested and split-plot designs frequently

More information

13. The Cochran-Satterthwaite Approximation for Linear Combinations of Mean Squares

13. The Cochran-Satterthwaite Approximation for Linear Combinations of Mean Squares 13. The Cochran-Satterthwaite Approximation for Linear Combinations of Mean Squares opyright c 2018 Dan Nettleton (Iowa State University) 13. Statistics 510 1 / 18 Suppose M 1,..., M k are independent

More information

Stat 579: Generalized Linear Models and Extensions

Stat 579: Generalized Linear Models and Extensions Stat 579: Generalized Linear Models and Extensions Mixed models Yan Lu Feb, 2018, week 7 1 / 17 Some commonly used experimental designs related to mixed models Two way or three way random/mixed effects

More information

Chapter 12. Analysis of variance

Chapter 12. Analysis of variance Serik Sagitov, Chalmers and GU, January 9, 016 Chapter 1. Analysis of variance Chapter 11: I = samples independent samples paired samples Chapter 1: I 3 samples of equal size J one-way layout two-way layout

More information

One-way ANOVA (Single-Factor CRD)

One-way ANOVA (Single-Factor CRD) One-way ANOVA (Single-Factor CRD) STAT:5201 Week 3: Lecture 3 1 / 23 One-way ANOVA We have already described a completed randomized design (CRD) where treatments are randomly assigned to EUs. There is

More information

ERRATA FOR THE OTT/LONGNECKER BOOK AN INTRODUCTION TO STATISTICAL METHODS AND DATA ANALYSIS (3rd printing)

ERRATA FOR THE OTT/LONGNECKER BOOK AN INTRODUCTION TO STATISTICAL METHODS AND DATA ANALYSIS (3rd printing) ERRATA FOR THE OTT/LONGNECKER BOOK AN INTRODUCTION TO STATISTICAL METHODS AND DATA ANALYSIS (3rd printing) Page: xiv, Line: 15 ; Replace these with the Page: xiv, Line: 7 ; Insert analysis after statistical

More information

Page: 3, Line: 24 ; Replace 13 Building... with 13 More on Multiple Regression. Page: 83, Line: 9 ; Replace The ith ordered... with The jth ordered...

Page: 3, Line: 24 ; Replace 13 Building... with 13 More on Multiple Regression. Page: 83, Line: 9 ; Replace The ith ordered... with The jth ordered... ERRATA FOR THE OTT/LONGNECKER BOOK AN INTRODUCTION TO STATISTICAL METHODS AND DATA ANALYSIS (Some of these typos have been corrected in later printings) Page: xiv, Line: 15 ; Replace these with the Page:

More information

Outline Topic 21 - Two Factor ANOVA

Outline Topic 21 - Two Factor ANOVA Outline Topic 21 - Two Factor ANOVA Data Model Parameter Estimates - Fall 2013 Equal Sample Size One replicate per cell Unequal Sample size Topic 21 2 Overview Now have two factors (A and B) Suppose each

More information

Sample Size / Power Calculations

Sample Size / Power Calculations Sample Size / Power Calculations A Simple Example Goal: To study the effect of cold on blood pressure (mmhg) in rats Use a Completely Randomized Design (CRD): 12 rats are randomly assigned to one of two

More information

Chapter 4: Randomized Blocks and Latin Squares

Chapter 4: Randomized Blocks and Latin Squares Chapter 4: Randomized Blocks and Latin Squares 1 Design of Engineering Experiments The Blocking Principle Blocking and nuisance factors The randomized complete block design or the RCBD Extension of the

More information

Two-Way ANOVA (Two-Factor CRD)

Two-Way ANOVA (Two-Factor CRD) Two-Way ANOVA (Two-Factor CRD) STAT:5201 Week 5: Lecture 1 1 / 29 Factorial Treatment Structure A factorial treatment structure is simply the case where treatments are created by combining factors. We

More information

21.0 Two-Factor Designs

21.0 Two-Factor Designs 21.0 Two-Factor Designs Answer Questions 1 RCBD Concrete Example Two-Way ANOVA Popcorn Example 21.4 RCBD 2 The Randomized Complete Block Design is also known as the two-way ANOVA without interaction. A

More information

Solution to Final Exam

Solution to Final Exam Stat 660 Solution to Final Exam. (5 points) A large pharmaceutical company is interested in testing the uniformity (a continuous measurement that can be taken by a measurement instrument) of their film-coated

More information

Reference: Chapter 13 of Montgomery (8e)

Reference: Chapter 13 of Montgomery (8e) Reference: Chapter 1 of Montgomery (8e) Maghsoodloo 89 Factorial Experiments with Random Factors So far emphasis has been placed on factorial experiments where all factors are at a, b, c,... fixed levels

More information

Factorial Treatment Structure: Part I. Lukas Meier, Seminar für Statistik

Factorial Treatment Structure: Part I. Lukas Meier, Seminar für Statistik Factorial Treatment Structure: Part I Lukas Meier, Seminar für Statistik Factorial Treatment Structure So far (in CRD), the treatments had no structure. So called factorial treatment structure exists if

More information

Lecture 10. Factorial experiments (2-way ANOVA etc)

Lecture 10. Factorial experiments (2-way ANOVA etc) Lecture 10. Factorial experiments (2-way ANOVA etc) Jesper Rydén Matematiska institutionen, Uppsala universitet jesper@math.uu.se Regression and Analysis of Variance autumn 2014 A factorial experiment

More information

Contents. TAMS38 - Lecture 6 Factorial design, Latin Square Design. Lecturer: Zhenxia Liu. Factorial design 3. Complete three factor design 4

Contents. TAMS38 - Lecture 6 Factorial design, Latin Square Design. Lecturer: Zhenxia Liu. Factorial design 3. Complete three factor design 4 Contents Factorial design TAMS38 - Lecture 6 Factorial design, Latin Square Design Lecturer: Zhenxia Liu Department of Mathematics - Mathematical Statistics 28 November, 2017 Complete three factor design

More information

Two-Way Factorial Designs

Two-Way Factorial Designs 81-86 Two-Way Factorial Designs Yibi Huang 81-86 Two-Way Factorial Designs Chapter 8A - 1 Problem 81 Sprouting Barley (p166 in Oehlert) Brewer s malt is produced from germinating barley, so brewers like

More information

Chapter 5 Introduction to Factorial Designs

Chapter 5 Introduction to Factorial Designs Chapter 5 Introduction to Factorial Designs 5. Basic Definitions and Principles Stud the effects of two or more factors. Factorial designs Crossed: factors are arranged in a factorial design Main effect:

More information

Unit 7: Random Effects, Subsampling, Nested and Crossed Factor Designs

Unit 7: Random Effects, Subsampling, Nested and Crossed Factor Designs Unit 7: Random Effects, Subsampling, Nested and Crossed Factor Designs STA 643: Advanced Experimental Design Derek S. Young 1 Learning Objectives Understand how to interpret a random effect Know the different

More information

Response Surface Methodology

Response Surface Methodology Response Surface Methodology Bruce A Craig Department of Statistics Purdue University STAT 514 Topic 27 1 Response Surface Methodology Interested in response y in relation to numeric factors x Relationship

More information

Unit 8: 2 k Factorial Designs, Single or Unequal Replications in Factorial Designs, and Incomplete Block Designs

Unit 8: 2 k Factorial Designs, Single or Unequal Replications in Factorial Designs, and Incomplete Block Designs Unit 8: 2 k Factorial Designs, Single or Unequal Replications in Factorial Designs, and Incomplete Block Designs STA 643: Advanced Experimental Design Derek S. Young 1 Learning Objectives Revisit your

More information

EXST 7015 Fall 2014 Lab 11: Randomized Block Design and Nested Design

EXST 7015 Fall 2014 Lab 11: Randomized Block Design and Nested Design EXST 7015 Fall 2014 Lab 11: Randomized Block Design and Nested Design OBJECTIVES: The objective of an experimental design is to provide the maximum amount of reliable information at the minimum cost. In

More information

Factorial designs. Experiments

Factorial designs. Experiments Chapter 5: Factorial designs Petter Mostad mostad@chalmers.se Experiments Actively making changes and observing the result, to find causal relationships. Many types of experimental plans Measuring response

More information

Topic 17 - Single Factor Analysis of Variance. Outline. One-way ANOVA. The Data / Notation. One way ANOVA Cell means model Factor effects model

Topic 17 - Single Factor Analysis of Variance. Outline. One-way ANOVA. The Data / Notation. One way ANOVA Cell means model Factor effects model Topic 17 - Single Factor Analysis of Variance - Fall 2013 One way ANOVA Cell means model Factor effects model Outline Topic 17 2 One-way ANOVA Response variable Y is continuous Explanatory variable is

More information

Lecture 3. Experiments with a Single Factor: ANOVA Montgomery 3.1 through 3.3

Lecture 3. Experiments with a Single Factor: ANOVA Montgomery 3.1 through 3.3 Lecture 3. Experiments with a Single Factor: ANOVA Montgomery 3.1 through 3.3 Fall, 2013 Page 1 Tensile Strength Experiment Investigate the tensile strength of a new synthetic fiber. The factor is the

More information

1. (Rao example 11.15) A study measures oxygen demand (y) (on a log scale) and five explanatory variables (see below). Data are available as

1. (Rao example 11.15) A study measures oxygen demand (y) (on a log scale) and five explanatory variables (see below). Data are available as ST 51, Summer, Dr. Jason A. Osborne Homework assignment # - Solutions 1. (Rao example 11.15) A study measures oxygen demand (y) (on a log scale) and five explanatory variables (see below). Data are available

More information

Example 1: Two-Treatment CRD

Example 1: Two-Treatment CRD Introduction to Mixed Linear Models in Microarray Experiments //0 Copyright 0 Dan Nettleton Statistical Models A statistical model describes a formal mathematical data generation mechanism from which an

More information

6 Designs with Split Plots

6 Designs with Split Plots 6 Designs with Split Plots Many factorial experimental designs are incorrectly analyzed because the assumption of complete randomization is not true. Many factorial experiments have one or more restrictions

More information

Lecture 3. Experiments with a Single Factor: ANOVA Montgomery 3-1 through 3-3

Lecture 3. Experiments with a Single Factor: ANOVA Montgomery 3-1 through 3-3 Lecture 3. Experiments with a Single Factor: ANOVA Montgomery 3-1 through 3-3 Page 1 Tensile Strength Experiment Investigate the tensile strength of a new synthetic fiber. The factor is the weight percent

More information

Key Features: More than one type of experimental unit and more than one randomization.

Key Features: More than one type of experimental unit and more than one randomization. 1 SPLIT PLOT DESIGNS Key Features: More than one type of experimental unit and more than one randomization. Typical Use: When one factor is difficult to change. Example (and terminology): An agricultural

More information

Two-factor studies. STAT 525 Chapter 19 and 20. Professor Olga Vitek

Two-factor studies. STAT 525 Chapter 19 and 20. Professor Olga Vitek Two-factor studies STAT 525 Chapter 19 and 20 Professor Olga Vitek December 2, 2010 19 Overview Now have two factors (A and B) Suppose each factor has two levels Could analyze as one factor with 4 levels

More information

STAT22200 Spring 2014 Chapter 8A

STAT22200 Spring 2014 Chapter 8A STAT22200 Spring 2014 Chapter 8A Yibi Huang May 13, 2014 81-86 Two-Way Factorial Designs Chapter 8A - 1 Problem 81 Sprouting Barley (p166 in Oehlert) Brewer s malt is produced from germinating barley,

More information

Ch 3: Multiple Linear Regression

Ch 3: Multiple Linear Regression Ch 3: Multiple Linear Regression 1. Multiple Linear Regression Model Multiple regression model has more than one regressor. For example, we have one response variable and two regressor variables: 1. delivery

More information

Topic 25 - One-Way Random Effects Models. Outline. Random Effects vs Fixed Effects. Data for One-way Random Effects Model. One-way Random effects

Topic 25 - One-Way Random Effects Models. Outline. Random Effects vs Fixed Effects. Data for One-way Random Effects Model. One-way Random effects Topic 5 - One-Way Random Effects Models One-way Random effects Outline Model Variance component estimation - Fall 013 Confidence intervals Topic 5 Random Effects vs Fixed Effects Consider factor with numerous

More information

STAT 525 Fall Final exam. Tuesday December 14, 2010

STAT 525 Fall Final exam. Tuesday December 14, 2010 STAT 525 Fall 2010 Final exam Tuesday December 14, 2010 Time: 2 hours Name (please print): Show all your work and calculations. Partial credit will be given for work that is partially correct. Points will

More information

Chapter 11. Analysis of Variance (One-Way)

Chapter 11. Analysis of Variance (One-Way) Chapter 11 Analysis of Variance (One-Way) We now develop a statistical procedure for comparing the means of two or more groups, known as analysis of variance or ANOVA. These groups might be the result

More information

Topic 32: Two-Way Mixed Effects Model

Topic 32: Two-Way Mixed Effects Model Topic 3: Two-Way Mixed Effects Model Outline Two-way mixed models Three-way mixed models Data for two-way design Y is the response variable Factor A with levels i = 1 to a Factor B with levels j = 1 to

More information

Chapter 4 Experiments with Blocking Factors

Chapter 4 Experiments with Blocking Factors Chapter 4 Experiments with Blocking Factors 許湘伶 Design and Analysis of Experiments (Douglas C. Montgomery) hsuhl (NUK) DAE Chap. 4 1 / 54 The Randomized Complete Block Design (RCBD; 隨機化完全集區設計 ) 1 Variability

More information

Two-Way Analysis of Variance - no interaction

Two-Way Analysis of Variance - no interaction 1 Two-Way Analysis of Variance - no interaction Example: Tests were conducted to assess the effects of two factors, engine type, and propellant type, on propellant burn rate in fired missiles. Three engine

More information

Factorial and Unbalanced Analysis of Variance

Factorial and Unbalanced Analysis of Variance Factorial and Unbalanced Analysis of Variance Nathaniel E. Helwig Assistant Professor of Psychology and Statistics University of Minnesota (Twin Cities) Updated 04-Jan-2017 Nathaniel E. Helwig (U of Minnesota)

More information

Homework 3 - Solution

Homework 3 - Solution STAT 526 - Spring 2011 Homework 3 - Solution Olga Vitek Each part of the problems 5 points 1. KNNL 25.17 (Note: you can choose either the restricted or the unrestricted version of the model. Please state

More information

Statistics 512: Applied Linear Models. Topic 9

Statistics 512: Applied Linear Models. Topic 9 Topic Overview Statistics 51: Applied Linear Models Topic 9 This topic will cover Random vs. Fixed Effects Using E(MS) to obtain appropriate tests in a Random or Mixed Effects Model. Chapter 5: One-way

More information

Topic 9: Factorial treatment structures. Introduction. Terminology. Example of a 2x2 factorial

Topic 9: Factorial treatment structures. Introduction. Terminology. Example of a 2x2 factorial Topic 9: Factorial treatment structures Introduction A common objective in research is to investigate the effect of each of a number of variables, or factors, on some response variable. In earlier times,

More information

Nested Designs & Random Effects

Nested Designs & Random Effects Nested Designs & Random Effects Timothy Hanson Department of Statistics, University of South Carolina Stat 506: Introduction to Design of Experiments 1 / 17 Bottling plant production A production engineer

More information

FACTORIALS. Advantages: efficiency & analysis of interactions. Missing data. Predicted EMS Special F tests Satterthwaite linear combination of MS

FACTORIALS. Advantages: efficiency & analysis of interactions. Missing data. Predicted EMS Special F tests Satterthwaite linear combination of MS FACTORIALS Advantages: efficiency & analysis of interactions PROBLEM Random or mixed trt. New sources of variance Complex EMS and F tests SOLUTION Predicted EMS Special F tests Satterthwaite linear combination

More information

Chapter 20 : Two factor studies one case per treatment Chapter 21: Randomized complete block designs

Chapter 20 : Two factor studies one case per treatment Chapter 21: Randomized complete block designs Chapter 20 : Two factor studies one case per treatment Chapter 21: Randomized complete block designs Adapted from Timothy Hanson Department of Statistics, University of South Carolina Stat 705: Data Analysis

More information

STAT 705 Chapters 22: Analysis of Covariance

STAT 705 Chapters 22: Analysis of Covariance STAT 705 Chapters 22: Analysis of Covariance Timothy Hanson Department of Statistics, University of South Carolina Stat 705: Data Analysis II 1 / 16 ANalysis of COVAriance Add a continuous predictor to

More information

Incomplete Block Designs

Incomplete Block Designs Incomplete Block Designs Recall: in randomized complete block design, each of a treatments was used once within each of b blocks. In some situations, it will not be possible to use each of a treatments

More information

SAS Commands. General Plan. Output. Construct scatterplot / interaction plot. Run full model

SAS Commands. General Plan. Output. Construct scatterplot / interaction plot. Run full model Topic 23 - Unequal Replication Data Model Outline - Fall 2013 Parameter Estimates Inference Topic 23 2 Example Page 954 Data for Two Factor ANOVA Y is the response variable Factor A has levels i = 1, 2,...,

More information

MEMORIAL UNIVERSITY OF NEWFOUNDLAND DEPARTMENT OF MATHEMATICS AND STATISTICS FINAL EXAM - STATISTICS FALL 1999

MEMORIAL UNIVERSITY OF NEWFOUNDLAND DEPARTMENT OF MATHEMATICS AND STATISTICS FINAL EXAM - STATISTICS FALL 1999 MEMORIAL UNIVERSITY OF NEWFOUNDLAND DEPARTMENT OF MATHEMATICS AND STATISTICS FINAL EXAM - STATISTICS 350 - FALL 1999 Instructor: A. Oyet Date: December 16, 1999 Name(Surname First): Student Number INSTRUCTIONS

More information

Statistics GIDP Ph.D. Qualifying Exam Methodology

Statistics GIDP Ph.D. Qualifying Exam Methodology Statistics GIDP Ph.D. Qualifying Exam Methodology January 9, 2018, 9:00am 1:00pm Instructions: Put your ID (not your name) on each sheet. Complete exactly 5 of 6 problems; turn in only those sheets you

More information

Research Design - - Topic 8 Hierarchical Designs in Analysis of Variance (Kirk, Chapter 11) 2008 R.C. Gardner, Ph.D.

Research Design - - Topic 8 Hierarchical Designs in Analysis of Variance (Kirk, Chapter 11) 2008 R.C. Gardner, Ph.D. Research Design - - Topic 8 Hierarchical Designs in nalysis of Variance (Kirk, Chapter 11) 008 R.C. Gardner, Ph.D. Experimental Design pproach General Rationale and pplications Rules for Determining Sources

More information

Contents. TAMS38 - Lecture 8 2 k p fractional factorial design. Lecturer: Zhenxia Liu. Example 0 - continued 4. Example 0 - Glazing ceramic 3

Contents. TAMS38 - Lecture 8 2 k p fractional factorial design. Lecturer: Zhenxia Liu. Example 0 - continued 4. Example 0 - Glazing ceramic 3 Contents TAMS38 - Lecture 8 2 k p fractional factorial design Lecturer: Zhenxia Liu Department of Mathematics - Mathematical Statistics Example 0 2 k factorial design with blocking Example 1 2 k p fractional

More information

Differences of Least Squares Means

Differences of Least Squares Means STAT:5201 Homework 9 Solutions 1. We have a model with two crossed random factors operator and machine. There are 4 operators, 8 machines, and 3 observations from each operator/machine combination. (a)

More information

Analysis of Variance and Design of Experiments-I

Analysis of Variance and Design of Experiments-I Analysis of Variance and Design of Experiments-I MODULE VIII LECTURE - 35 ANALYSIS OF VARIANCE IN RANDOM-EFFECTS MODEL AND MIXED-EFFECTS MODEL Dr. Shalabh Department of Mathematics and Statistics Indian

More information

Unit 6: Orthogonal Designs Theory, Randomized Complete Block Designs, and Latin Squares

Unit 6: Orthogonal Designs Theory, Randomized Complete Block Designs, and Latin Squares Unit 6: Orthogonal Designs Theory, Randomized Complete Block Designs, and Latin Squares STA 643: Advanced Experimental Design Derek S. Young 1 Learning Objectives Understand the basics of orthogonal designs

More information

Introduction to Design and Analysis of Experiments with the SAS System (Stat 7010 Lecture Notes)

Introduction to Design and Analysis of Experiments with the SAS System (Stat 7010 Lecture Notes) Introduction to Design and Analysis of Experiments with the SAS System (Stat 7010 Lecture Notes) Asheber Abebe Discrete and Statistical Sciences Auburn University Contents 1 Completely Randomized Design

More information

Analysis of Variance

Analysis of Variance Analysis of Variance Blood coagulation time T avg A 62 60 63 59 61 B 63 67 71 64 65 66 66 C 68 66 71 67 68 68 68 D 56 62 60 61 63 64 63 59 61 64 Blood coagulation time A B C D Combined 56 57 58 59 60 61

More information

STAT 705 Chapter 19: Two-way ANOVA

STAT 705 Chapter 19: Two-way ANOVA STAT 705 Chapter 19: Two-way ANOVA Timothy Hanson Department of Statistics, University of South Carolina Stat 705: Data Analysis II 1 / 38 Two-way ANOVA Material covered in Sections 19.2 19.4, but a bit

More information

Linear Regression. In this problem sheet, we consider the problem of linear regression with p predictors and one intercept,

Linear Regression. In this problem sheet, we consider the problem of linear regression with p predictors and one intercept, Linear Regression In this problem sheet, we consider the problem of linear regression with p predictors and one intercept, y = Xβ + ɛ, where y t = (y 1,..., y n ) is the column vector of target values,

More information

5.3 Three-Stage Nested Design Example

5.3 Three-Stage Nested Design Example 5.3 Three-Stage Nested Design Example A researcher designs an experiment to study the of a metal alloy. A three-stage nested design was conducted that included Two alloy chemistry compositions. Three ovens

More information

Increasing precision by partitioning the error sum of squares: Blocking: SSE (CRD) à SSB + SSE (RCBD) Contrasts: SST à (t 1) orthogonal contrasts

Increasing precision by partitioning the error sum of squares: Blocking: SSE (CRD) à SSB + SSE (RCBD) Contrasts: SST à (t 1) orthogonal contrasts Lecture 13 Topic 9: Factorial treatment structures (Part II) Increasing precision by partitioning the error sum of squares: s MST F = = MSE 2 among = s 2 within SST df trt SSE df e Blocking: SSE (CRD)

More information

Design and Analysis of Experiments. David Yanez Department of Biostatistics University of Washington

Design and Analysis of Experiments. David Yanez Department of Biostatistics University of Washington Design and Analysis of Experiments David Yanez Department of Biostatistics University of Washington Outline Basic Ideas Definitions Structures of an Experimental Design Design Structure Treatment Structure

More information

2. Two distinct error terms (Error for main plot effects > Error for subplot effects)

2. Two distinct error terms (Error for main plot effects > Error for subplot effects) Lecture 16 Topic 12: The split-plot design and its relatives (Part I) Definition A split plot design results from a two-stage randomization process of a factorial treatment structure. Because of this two-stage

More information

This is a Randomized Block Design (RBD) with a single factor treatment arrangement (2 levels) which are fixed.

This is a Randomized Block Design (RBD) with a single factor treatment arrangement (2 levels) which are fixed. EXST3201 Chapter 13c Geaghan Fall 2005: Page 1 Linear Models Y ij = µ + βi + τ j + βτij + εijk This is a Randomized Block Design (RBD) with a single factor treatment arrangement (2 levels) which are fixed.

More information

The Random Effects Model Introduction

The Random Effects Model Introduction The Random Effects Model Introduction Sometimes, treatments included in experiment are randomly chosen from set of all possible treatments. Conclusions from such experiment can then be generalized to other

More information

Lecture 5: Determining Sample Size

Lecture 5: Determining Sample Size Lecture 5: Determining Sample Size Montgomery: Section 3.7 and 13.4 1 Lecture 5 Page 1 Choice of Sample Size: Fixed Effects Can determine the sample size for OverallF test Contrasts of interest For simplicity,

More information

Ch 2: Simple Linear Regression

Ch 2: Simple Linear Regression Ch 2: Simple Linear Regression 1. Simple Linear Regression Model A simple regression model with a single regressor x is y = β 0 + β 1 x + ɛ, where we assume that the error ɛ is independent random component

More information

Chapter 13 Experiments with Random Factors Solutions

Chapter 13 Experiments with Random Factors Solutions Solutions from Montgomery, D. C. (01) Design and Analysis of Experiments, Wiley, NY Chapter 13 Experiments with Random Factors Solutions 13.. An article by Hoof and Berman ( Statistical Analysis of Power

More information

Stat 6640 Solution to Midterm #2

Stat 6640 Solution to Midterm #2 Stat 6640 Solution to Midterm #2 1. A study was conducted to examine how three statistical software packages used in a statistical course affect the statistical competence a student achieves. At the end

More information

Lecture 22 Mixed Effects Models III Nested designs

Lecture 22 Mixed Effects Models III Nested designs Lecture 22 Mixed Effects Models III Nested designs 94 Introduction: Crossed Designs The two-factor designs considered so far involve every level of the first factor occurring with every level of the second

More information

The efficient use of experimental design methodology is an important requirement for fast and reliable

The efficient use of experimental design methodology is an important requirement for fast and reliable QUALITY AND RELIABILITY ENGINEERING INTERNATIONAL Published online 7 November 2006 in Wiley InterScience (www.interscience.wiley.com)..841 Research Analysis of Split-plot Designs: An Overview and Comparison

More information

Assignment 6 Answer Keys

Assignment 6 Answer Keys ssignment 6 nswer Keys Problem 1 (a) The treatment sum of squares can be calculated by SS Treatment = b a ȳi 2 Nȳ 2 i=1 = 5 (5.40 2 + 5.80 2 + 10 2 + 9.80 2 ) 20 7.75 2 = 92.95 Then the F statistic for

More information

Latin square designs are special block designs with two blocking factors and only one treatment per block instead of every treatment per block.

Latin square designs are special block designs with two blocking factors and only one treatment per block instead of every treatment per block. G. Latin Square Designs Latin square designs are special block designs with two blocking factors and only one treatment per block instead of every treatment per block. 500 CLASSIC AG EXAMPLE: A researcher

More information

ii. Determine all possible (legal) model terms iii. Determine the degrees of freedom for the terms iv. Determine the EMSs (unrestricted model)

ii. Determine all possible (legal) model terms iii. Determine the degrees of freedom for the terms iv. Determine the EMSs (unrestricted model) STAT:5201 Homework 10 Solutions For 1-4, do the following: i. Draw the simplified Lenth diagram ii. Determine all possible (legal) model terms iii. Determine the degrees of freedom for the terms iv. Determine

More information

STAT 705 Chapter 19: Two-way ANOVA

STAT 705 Chapter 19: Two-way ANOVA STAT 705 Chapter 19: Two-way ANOVA Adapted from Timothy Hanson Department of Statistics, University of South Carolina Stat 705: Data Analysis II 1 / 41 Two-way ANOVA This material is covered in Sections

More information

Blocks are formed by grouping EUs in what way? How are experimental units randomized to treatments?

Blocks are formed by grouping EUs in what way? How are experimental units randomized to treatments? VI. Incomplete Block Designs A. Introduction What is the purpose of block designs? Blocks are formed by grouping EUs in what way? How are experimental units randomized to treatments? 550 What if we have

More information

Analysis of Variance. Read Chapter 14 and Sections to review one-way ANOVA.

Analysis of Variance. Read Chapter 14 and Sections to review one-way ANOVA. Analysis of Variance Read Chapter 14 and Sections 15.1-15.2 to review one-way ANOVA. Design of an experiment the process of planning an experiment to insure that an appropriate analysis is possible. Some

More information

Mixed Model: Split plot with two whole-plot factors, one split-plot factor, and CRD at the whole-plot level (e.g. fancier split-plot p.

Mixed Model: Split plot with two whole-plot factors, one split-plot factor, and CRD at the whole-plot level (e.g. fancier split-plot p. 22s:173 Combining multiple factors into a single superfactor Mixed Model: Split plot with two whole-plot factors, one split-plot factor, and CRD at the whole-plot level (e.g. fancier split-plot p.422 Oehlert)

More information

PROBLEM TWO (ALKALOID CONCENTRATIONS IN TEA) 1. Statistical Design

PROBLEM TWO (ALKALOID CONCENTRATIONS IN TEA) 1. Statistical Design PROBLEM TWO (ALKALOID CONCENTRATIONS IN TEA) 1. Statistical Design The purpose of this experiment was to determine differences in alkaloid concentration of tea leaves, based on herb variety (Factor A)

More information

Power & Sample Size Calculation

Power & Sample Size Calculation Chapter 7 Power & Sample Size Calculation Yibi Huang Chapter 7 Section 10.3 Power & Sample Size Calculation for CRDs Power & Sample Size for Factorial Designs Chapter 7-1 Power & Sample Size Calculation

More information

Kevin James. MTHSC 3110 Section 2.1 Matrix Operations

Kevin James. MTHSC 3110 Section 2.1 Matrix Operations MTHSC 3110 Section 2.1 Matrix Operations Notation Let A be an m n matrix, that is, m rows and n columns. We ll refer to the entries of A by their row and column indices. The entry in the i th row and j

More information

Analysis of Variance and Design of Experiments-II

Analysis of Variance and Design of Experiments-II Analsis of Variance and Design of Experiments-II MODULE VII LECTURE - 3 CROSS-OVER DESIGNS Dr. Shalabh Department of Mathematics & Statistics Indian Institute of Technolog Kanpur Analsis of variance Now

More information

TWO-LEVEL FACTORIAL EXPERIMENTS: BLOCKING. Upper-case letters are associated with factors, or regressors of factorial effects, e.g.

TWO-LEVEL FACTORIAL EXPERIMENTS: BLOCKING. Upper-case letters are associated with factors, or regressors of factorial effects, e.g. STAT 512 2-Level Factorial Experiments: Blocking 1 TWO-LEVEL FACTORIAL EXPERIMENTS: BLOCKING Some Traditional Notation: Upper-case letters are associated with factors, or regressors of factorial effects,

More information

Stat/F&W Ecol/Hort 572 Review Points Ané, Spring 2010

Stat/F&W Ecol/Hort 572 Review Points Ané, Spring 2010 1 Linear models Y = Xβ + ɛ with ɛ N (0, σ 2 e) or Y N (Xβ, σ 2 e) where the model matrix X contains the information on predictors and β includes all coefficients (intercept, slope(s) etc.). 1. Number of

More information