DOC PREVIEW
LSU EXST 7015 - Latin Square Design and Expected Mean Square

This preview shows page 1 out of 3 pages.

Save
View full document
View full document
Premium Document
Do you want full access? Go Premium and unlock all 3 pages.
Access to all documents
Download any document
Ad free experience
Premium Document
Do you want full access? Go Premium and unlock all 3 pages.
Access to all documents
Download any document
Ad free experience

Unformatted text preview:

EXST 7015 - Statistical Inference II, Fall 2011 Lab 11: Latin Square Design and Expected Mean Square OBJECTIVES: The objective of an experimental design is to provide the maximum amount of reliable information at the minimum cost. In statistical terms, the reliability of information is measured by the standard error of estimates (that is directly related with the population variance, inversely related to sample size). Properly applied experimental design may effectively reduce the population variance, and/or could structure data collection to reduce the magnitude of the experimental error. Usually data resulting from the implementation of experimental designs are described by linear model and analyzed by the analysis of variance. In last week’s lab, a special RBD example was exercised, which help you understand why it is important to consider the block effect in the experimental design. You are also getting familiar with how to construct source ANOVA table with variance sources, their degree of freedom and expected mean squares. Today, Latin Square Design (LSD) with row and column blocks will be introduced. Compared with factorial design, LSD is more efficient which allows the researchers to control variations in two directions with minimum experimental unit. In LSD, there are equal numbers of treatment, row block and column block. Treatments are assigned at random within rows and columns, with each treatment only once per row and only once per column.Two blocks of column and row are in a factorial structure. The linear model for data from such an experiment is yij = μ + ai + bj + τk + eijk (i = 1, 2, …,r; j = 1, 2, …, r; k =1, 2, …, r) Where ai is the effect of row block i; βj is the effect of column block j; yij is the observed value of the response variable in the ith row of the column j; μ is the overall mean; τk is the fixed effect of treatment k; εijk is the random error with mean zero and variance σ2. The Latin Square Design is appropriate only if effects of all three factors (row block, column block and treatment) are additive, i.e., all interactions are zero. It is a very important assumption of Latin Square Design. The ANOVA table of LSD is as the following: Source DF EMS Treatment r – 1 σ2 + r σ2τ Row r – 1 σ2 +r σ2α Column r – 1 σ2 +rσ2β Error (r‐1)(r‐2) σ2 Total r^2 – 1 PROC MIXED will be used to analyze a set of data with 4x4 Latin Square Design. Expected Mean Squares will be required in PROC MIXED to further help you understand the ANOVA table.LABORATORY INSTRUCTIONS Housekeeping Statements dm 'log; clear; output; clear'; options nodate nocenter pageno = 1 ls=78 ps=53; title1 'EXST7015 lab 11, Name, Section#'; ods rtf file = ‘c:/temp/lab11.rtf’; ods html file = ‘c:/temp/lab9.html’; Latin Square Design: The data set is from Statistics for Experimenters by Box, Hunter and Hunter (Chapter 8). An experiment was carried out to compare four gasoline additives (A, B, C and D) for reducing NOX emissions from cars. Four drivers (I, II, III and IV) and four cars (1, 2, 3 and 4) will be used in the experiment. Because there may be significant driver effects and car effects, we would like to block on both variables. A Latin square design accomplishes this. In this design, each additive is used exactly once by each driver, and exactly once in each car. However, not every combination of driver and car is used with each additive. The design can be visualized as a square with four rows corresponding to the drivers and four columns corresponding to the cars. Each additive occurs exactly once in each row and exactly once in each column. data autoemission; input car driver $ additive $ reduct; cards; 1 I A 21 2 I B 26 3 I D 20 4 I C 25 1 II D 23 2 II C 26 3 II A 20 4 II B 27 1 III B 15 2 III D 13 3 III C 16 4 III A 16 1 IV C 17 2 IV A 15 3 IV B 20 4 IV D 20 run; Proc mixed data=autoemission cl covtest method = REML; class car driver additive; model reduct = additive/ddfm=satterth outp=outdatalsd1; random car driver; Run; proc univariate data=outdatalsd1 normal plot; var resid;run; proc plot data=outdatalsd1; plot resid*pred; run; Proc mixed data=autoemission cl covtest method = type3; class car driver additive; model reduct = additive/ddfm=satterth outp=outdatalsd3; random car driver; Run; proc univariate data=outdatalsd3 normal plot; var resid; run; proc plot data=outdatalsd3; plot resid*pred; run; CL: requests confidence limits for the covariance parameter estimates. COVTEST: produces asymptotic standard errors and Wald -tests for the covariance parameter estimates. The method is based on computing the covariance matrix and returning the diagonal elements. METHOD = TYPE3: forces PROC MIXED procedure to produce the Expected Mean Square. LAB ASSIGNMENT: 1. Write the linear model and source ANOVA table for the Latin Square Design in symbolic notation. The ANOVA table should include the variance sources, degree of freedom and expected mean squares. Reward yourself if you get the same answer as the Expected Mean Square table produced by PROC MIXED procedure. 2. According to the model, do different additives have significant effect on reducing NOX emission? Can the effects of Cars or Drivers be ignored in this model? 3. There is an important assumption for Latin Square Design besides the usual assumptions for the linear model (normality, homogenous variance et al). What is


View Full Document
Download Latin Square Design and Expected Mean Square
Our administrator received your request to download this document. We will send you the file to your email shortly.
Loading Unlocking...
Login

Join to view Latin Square Design and Expected Mean Square and access 3M+ class-specific study document.

or
We will never post anything without your permission.
Don't have an account?
Sign Up

Join to view Latin Square Design and Expected Mean Square 2 2 and access 3M+ class-specific study document.

or

By creating an account you agree to our Privacy Policy and Terms Of Use

Already a member?