ST 370 - Factorial Experiments and ANOVA

Total Page:16

File Type:pdf, Size:1020Kb

ST 370 - Factorial Experiments and ANOVA Chapter 4 ST 370 - Factorial Experiments and ANOVA Readings: Chapter 13.1-13.2, Chapter 14.1-14.4 Recap: So far we've learned: • Why we want a `random' sample and how to achieve it (Sampling Scheme) • How to use randomization, replication, and control/blocking to create a valid experi- ment. • Now well look at a specific type of experiment and how to investigate which factors are important. Motivating Example: Mentos and Coke Consider an experiment where we want to determine the effect of initial volume (591 ml, 1000 ml, or 2000ml) on the % of coke expelled when Mentos (the freshmaker) are dropped in. A CRD was used. What is the response? Factor(s)? Level(s)? Treatments? What parameters might answer our question? 30 Suppose we collect data. Consider the following two hypothetical sets of boxplots for the data: Which set of boxplots gives more evidence that the true means differ? Although we'll never know the true values of the parameters, we can use our sample data to estimate them. 31 How to use these estimates to make a claim? One-Way Analysis of Variance (ANOVA) Model (Used to analyze a CRD): Consider the data below We ‘fit’ the following model to this completely randomized design: 32 Is the factor important in our One-Way ANOVA model? How can we estimate each treatment mean? If these sample means differ by enough, what would this imply? - the difference(s) in the mean response when the factor goes from one level to another. Here, we would have two elements of our main effect. Write down their true values and their estimates. If the differences are not 33 Ok, so now we can estimate the treatment means for the Mentos and Coke example. Does there appear to be evidence the factor is important? What information would help? One-Way ANOVA model in statcrunch 34 Remember: Statistics is all about Variation! Total amount of variation in the data: ANOVA (Analysis of Variance) table splits up this total variation into different sources to help determine which sources are statistically significant. The ANOVA table generally has 6 columns • Source: • SS: • Df: Degrees of Freedom • MS: • F-stat: • P-value: 35 In One-Way ANOVA we only have 2 sources we care about (recall sources of variation from the design of experiments section!): • Treatment Effect • Error Source: Treatment Effect • SS(Trt) = • DF: For t treatments, we have • Often called • MS(Trt) = Source: Error • SS(E) = • DF: For N total observations and t treatments, we have • Often called • MS(E) = 36 Table for balanced one-way ANOVA: Source DF SS MS F SS(T ) MS(T ) Treatments t − 1 SS(T ) MS(T ) = (t−1) F = MS(E) SS(E) Error t(n − 1) SS(E) MS(E) = (N−t) Total nt − 1 SS(T OT ) where t n t X X 2 X 2 SS(T ) = (¯yi• − y¯••) = n (¯yi• − y¯••) i=1 j=1 i=1 t n X X 2 SS(E) = (yij − y¯i•) i=1 j=1 t n X X 2 SS(T ot) = (yij − y¯••) i=1 j=1 Notes: SS(T) is also called SS(Between) and SS(E) is also called SS(Within). Treatment DF + Error DF = Total DF SS(Trt) + SS(E) = SS(Tot) More on the F-ratio and P-value 37 Recall Boxplot idea: Consider the following two hypothetical sets of boxplots for the data: We use the p-value to determine if the F-ratio is `large' enough. If p-value is less than a pre-specified value (usually 0.05) we say have evidence that the main effect(s) are not all 0. That is Idea of a P-value • P-values are • Here, p-value represents • P-value for Initial Volume = 0.0148. Small! Goals of One-Way ANOVA • Determine if the factor is related to the response. • If so, estimate the main effects (factor level differences) 38 One-Way ANOVA Example: (some description taken from Goosen, 2014) Consider having 24 pieces of cheese. Color of the cheese is important in terms of consumer satisfaction. We have interest in how the color differs for 4 different types of corn syrup (26, 42, 55, and 62) (4 treatments). A CRD design is decided upon and we randomly assign each corn syrup type to 6 pieces of cheese (6 replicates for each treatment). As a response, we measure the color using a 3 part CIE L*a*b* Color System. • `L' reflects the lightness of a sample, from black (L = 0) to white (L = 100) and runs from top to bottom. • `a' defines the shades from red (positive values) to green (negative values). • `b' defines the shades from yellow (positive values) to blue (negative values). All three of these could be treated as responses (and analyzed together), but for our purposes we will only look at the `L' response variable. Again, we will focus on the means of the population. How might we make inference here? Define • µ1 = mean `L' score for all pieces of cheese that with corn syrup 26. • µ2 = mean `L' score for all pieces of cheese that with corn syrup 42. • µ3 = mean `L' score for all pieces of cheese that with corn syrup 55. • µ4 = mean `L' score for all pieces of cheese that with corn syrup 62. 1. What is our factor and what are the levels of that factor? 2. What hypothesis do we want to test? 39 3. The data are given below. Fill in the label column (labeling the observations in terms of y's) Data and labeling: Corn Syrup Replicate # `L' measurement Response Label 26 1 51.89 26 2 51.52 26 3 52.69 26 4 52.06 26 5 51.63 26 6 52.73 42 1 47.21 42 2 48.57 42 3 47.57 42 4 46.85 42 5 48.64 42 6 47.49 55 1 41.43 55 2 42.31 55 3 42.31 55 4 41.49 55 5 42.12 55 6 42.65 62 1 45.99 62 2 46.66 62 3 47.35 62 4 45.83 62 5 46.77 62 6 47.88 40 4. Summary statistics (from SAS) and a boxplot of the data is given below. Based on these summary measures, does there appear to be a relationship between the `L' score and corn syrup amount? Justify your answer. 41 Analysis of this data can be done in SAS using the following code: (assume data is read in as cheese) proc anova data=cheese; class syrup; model L = syrup; means syrup/tukey; run; 5. Why do we have 3 degrees of freedom for the model (aka treatment)? 6. What is the number 313.39 and what does that value represent for this data? 42 7. If the value for SS(Trt) were missing but you had SS(Tot) and SS(E), how could ou find SS(Trt)? 8. What is the relationship between the Mean square values and the F-ratio? 9. What does the MSE value of 0.41378 represent? 10. Based on the p-value what is your conclusion about the `hypothesis' we are testing? 11. What does the p-value mean in words for this experiment? 12. Since we have a significant factor, we would want to estimate the main effects. Give an estimate of the main effect of syrup 42 vs syrup 26 and also for syrup 55 vs syrup 26. 43 Factorial designs • This idea of modeling can be extended to when we look at more than one factor at a time. • Factorial experiment: • Full factorial design (henceforth factorial design): Example: Gardner wants to look at water and fertilizer on crop yield. • factor A: Water (levels= Low, High) • factor B: Fertilizer (levels = Nitrogen, Phosphate) Treatments? Note: In general, no need to look at all treatment combinations. However, we will only consider the full experiments. Why do we want to look at more than one variable at a time? 44 Notation for factorial design • 2x2 factorial design = • 3x4 factorial design = • 2x3x4 factorial design = Total # of treatments is found by multiplying the #s of levels. How many treatments for each design above? Recall: Goals of One-Way ANOVA • Determine if the factor is related to the response. • If so, estimate the main effects (factor level differences) Goals of factorial data analysis? • • • • Basically, which factors are important and then estimation of the appropriate effects. 45 2x2 ANOVA example: Back to Mentos and Coke Example A CRD is run, the response is still percent of coke expelled, but consider a second factor in this experiment. • Factor A: initial volume (591 ml, 1000 ml, or 2000ml) • Factor B: # of mentos (4 or 8) What type of factorial design is this? How many total treatments? What are the parameters of interest now? We might assume the factors act independently of one another, called an additive (or main effects only) model. 46 Two-Way (additive) ANOVA Model First, consider a different parametrization of the One-Way ANOVA Model. Back to Two-Way (additive) ANOVA model Assuming the factors act independently the two-way additive ANOVA model is 47 Now we can get the `treatment means' with these parameters: • µ11 = Mean for 591 ml/4 mentos group = • µ21 = Mean for 1000 ml/4 mentos group = • µ31 = Mean for 2000 ml/4 mentos group = • µ12 = Mean for 591 ml/8 mentos group = • µ22 = Mean for 1000 ml/8 mentos group = • µ32 = Mean for 2000 ml/8 mentos group = How can we estimate each treatment mean? • µ^11 = • µ^21 = • µ^31 = • µ^12 = • µ^22 = • µ^32 = How to determine if the Factors are Important? If the sample means involving the same level of factor B differ by enough, then we would say factor A is important! If the sample means involving the same level of factor A differ by enough, then we would say factor B is important These are investigations of the main effects! 48 Let's estimate the treatment means and main effects for this example.
Recommended publications
  • Fractional Factorial Designs
    Statistics 514: Fractional Factorial Designs k−p Lecture 12: 2 Fractional Factorial Design Montgomery: Chapter 8 Fall , 2005 Page 1 Statistics 514: Fractional Factorial Designs Fundamental Principles Regarding Factorial Effects Suppose there are k factors (A,B,...,J,K) in an experiment. All possible factorial effects include effects of order 1: A, B, ..., K (main effects) effects of order 2: AB, AC, ....,JK (2-factor interactions) ................. • Hierarchical Ordering principle – Lower order effects are more likely to be important than higher order effects. – Effects of the same order are equally likely to be important • Effect Sparsity Principle (Pareto principle) – The number of relatively important effects in a factorial experiment is small • Effect Heredity Principle – In order for an interaction to be significant, at least one of its parent factors should be significant. Fall , 2005 Page 2 Statistics 514: Fractional Factorial Designs Fractional Factorials • May not have sources (time,money,etc) for full factorial design • Number of runs required for full factorial grows quickly k – Consider 2 design – If k =7→ 128 runs required – Can estimate 127 effects – Only 7 df for main effects, 21 for 2-factor interactions – the remaining 99 df are for interactions of order ≥ 3 • Often only lower order effects are important • Full factorial design may not be necessary according to – Hierarchical ordering principle – Effect Sparsity Principle • A fraction of the full factorial design ( i.e. a subset of all possible level combinations) is sufficient. Fractional Factorial Design Fall , 2005 Page 3 Statistics 514: Fractional Factorial Designs Example 1 • Suppose you were designing a new car • Wanted to consider the following nine factors each with 2 levels – 1.
    [Show full text]
  • Single-Factor Experiments
    D.G. Bonett (8/2018) Module 3 One-factor Experiments A between-subjects treatment factor is an independent variable with a 2 levels in which participants are randomized into a groups. It is common, but not necessary, to have an equal number of participants in each group. Each group receives one of the a levels of the independent variable with participants being treated identically in every other respect. The two-group experiment considered previously is a special case of this type of design. In a one-factor experiment with a levels of the independent variable (also called a completely randomized design), the population parameters are 휇1, 휇2, …, 휇푎 where 휇푗 (j = 1 to a) is the population mean of the response variable if all members of the study population had received level j of the independent variable. One way to assess the differences among the a population means is to compute confidence intervals for all possible pairs of differences. For example, with a = 3 levels the following pairwise comparisons of population means could be examined. 휇1 – 휇2 휇1 – 휇3 휇2 – 휇3 In a one-factor experiment with a levels there are a(a – 1)/2 pairwise comparisons. Confidence intervals for any of the two-group measures of effects size (e.g., mean difference, standardized mean difference, mean ratio, median difference, median ratio) described in Module 2 can be used to analyze any pair of groups. For any single 100(1 − 훼)% confidence interval, we can be 100(1 − 훼)% confident that the confidence interval has captured the population parameter and if v 100(1 − 훼)% confidence intervals are computed, we can be at least 100(1 − 푣훼)% confident that all v confidence intervals have captured their population parameters.
    [Show full text]
  • Design of Experiments
    The Design of Experiments By R. A. .Fisher, Sc.D., F.R.S. Formerly Fellow of Gonville and (Jams College, Cambridge Honorary Member, American Statistical Association and American Academy of Arts and Sciences Galton Professor, University of London Oliver and Boyd Edinburgh: Tweeddale Court London: 33 Paternoster Row, E.C. 1935 CONTENTS I. INTRODUCTION PAC.F 1. The Grounds on whidi Evidence is Disputed 1 2. The Mathematical Attitude towards Induction 3 3. The Rejection of Inverse Probability 6 >4- The Logic of the Laboratory 8 II. THE PRINCIPLES OF EXPERIMENTATION, ILLUSTRATED BY A PSYCIIO-PIIYSICAL EXPERIMENT 5. Statement of Experiment ....... 13 6. Interpretation and its Reasoned Basis ..... 14 -7.. The Test of Significance . 15 8. The Null Hypothesis ....... 18 9. Randomisation ; the Physical Basis of the Validity of the Test 20 10. The Effectiveness of Randomisation ..... 22 It. The Sensitiveness of an Experiment. Effects of Enlargement and Repetition ........ 24 12. Qualitative Methods of increasing Sensitiveness 26 III. A HISTORICAL EXPERIMENT ON GROWTH RATE. 13- ............................... 30 14. Darwin’s Discussion of the Data 31 15. Gajton’s Method of Interpretation 32 » 16. Pairing and Grouping 35 y ¡. “ Student’s ” t Test . 3« 18. Fallacious Use of Statistics 43 19. Manipulation of the Data . 44 20. Validity and Randomisation 46 21. Test of a Wider Hypothesis 50 vii * VIH CONTENTS IV. AN AGRICULTURAL EXPERIMENT IN RANDOMISED BLOCKS PAGE 22. Description of the Experiment ...... 55 23. Statistical Analysis of the Observations .... 57 24. Precision of the Comparisons ...... 64 25'. The Purposes of Replication ...... 66 26. Validity of the Estimation of Error ..... 68 27.
    [Show full text]
  • Lecture 9: Factorial Design Montgomery: Chapter 5
    Statistics 514: Factorial Design Lecture 9: Factorial Design Montgomery: chapter 5 Fall , 2005 Page 1 Statistics 514: Factorial Design Examples Example I. Two factors (A, B) each with two levels (−, +) Fall , 2005 Page 2 Statistics 514: Factorial Design Three Data for Example I Ex.I-Data 1 A B − + + 27,33 51,51 − 18,22 39,41 EX.I-Data 2 A B − + + 38,42 10,14 − 19,21 53,47 EX.I-Data 3 A B − + + 27,33 62,68 − 21,21 38,42 Fall , 2005 Page 3 Statistics 514: Factorial Design Example II: Battery life experiment An engineer is studying the effective life of a certain type of battery. Two factors, plate material and temperature, are involved. There are three types of plate materials (1, 2, 3) and three temperature levels (15, 70, 125). Four batteries are tested at each combination of plate material and temperature, and all 36 tests are run in random order. The experiment and the resulting observed battery life data are given below. temperature material 15 70 125 1 130,155,74,180 34,40,80,75 20,70,82,58 2 150,188,159,126 136,122,106,115 25,70,58,45 3 138,110,168,160 174,120,150,139 96,104,82,60 Fall , 2005 Page 4 Statistics 514: Factorial Design Example III: Bottling Experiment A soft drink bottler is interested in obtaining more uniform fill heights in the bottles produced by his manufacturing process. An experiment is conducted to study three factors of the process, which are the percent carbonation (A): 10, 12, 14 percent the operating pressure (B): 25, 30 psi the line speed (C): 200, 250 bpm The response is the deviation from the target fill height.
    [Show full text]
  • EE EA Comprehensive Guide to Factorial Two-Level Experimentation
    AEE E Comprehensive Guide to Factorial Two-Level Experimentation Robert W. Mee A Comprehensive Guide to Factorial Two-Level Experimentation Robert W. Mee Department of Statistics, Operations, and Management Science The University of Tennessee 333 Stokely Management Center Knoxville, TN 37996-0532 USA ISBN 978-0-387-89102-6 e-ISBN 978-0-387-89103-3 DOI 10.1007/b105081 Springer Dordrecht Heidelberg London New York Library of Congress Control Number: 2009927712 © Springer Science+ Business Media, LLC 2009 All rights reserved. This work may not be translated or copied in whole or in part without the written permission of the publisher (Springer Science+Business Media, LLC, 233 Spring Street, New York, NY 10013, USA), except for brief excerpts in connection with reviews or scholarly analysis. Use in connection with any form of information storage and retrieval, electronic adaptation, computer software, or by similar or dissimilar methodology now known or hereafter developed is forbidden. The use in this publication of trade names, trademarks, service marks, and similar terms, even if they are not identified as such, is not to be taken as an expression of opinion as to whether or not they are subject to proprietary rights. Printed on acid-free paper Springer is part of Springer Science+Business Media (www.springer.com) ASTM R is a registered trademark of ASTM International. AT&T R is a reg- istered trademark of AT&T in the United States and other countries. Baskin- Robbins R is a registered trademark of BR IP Holder LLC. JMP R and SAS R are registered trademarks of the SAS Institute, Inc.
    [Show full text]
  • Design Options for an Evaluation of Head Start Coaching Review of Methods for Evaluating Components of Social Interventions
    Design Options for an Evaluation of Head Start Coaching Review of Methods for Evaluating Components of Social Interventions OPRE Report #2014-81 July 2014 Design Options for an Evaluation of Head Start Coaching REVIEW OF METHODS FOR EVALUATING COMPONENTS OF SOCIAL INTERVENTIONS JULY 2014 Office of Planning, Research and Evaluation Administration for Children and Families U.S. Department of Health and Human Services http://www.acf.hhs.gov/programs/opre Wendy DeCourcey, Project Officer Christine Fortunato, Project Specialist American Institutes for Research 1000 Thomas Jefferson Street NW Washington, DC 20007-3835 Eboni C. Howard, Project Director Kathryn Drummond, Project Manager Authors Marie-Andrée Somers, MDRC Linda Collins, Pennsylvania State University Michelle Maier, MDRC OPRE Report #2014-81 Suggested Citation Somers, M., Collins, L., Maier, M. (2014). Review of Experimental Designs for Evaluating Component Effects in Social Interventions. Produced by American Institutes for Research for Head Start Professional Development: Developing Evidence for Best Practices in Coaching. Washington, DC: U.S. Department of Health and Human Services, Administration for Children and Families, Office of Planning, Research and Evaluation. Disclaimer This report and the findings within were prepared under Contract #HHSP23320095626W with the Administration for Children and Families, U.S. Department of Health and Human Services. The views expressed in this publication are those of the authors and do not necessarily reflect the views or policies of the Office of Planning, Research and Evaluation, the Administration for Children and Families, or the U.S. Department of Health and Human Services. This report and other reports are available from the Office of Planning, Research and Evaluation.
    [Show full text]
  • Design and Analysis Af Experiments with K Factors Having P Levels
    Design and Analysis af Experiments with k Factors having p Levels Henrik Spliid Lecture notes in the Design and Analysis of Experiments 1st English edition 2002 Informatics and Mathematical Modelling Technical University of Denmark, DK–2800 Lyngby, Denmark 0 c hs. Design of Experiments, Course 02411, IMM, DTU 1 Foreword These notes have been prepared for use in the course 02411, Statistical Design of Ex- periments, at the Technical University of Denmark. The notes are concerned solely with experiments that have k factors, which all occur on p levels and are balanced. Such ex- periments are generally called pk factorial experiments, and they are often used in the laboratory, where it is wanted to investigate many factors in a limited - perhaps as few as possible - number of single experiments. Readers are expected to have a basic knowledge of the theory and practice of the design and analysis of factorial experiments, or, in other words, to be familiar with concepts and methods that are used in statistical experimental planning in general, including for example, analysis of variance technique, factorial experiments, block experiments, square experiments, confounding, balancing and randomisation as well as techniques for the cal- culation of the sums of squares and estimates on the basis of average values and contrasts. The present version is a revised English edition, which in relation to the Danish has been improved as regards contents, layout, notation and, in part, organisation. Substantial parts of the text have been rewritten to improve readability and to make the various methods easier to apply. Finally, the examples on which the notes are largely based have been drawn up with a greater degree of detailing, and new examples have been added.
    [Show full text]
  • Application of Design and Analysis of 23 Factorial Experiment in Determining Some Factors Influencing Recall Ability in Short Term Memory
    371 GLOBAL JOURNAL OF PURE AND APPLIED SCIENCES VOL. 14, NO. 3, 2008: 371 - 374 COPYRIGHT (C) BACHUDO SCIENCES CO. LTD. PRINTED IN NIGERIA. 1SSN 1118 - 0579 APPLICATION OF DESIGN AND ANALYSIS OF 23 FACTORIAL EXPERIMENT IN DETERMINING SOME FACTORS INFLUENCING RECALL ABILITY IN SHORT TERM MEMORY E. J. EKPENYONG, C. O. OMEKARA AND A. E. USORO (Received 20 October 2007; Revision Accepted 21 February 2008) ABSTRACT In this paper, we consider a 23 factorial experiment of factors influencing recall ability in short – term memory. The factors of interest are word length, word list and study time; and these factors tested on a group of students. The data obtained from the experiment are analyzed using the analysis of variance (ANOVA) of 23 factorial experiment (Yates Algorithm). The results show that recall ability in short term memory depends on word list, word length, study time and the interaction effect of list length and word length. KEYWORDS: 23 factorial experiment, word length, design of experiment, Yate’s Algorithm, Analysis of Variance. INTRODUCTION average. Henderson (1972) cited various studies on the recall of spatical locations or of items in those locations, conducted Before now, complicated experiments, which involve by Scarborough (1971) and Posner (1969), to make the point many levels of factors were analyzed and concluded using that there is a “new magic number 4 ±1.” Broadbent (1975) certain descriptive statistics that could not give accurate and proposed a similar limit of 3 items on the basis of more varied comprehensive interperations. Lawrence, A. J., (1996) sources of information including, for example, studies showing designed a factorial experiment with students in order to that people form clusters of not more than three of four items investigate characteristics of short-term memory.
    [Show full text]
  • Causal Inference in a 2 Factorial Design Using Generalized
    Causal Inference in a 22 Factorial Design Using Generalized Propensity Score By Matilda Nilsson Department of Statistics Uppsala University Supervisors: Johan Lyhagen and Ronnie Pingel 2013 Abstract When estimating causal effects, typically one binary treatment is evaluated at a time. This thesis aims to extend the causal inference framework using the potential outcomes scheme to a situation in which it is of interest to simultaneously estimate the causal effects of two treatments, as well as their interaction effect. The model proposed is a 22 factorial model, where two methods have been used to estimate the generalized propensity score to assure unconfoundedness of the estimators. Of main focus is the inverse probability weighting estimator (IPW) and the doubly robust estimator (DR) for causal effects. Also, an estimator based on linear regression is included. A Monte Carlo simulation study is performed to evaluate the proposed estimators under both constant and variable treatment effects. Furthermore, an application on an empirical study is conducted. The empirical ap- plication is an assessment of the causal effects of two social factors (parents’ educational background and students’ Swedish background) on averages grades for ninth graders in Swedish compulsory schools. The data are from 2012 and are measured on school level. The results show that the IPW and DR estimators produces unbiased estimates for both constant and variable treatment effects, while the estimator based on linear regression is biased when treatment effects vary. Keywords: Potential outcomes, two treatments, Inverse probability weighting estimator, Doubly robust estimator. Contents 1 Introduction 1 2 The Causal Inference Framework 2 3 Causal Inference in a 22 Factorial Design 6 3.1 Estimators for the Average Treatment Effect .
    [Show full text]
  • Chapter 13. Experimental Design: Multiple Independent Variables
    13 - 1 Chapter 13. Experimental Design: Multiple Independent Variables Characteristics of Factorial Designs Possible Outcomes of a 2 X 2 Factorial Experiment Different Types of Factorial Designs Completely randomized (independent samples) Repeated measures Mixed design Interpreting Main Effects and Interactions More Complex Factorial Designs Case Analysis General Summary Detailed Summary Key Terms Review Questions/Exercises 13 - 2 Characteristics of Factorial Designs Why do children engage in aggressive behaviors? From our discussions thus far, it is clear that aggression is the result of several factors. Indeed, nearly all behaviors have their cause in a multitude of factors, both genetic and environmental factors. Thus, when we attempt to understand some area of human or animal behavior, it is often advantageous to be able to study more than one independent variable at a time. In the previous two chapters, we discussed experimental designs that involved only one independent variable and one dependent variable. In this chapter, we examine factorial designs that include more than one independent variable. In this book, we have continued to discuss the independent variable of TV violence and its potential impact on the aggressive behavior of children. One issue that we have not discussed, but others have, is whether the violence depicted on television programs is perceived as real. Does a child realize that violence seen in cartoons is not real? Might exposure to such violence affect the child’s behavior in a way different from real characters? This is an interesting question. In the previous chapters, we would have treated the type of television character as an extraneous variable and used a design technique to control it (e.g., only used shows with real characters).
    [Show full text]
  • Design and Analysis of Experiments Volume 2
    Design and Analysis of Experiments Volum e 2 Advanced Experimental Design KLAUS HINKELMANN Virginia Polytechnic Institute and State University Department of Statistics Blacksburg, VA OSCAR KEMPTHORNE Iowa State University Department of Statistics Ames, IA A JOHN WILEY & SONS, INC., PUBLICATION Design and Analysis of Experiments Design and Analysis of Experiments Volum e 2 Advanced Experimental Design KLAUS HINKELMANN Virginia Polytechnic Institute and State University Department of Statistics Blacksburg, VA OSCAR KEMPTHORNE Iowa State University Department of Statistics Ames, IA A JOHN WILEY & SONS, INC., PUBLICATION Copyright 2005 by John Wiley & Sons, Inc. All rights reserved. Published by John Wiley & Sons, Inc., Hoboken, New Jersey. Published simultaneously in Canada. No part of this publication may be reproduced, stored in a retrieval system, or transmitted in any form or by any means, electronic, mechanical, photocopying, recording, scanning, or otherwise, except as permitted under Section 107 or 108 of the 1976 United States Copyright Act, without either the prior written permission of the Publisher, or authorization through payment of the appropriate per-copy fee to the Copyright Clearance Center, Inc., 222 Rosewood Drive, Danvers, MA 01923, 978-750-8400, fax 978-646-8600, or on the web at www.copyright.com. Requests to the Publisher for permission should be addressed to the Permissions Department, John Wiley & Sons, Inc., 111 River Street, Hoboken, NJ 07030, (201) 748-6011, fax (201) 748-6008. Limit of Liability/Disclaimer of Warranty: While the publisher and author have used their best efforts in preparing this book, they make no representations or warranties with respect to the accuracy or completeness of the contents of this book and specifically disclaim any implied warranties of merchantability or fitness for a particular purpose.
    [Show full text]
  • Unit 6: Fractional Factorial Experiments at Three Levels
    Unit 6: Fractional Factorial Experiments at Three Levels Source : Chapter 6 (Sections 6.1 - 6.6) Larger-the-better and smaller-the-better problems. • Basic concepts for 3k full factorial designs. • Analysis of 3k designs using orthogonal components system. • Design of 3-level fractional factorials. • Effect aliasing, resolution and minimum aberration in 3k p fractional • − factorial designs. An alternative analysis method using linear-quadratic system. • 1 Seat Belt Experiment An experiment to study the effect of four factors on the pull strength of • truck seat belts. Four factors, each at three levels (Table 1). • Two responses : crimp tensile strength that must be at least 4000 lb and flash • that cannot exceed 14 mm. 27 runs were conducted; each run was replicated three times as shown in • Table 2. Table 1: Factors and Levels, Seat-Belt Experiment Level Factor 0 1 2 A. pressure (psi) 1100 1400 1700 B. dieflat(mm) 10.0 10.2 10.4 C. crimplength(mm) 18 23 27 D. anchor lot (#) P74 P75 P76 2 Design Matrix and Response Data, Seat-Belt Experiment Table 2: Design Matrix and Response Data, Seat-Belt Experiment: first 14 runs Factor Run A B C D Strength Flash 1 0 0 0 0 5164 6615 5959 12.89 12.70 12.74 2 0 0 1 1 5356 6117 5224 12.83 12.73 13.07 3 0 0 2 2 3070 3773 4257 12.37 12.47 12.44 4 0 1 0 1 5547 6566 6320 13.29 12.86 12.70 5 0 1 1 2 4754 4401 5436 12.64 12.50 12.61 6 0 1 2 0 5524 4050 4526 12.76 12.72 12.94 7 0 2 0 2 5684 6251 6214 13.17 13.33 13.98 8 0 2 1 0 5735 6271 5843 13.02 13.11 12.67 9 0 2 2 1 5744 4797 5416 12.37 12.67 12.54 10 1
    [Show full text]