BLOCK DESIGNS WITH FACTORIAL STRUCTURE

Size: px
Start display at page:

Download "BLOCK DESIGNS WITH FACTORIAL STRUCTURE"

Transcription

1 BLOCK DESIGNS WITH ACTORIAL STRUCTURE V.K. Gupta and Rajender Parsad I.A.S.R.I., Library Avenue, New Delhi The purpose of this talk is to expose the participants to the interesting work on block designs with factorial structure. or such designs it is possible to develop a one-to-one correspondence between the treatments of the block designs and the treatment combinations of a factorial experiment. Such a correspondence helps in analyzing block designs as confounded factorials and vice-versa. Some earlier attempts to identify such a correspondence can be traced back to the development of quasi-factorials or lattice designs. These designs admit simple factorial analysis even for mixed factorials. An account of these designs is available in textbooks (see e.g., Kempthorne, 95). We now describe an example to clarify the idea of correspondence between the block designs and factorial experiments. Consider a resolvable balanced incomplete block (BIB) design with blocks arranged as follows: B B B 3 B 4 B 5 B Let us associate with this design a -factorial experiments with two-factors as and, 0 and denoting the two levels of each of the two factors. Assign the four treatment combinations for the factorial experiment to the four treatments of the BIB design through the correspondence: 00 ; 0 ; 0 3; 4. This gives the following factorial design: Blocks or the BIB designs, the concurrence matrix is of the form NN ' = and the matrix M = NN'/rk = NN'/ 6.

2 Block Designs with actorial Structure The main effects and and the interaction can be estimated by using the following three mutually orthogonal observational contrasts: -(00) -(0) +(0) +() -(00) +(0) -(0) +() +(00) -(0) -(0) +() where (00), (0), (0) and () denote, respectively, the total of the observations from the experimental units receiving the treatment combinations 00, 0, 0 and. The vectors of coefficients s, s and s 3, corresponding to these contrasts, can be written as s = (- - ) = (- ) ( ) s = (- - ) = ( ) (- ), s3 = ( - - ) = (- ) (- ). It can be verified easily that these contrasts are eigen vectors of N N and hence of M. These contrasts are therefore basic contrasts. As the corresponding eigen values of M are each equal to /3 [ λ v / rk = 4/ ( 3x) = /3], it follows that the main effects and the two-factor interaction are estimated with the same loss of information /3. We shall see later that every BIB design with v = mxkxmn treatments can always be used as an m K m n factorial experiment and for such a design every effect is estimated with same relative loss of information ( r λ )/ rk [- λv/rk = ( rk - λv) / rk and using λ(v - ) = r(k - ), we get the result]. As a factorial experiment this class of designs has little utility because all the effects are confounded with the blocks to the same extent. Consider now the following group divisible partially balanced incomplete block (PBIB) design with groups (00, 0) and (0, ) and the parameters v = 4, b = 4, r =, k =, λ = 0, λ =, m =,n =. The plan of the design can be obtained by deleting the first two blocks from the plan of the BIB design just considered. Blocks The concurrence matrix of this design is 36

3 Block Designs with actorial Structure 0 NN = and the matrix M = NN / rk = NN / 4. It is easy to verify that s is an eigen vector of N N corresponding to the eigenvalue 0 and s and s 3 are the eigen vectors of N N corresponding to the eigenvalue, where s, s and s 3 are as defined above. Thus the block design provides a factorial experiment in which the main-effect is unconfounded and is therefore estimated with full efficiency, whereas the main effect and the interaction are each estimated with relative loss of information /. As a design for a factorial experiment this is superior to BIB design as this design not only estimates free from block effects but also requires less number of experimental units. Remark: Notice that the structures of N N given above are cyclic in terms of partitioned matrices, i.e. N N = { N N }, where { } denotes the cyclic pattern. The N and N matrices for the examples considered above are 3 0, and,, 3 0 respectively. Also row sums and column sums of N and N matrices are constant. It may be noted that such a structural form of N N helps in simplifying the analysis. Remark: The structure of the contrasts, as defined earlier, reveals that the higher order contrasts can be expressed as the Kronecker product of lower dimensional contrasts or eigen vectors. This property, which is true in general, is extremely helpful in determining the pattern of analysis. It is well known that the treatment contrasts of Kronecker product designs have such patterns. We now give some useful results related to block designs with factorial structure. A block design is said to have an orthogonal factorial structure if the adjusted sum of squares due to treatments in the block design can be partitioned orthogonally into sum of squares corresponding to main-effects and interactions of the factorial experiment. John and Smith (978) and Cotter, John and Smith (973) obtained sufficient conditions for a block design to have factorial structure. Mukerjee (979, 980, 98) obtained a necessary and sufficient condition on N N for the design to have factorial structure. The necessary and sufficient condition on N N is as follows: 363

4 Block Designs with actorial Structure The matrix N N can be expressed as a linear combination of Kronecker products of square matrices with same row and column totals. or the structures of John and Smith (97) and Cotter, John and Smith (973) as well as for designs with property (A), of Kurkjian and Zelen (963), N N and hence Ω matrix, Ω = ri NN / k + ( r / v) have structures that are linear combinations of Kronecker products of square matrices with same row and column totals or are circulant matrices having cyclic structure. We give below an illustration of a balanced confounded factorial experiment with three factors, viz., Nitrogen (40, 80 and 0 kg./hectare), Phosphorous (0, 40 and 80 kg./ hectare) and Potassium (0 and 40 kg./hectare). These 8 treatment combinations were arranged in 3 blocks of size 6 each. The experiment was conducted with 4 replications. To each of the blocks one control treatment was also added. There will now be 7 plots per block and experimental units in each replication. The analysis of the data was performed using PROC GLM of SAS. The main effects and interactions with single degree of freedom were obtained using contrast analysis. The comparison of the 8 treatment combinations with control was also made. The SAS commands and the output is given in the sequel. Options linesize=7; data ludh; input rep block N P K trt yield; cards;

5 Block Designs with actorial Structure

6 Block Designs with actorial Structure ; proc glm; class rep block trt; model yield = rep block(rep) trt; Contrast 'K' trt ; Contrast 'PL' trt ; Contrast 'PQ' trt ; Contrast 'NL' trt ; Contrast 'NQ' trt ; Contrast 'PLK' trt ; Contrast 'PQK' trt ; Contrast 'NLK' trt ; Contrast 'NQK' trt ; Contrast 'NLPL' trt ; Contrast 'NLPQ' trt ; Contrast 'NQPL' trt ; Contrast 'NQPQ' trt ; Contrast 'NLPLK' trt ; Contrast 'NLPQK' trt ; Contrast 'NQPLK' trt ; Contrast 'NQPQK' trt ; Contrast 'Con Vs Oth' trt -8 ; run; Output General Linear Models Procedure Class Level Information Class Levels Values REP BLOCK 3 3 TRT Number of observations in data set = 84 General Linear Models Procedure Dependent Variable: YIELD Sum of Mean Source D Squares Square Value Pr > Model Error Corrected Total

7 Block Designs with actorial Structure R-Square C.V. Root MSE YIELD Mean Source D Type I SS Mean Square Value Pr > REP BLOCK(REP) TRT Source D Type III SS Mean Square Value Pr > REP BLOCK(REP) TRT Contrast D Contrast SS Mean Square Value Pr > K PL PQ NL NQ PLK PQK NLK NQK NLPL NLPQ NQPL NQPQ NLPLK NLPQK NQPLK NQPQK Cont vs oth In the above we have discussed the procedure of bifurcation the treatment sum of squares into single df contrasts pertaining to various components of main effects and interactions. If, however, one is interested in obtaining the sum of squares due to main effects and interactions without partitioning them into single df contrasts. or this analyze the data from factorial experiments as per procedure of the design adopted and then bifurcate the treatment sum of squares into main effects and interactions. This can easily be done through contrast analysis. One has to define the set of contrasts for each of the main effects and interactions. Before describing the procedure of defining contrasts for main effects and interactions, we give some preliminaries. In general, let there be n-factors, say,,..., n th and i factor has si levels, n s i i= i =,..., n. The treatment combinations 367

8 Block Designs with actorial Structure in the lexico-graphic order are given by a a a a... n where denotes the symbolic i = 0,,..., s i '; =,,...,. The total number of factorial effects n direct product and ( ) i n (main effects and interactions) are. The set of main effects and interactions have a one-one correspondence with Ω, the set of all n-component non-null binary vectors. or example a typical p-factor interaction. g, g,..., g ( n ) p ( g g... g n, p n) p corresponds to the element x = x,..., x of Ω such that x = x =... = x = and = 0 for u g, g,..., g p. The treatment contrasts belonging to different interactions given by P x x x x x t, where P = P P... P n where x i i P = P if x = i i = ' si if x i = 0 g n g g p x u ( x x ) Ω x, x = n,..., where P i is a ( s i ) si matrix of complete set of linearly independent contrasts of order 0 0 s i and s i is a si vector of ones. or example, if s i = 4, then P i = 0. 3 To illustrate the above consider the case of a factorial experiment. Let the three factors be represented by 3. Then Ω, the set of non-null binary vectors is given by Ω = { 00, 00,,00, 0, 0, 0, }. Main effects and the interactions,,,, and are represented by,,,,,,. The matrices for these three factors are P i 3 3, P = ; P = and P 3 = The coefficient matrices of the treatment contrasts for the above set of main effects and interactions are given by are 368

9 Block Designs with actorial Structure actorial Effect Coefficient Matrix : 00 P = P 4 5 : 00 P = 3 P 5 3 : 00 P = 3 4 P3 : 0 P = P P 5 3 : 0 P = P 4 P3 3 : 0 P = 3 P P3 3 : P = P P P3 or sum of squares of these contrasts and testing of hypothesis, please see Contrast Analysis given in Module (Volume I) in the lecture on undamental of Design of Experiments. References Cotter, S.C., John, J.A., and Smith T.M.. (973). Multifactor experiments in nonorthogonal designs. Journal of Royal Statistical Society, B35, John, J.A. and Smith, T.M.., (97). Two factor experiments in non-orthogonal designs. Journal of Royal Statistical Society, B34, Kurkjian, B. and Zelen, M. (963). Application of calculas of factorial arrangements I: block and direct product designs. Biometrika, 50, Mukherjee, R. (979). Inter-effect orthogonality in factorial experiments. Calcutta Statistical Association Bulletin, 8, Mukherjee, R. (980). urther results on analysis of factorial experiments. Calcutta Statistical Association Bulletin, 9, -6. Mukherjee, R. (98). Construction of effect-wise orthogonal factorial designs. Journal of Statistical Planning and Inference, 5, Nigam, A.K., Puri, P.D. and Gupta, V.K. (988). Characterizations and analysis of block designs. Wiley Eastern Ltd. 369

CONSTRUCTION OF REGULAR GRAPH DESIGNS AND ITS GRAPHICAL REPRESENTATION

CONSTRUCTION OF REGULAR GRAPH DESIGNS AND ITS GRAPHICAL REPRESENTATION CHAPTER 3 CONSTRUCTION OF REGULAR GRAPH DESIGNS AND ITS GRAPHICAL REPRESENTATION 3.1 Introduction 3.2 Historical Review 3.3 Preliminary Results 3.4 Construction of RG Designs using a BIB design with b

More information

NESTED BLOCK DESIGNS

NESTED BLOCK DESIGNS NESTED BLOCK DESIGNS Rajender Parsad I.A.S.R.I., Library Avenue, New Delhi 0 0 rajender@iasri.res.in. Introduction Heterogeneity in the experimental material is the most important problem to be reckoned

More information

MULTIVARIATE ANALYSIS OF VARIANCE

MULTIVARIATE ANALYSIS OF VARIANCE MULTIVARIATE ANALYSIS OF VARIANCE RAJENDER PARSAD AND L.M. BHAR Indian Agricultural Statistics Research Institute Library Avenue, New Delhi - 0 0 lmb@iasri.res.in. Introduction In many agricultural experiments,

More information

BALANCED INCOMPLETE BLOCK DESIGNS

BALANCED INCOMPLETE BLOCK DESIGNS BALANCED INCOMPLETE BLOCK DESIGNS V.K. Sharma I.A.S.R.I., Library Avenue, New Delhi -110012. 1. Introduction In Incomplete block designs, as their name implies, the block size is less than the number of

More information

Construction of Partially Balanced Incomplete Block Designs

Construction of Partially Balanced Incomplete Block Designs International Journal of Statistics and Systems ISS 0973-675 Volume, umber (06), pp. 67-76 Research India Publications http://www.ripublication.com Construction of Partially Balanced Incomplete Block Designs

More information

Designs for asymmetrical factorial experiment through confounded symmetricals

Designs for asymmetrical factorial experiment through confounded symmetricals Statistics and Applications Volume 9, Nos. 1&2, 2011 (New Series), pp. 71-81 Designs for asymmetrical factorial experiment through confounded symmetricals P.R. Sreenath (Retired) Indian Agricultural Statistics

More information

MUTUALLY ORTHOGONAL LATIN SQUARES AND THEIR USES

MUTUALLY ORTHOGONAL LATIN SQUARES AND THEIR USES MUTUALLY ORTHOGONAL LATIN SQUARES AND THEIR USES LOKESH DWIVEDI M.Sc. (Agricultural Statistics), Roll No. 449 I.A.S.R.I., Library Avenue, New Delhi 0 02 Chairperson: Dr. Cini Varghese Abstract: A Latin

More information

Use of α-resolvable designs in the construction of two-factor experiments of split-plot type

Use of α-resolvable designs in the construction of two-factor experiments of split-plot type Biometrical Letters Vol. 53 206, No. 2, 05-8 DOI: 0.55/bile-206-0008 Use of α-resolvable designs in the construction of two-factor experiments of split-plot type Kazuhiro Ozawa, Shinji Kuriki 2, Stanisław

More information

ROW-COLUMN DESIGNS. Seema Jaggi I.A.S.R.I., Library Avenue, New Delhi

ROW-COLUMN DESIGNS. Seema Jaggi I.A.S.R.I., Library Avenue, New Delhi ROW-COLUMN DESIGNS Seema Jaggi I.A.S.R.I., Library Avenue, New Delhi-110 012 seema@iasri.res.in 1. Introduction Block designs are used when the heterogeneity present in the experimental material is in

More information

COMBINED ANALYSIS OF DATA

COMBINED ANALYSIS OF DATA COMBINED ANALYSIS OF DATA Krishan Lal I.A.S.R.I., Library Avenue, New Delhi- 110 01 klkalra@iasri.res.in 1. Introduction In large-scale experimental programmes it is necessary to repeat the trial of a

More information

SAMPLING IN FIELD EXPERIMENTS

SAMPLING IN FIELD EXPERIMENTS SAMPLING IN FIELD EXPERIMENTS Rajender Parsad I.A.S.R.I., Library Avenue, New Delhi-0 0 rajender@iasri.res.in In field experiments, the plot size for experimentation is selected for achieving a prescribed

More information

Dr. Shalabh Department of Mathematics and Statistics Indian Institute of Technology Kanpur

Dr. Shalabh Department of Mathematics and Statistics Indian Institute of Technology Kanpur nalysis of Variance and Design of Experiment-I MODULE V LECTURE - 9 FCTORIL EXPERIMENTS Dr. Shalabh Department of Mathematics and Statistics Indian Institute of Technology Kanpur Sums of squares Suppose

More information

COVARIANCE ANALYSIS. Rajender Parsad and V.K. Gupta I.A.S.R.I., Library Avenue, New Delhi

COVARIANCE ANALYSIS. Rajender Parsad and V.K. Gupta I.A.S.R.I., Library Avenue, New Delhi COVARIANCE ANALYSIS Rajender Parsad and V.K. Gupta I.A.S.R.I., Library Avenue, New Delhi - 110 012 1. Introduction It is well known that in designed experiments the ability to detect existing differences

More information

X -1 -balance of some partially balanced experimental designs with particular emphasis on block and row-column designs

X -1 -balance of some partially balanced experimental designs with particular emphasis on block and row-column designs DOI:.55/bile-5- Biometrical Letters Vol. 5 (5), No., - X - -balance of some partially balanced experimental designs with particular emphasis on block and row-column designs Ryszard Walkowiak Department

More information

CONSTRUCTION OF RECTANGULAR PBIB DESIGNS

CONSTRUCTION OF RECTANGULAR PBIB DESIGNS Journal of Scientific Research Vol. 55, 2011 : 103-110 Banaras Hindu University, Varanasi ISSN : 0447-9483 CONSTRUCTION OF RECTANGULAR PBIB DESIGNS Hemant Kr. Singh *, J.S. Parihar **, R.D. Singh * & Vipul

More information

arxiv: v1 [math.co] 27 Jul 2015

arxiv: v1 [math.co] 27 Jul 2015 Perfect Graeco-Latin balanced incomplete block designs and related designs arxiv:1507.07336v1 [math.co] 27 Jul 2015 Sunanda Bagchi Theoretical Statistics and Mathematics Unit Indian Statistical Institute

More information

Balanced Treatment-Control Row-Column Designs

Balanced Treatment-Control Row-Column Designs International Journal of Theoretical & Applied Sciences, 5(2): 64-68(2013) ISSN No. (Print): 0975-1718 ISSN No. (Online): 2249-3247 Balanced Treatment-Control Row-Column Designs Kallol Sarkar, Cini Varghese,

More information

OPTIMAL CONTROLLED SAMPLING DESIGNS

OPTIMAL CONTROLLED SAMPLING DESIGNS OPTIMAL CONTROLLED SAMPLING DESIGNS Rajender Parsad and V.K. Gupta I.A.S.R.I., Library Avenue, New Delhi 002 rajender@iasri.res.in. Introduction Consider a situation, where it is desired to conduct a sample

More information

FRACTIONAL FACTORIAL

FRACTIONAL FACTORIAL FRACTIONAL FACTORIAL NURNABI MEHERUL ALAM M.Sc. (Agricultural Statistics), Roll No. 443 I.A.S.R.I, Library Avenue, New Delhi- Chairperson: Dr. P.K. Batra Abstract: Fractional replication can be defined

More information

QUASI-ORTHOGONAL ARRAYS AND OPTIMAL FRACTIONAL FACTORIAL PLANS

QUASI-ORTHOGONAL ARRAYS AND OPTIMAL FRACTIONAL FACTORIAL PLANS Statistica Sinica 12(2002), 905-916 QUASI-ORTHOGONAL ARRAYS AND OPTIMAL FRACTIONAL FACTORIAL PLANS Kashinath Chatterjee, Ashish Das and Aloke Dey Asutosh College, Calcutta and Indian Statistical Institute,

More information

The legacy of Sir Ronald A. Fisher. Fisher s three fundamental principles: local control, replication, and randomization.

The legacy of Sir Ronald A. Fisher. Fisher s three fundamental principles: local control, replication, and randomization. 1 Chapter 1: Research Design Principles The legacy of Sir Ronald A. Fisher. Fisher s three fundamental principles: local control, replication, and randomization. 2 Chapter 2: Completely Randomized Design

More information

CONSTRUCTION OF SEMI-REGULAR GRAPH DESIGNS

CONSTRUCTION OF SEMI-REGULAR GRAPH DESIGNS CHAPTER 4 CONSTRUCTION OF SEMI-REGULAR GRAPH DESIGNS 4.1 Introduction 4.2 Historical Review 4.3 Preliminary Results 4.4 Methods of Construction of SRG Designs 4.4.1 Construction using BIB Designs with

More information

BLOCK DESIGNS WITH NESTED ROWS AND COLUMNS

BLOCK DESIGNS WITH NESTED ROWS AND COLUMNS BLOCK DESIGNS WITH NESTED ROWS AND COLUMNS Rajener Parsa I.A.S.R.I., Lirary Avenue, New Delhi 110 012 rajener@iasri.res.in 1. Introuction For experimental situations where there are two cross-classifie

More information

Statistical Inference

Statistical Inference Statistical Inference Classical and Bayesian Methods Class 6 AMS-UCSC Thu 26, 2012 Winter 2012. Session 1 (Class 6) AMS-132/206 Thu 26, 2012 1 / 15 Topics Topics We will talk about... 1 Hypothesis testing

More information

Strategy of Experimentation II

Strategy of Experimentation II LECTURE 2 Strategy of Experimentation II Comments Computer Code. Last week s homework Interaction plots Helicopter project +1 1 1 +1 [4I 2A 2B 2AB] = [µ 1) µ A µ B µ AB ] +1 +1 1 1 +1 1 +1 1 +1 +1 +1 +1

More information

ORTHOGONAL ARRAYS OF STRENGTH 3 AND SMALL RUN SIZES

ORTHOGONAL ARRAYS OF STRENGTH 3 AND SMALL RUN SIZES ORTHOGONAL ARRAYS OF STRENGTH 3 AND SMALL RUN SIZES ANDRIES E. BROUWER, ARJEH M. COHEN, MAN V.M. NGUYEN Abstract. All mixed (or asymmetric) orthogonal arrays of strength 3 with run size at most 64 are

More information

Abstract. Using graphs to find optimal block designs. Problem 1: Factorial design. Conference on Design of Experiments, Tianjin, June 2006

Abstract. Using graphs to find optimal block designs. Problem 1: Factorial design. Conference on Design of Experiments, Tianjin, June 2006 Abstract Ching-Shui Cheng was one of the pioneers of using graph theory to prove results about optimal incomplete-block designs. There are actually two graphs associated with an incomplete-block design,

More information

PLS205 Lab 2 January 15, Laboratory Topic 3

PLS205 Lab 2 January 15, Laboratory Topic 3 PLS205 Lab 2 January 15, 2015 Laboratory Topic 3 General format of ANOVA in SAS Testing the assumption of homogeneity of variances by "/hovtest" by ANOVA of squared residuals Proc Power for ANOVA One-way

More information

Review of Linear Algebra

Review of Linear Algebra Review of Linear Algebra Definitions An m n (read "m by n") matrix, is a rectangular array of entries, where m is the number of rows and n the number of columns. 2 Definitions (Con t) A is square if m=

More information

CONSTRUCTION OF BLOCK DESIGNS WITH NESTED ROWS AND COLUMNS

CONSTRUCTION OF BLOCK DESIGNS WITH NESTED ROWS AND COLUMNS Journal of Research (Science), Bahauddin Zakariya University, Multan, Pakistan. Vol. 8, No., July 7, pp. 67-76 ISSN - CONSTRUCTION OF BLOCK DESIGNS WITH NESTED ROWS AND COLUMNS L. Rasul and I. Iqbal Department

More information

On Construction of a Class of. Orthogonal Arrays

On Construction of a Class of. Orthogonal Arrays On Construction of a Class of Orthogonal Arrays arxiv:1210.6923v1 [cs.dm] 25 Oct 2012 by Ankit Pat under the esteemed guidance of Professor Somesh Kumar A Dissertation Submitted for the Partial Fulfillment

More information

Abstract. A substitute for the non-existent affine plane of order 6. Chapter 1. Outline. Square lattice designs for n 2 treatments in rn blocks of n

Abstract. A substitute for the non-existent affine plane of order 6. Chapter 1. Outline. Square lattice designs for n 2 treatments in rn blocks of n A substitute for the non-existent affine plane of order R. A. Bailey University of St Andrews QMUL (emerita) Algebra and Combinatorics seminar, University of St Andrews, 1 February 018 Joint work with

More information

NON-PARAMETRIC METHODS IN ANALYSIS OF EXPERIMENTAL DATA

NON-PARAMETRIC METHODS IN ANALYSIS OF EXPERIMENTAL DATA NON-PARAMETRIC METHODS IN ANALYSIS OF EXPERIMENTAL DATA Rajender Parsad I.A.S.R.I., Library Aenue, New Delhi 0 0. Introduction In conentional setup the analysis of experimental data is based on the assumptions

More information

RCB - Example. STA305 week 10 1

RCB - Example. STA305 week 10 1 RCB - Example An accounting firm wants to select training program for its auditors who conduct statistical sampling as part of their job. Three training methods are under consideration: home study, presentations

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

Construction of optimal Two- Level Supersaturated Designs

Construction of optimal Two- Level Supersaturated Designs RASHI 1 (2) :41-50 (2016) Construction of optimal Two- Level Supersaturated Designs Basudev Kole and Gourav Kumar Rai Department of Statistics, Mathematics & Computer Application Bihar Agricultural University,

More information

STAT 115:Experimental Designs

STAT 115:Experimental Designs STAT 115:Experimental Designs Josefina V. Almeda 2013 Multisample inference: Analysis of Variance 1 Learning Objectives 1. Describe Analysis of Variance (ANOVA) 2. Explain the Rationale of ANOVA 3. Compare

More information

G E INTERACTION USING JMP: AN OVERVIEW

G E INTERACTION USING JMP: AN OVERVIEW G E INTERACTION USING JMP: AN OVERVIEW Sukanta Dash I.A.S.R.I., Library Avenue, New Delhi-110012 sukanta@iasri.res.in 1. Introduction Genotype Environment interaction (G E) is a common phenomenon in agricultural

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

4.8 Alternate Analysis as a Oneway ANOVA

4.8 Alternate Analysis as a Oneway ANOVA 4.8 Alternate Analysis as a Oneway ANOVA Suppose we have data from a two-factor factorial design. The following method can be used to perform a multiple comparison test to compare treatment means as well

More information

Note: The problem numbering below may not reflect actual numbering in DGE.

Note: The problem numbering below may not reflect actual numbering in DGE. Stat664 Year 1999 DGE Note: The problem numbering below may not reflect actual numbering in DGE. 1. For a balanced one-way random effect model, (a) write down the model and assumptions; (b) write down

More information

Non-existence of strongly regular graphs with feasible block graph parameters of quasi-symmetric designs

Non-existence of strongly regular graphs with feasible block graph parameters of quasi-symmetric designs Non-existence of strongly regular graphs with feasible block graph parameters of quasi-symmetric designs Rajendra M. Pawale, Mohan S. Shrikhande*, Shubhada M. Nyayate August 22, 2015 Abstract A quasi-symmetric

More information

proposed. This method can easily be used to construct the trend free orthogonal arrays of higher level and higher strength.

proposed. This method can easily be used to construct the trend free orthogonal arrays of higher level and higher strength. International Journal of Scientific & Engineering Research, Volume 5, Issue 7, July-2014 1512 Trend Free Orthogonal rrays using some Linear Codes Poonam Singh 1, Veena Budhraja 2, Puja Thapliyal 3 * bstract

More information

USING REGULAR FRACTIONS OF TWO-LEVEL DESIGNS TO FIND BASELINE DESIGNS

USING REGULAR FRACTIONS OF TWO-LEVEL DESIGNS TO FIND BASELINE DESIGNS Statistica Sinica 26 (2016, 745-759 doi:http://dx.doi.org/10.5705/ss.202014.0099 USING REGULAR FRACTIONS OF TWO-LEVEL DESIGNS TO FIND BASELINE DESIGNS Arden Miller and Boxin Tang University of Auckland

More information

Linear Algebra. Grinshpan

Linear Algebra. Grinshpan Linear Algebra Grinshpan Saturday class, 2/23/9 This lecture involves topics from Sections 3-34 Subspaces associated to a matrix Given an n m matrix A, we have three subspaces associated to it The column

More information

Cayley-Hamilton Theorem

Cayley-Hamilton Theorem Cayley-Hamilton Theorem Massoud Malek In all that follows, the n n identity matrix is denoted by I n, the n n zero matrix by Z n, and the zero vector by θ n Let A be an n n matrix Although det (λ I n A

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

Laboratory Topics 4 & 5

Laboratory Topics 4 & 5 PLS205 Lab 3 January 23, 2014 Orthogonal contrasts Class comparisons in SAS Trend analysis in SAS Multiple mean comparisons Laboratory Topics 4 & 5 Orthogonal contrasts Planned, single degree-of-freedom

More information

Analysis of variance, multivariate (MANOVA)

Analysis of variance, multivariate (MANOVA) Analysis of variance, multivariate (MANOVA) Abstract: A designed experiment is set up in which the system studied is under the control of an investigator. The individuals, the treatments, the variables

More information

Orthogonal and Non-orthogonal Polynomial Constrasts

Orthogonal and Non-orthogonal Polynomial Constrasts Orthogonal and Non-orthogonal Polynomial Constrasts We had carefully reviewed orthogonal polynomial contrasts in class and noted that Brian Yandell makes a compelling case for nonorthogonal polynomial

More information

A new family of orthogonal Latin hypercube designs

A new family of orthogonal Latin hypercube designs isid/ms/2016/03 March 3, 2016 http://wwwisidacin/ statmath/indexphp?module=preprint A new family of orthogonal Latin hypercube designs Aloke Dey and Deepayan Sarkar Indian Statistical Institute, Delhi

More information

In social and biological sciences, a useful and frequently used statistical technique is the

In social and biological sciences, a useful and frequently used statistical technique is the Testing the additivity assumption in repeated measures ANOV A Robert I. Zambarano University of Texas Computation Center In social and biological sciences, a useful and frequently used statistical technique

More information

Chapter 10 Combinatorial Designs

Chapter 10 Combinatorial Designs Chapter 10 Combinatorial Designs BIBD Example (a,b,c) (a,b,d) (a,c,e) (a,d,f) (a,e,f) (b,c,f) (b,d,e) (b,e,f) (c,d,e) (c,d,f) Here are 10 subsets of the 6 element set {a, b, c, d, e, f }. BIBD Definition

More information

Topic 13. Analysis of Covariance (ANCOVA) [ST&D chapter 17] 13.1 Introduction Review of regression concepts

Topic 13. Analysis of Covariance (ANCOVA) [ST&D chapter 17] 13.1 Introduction Review of regression concepts Topic 13. Analysis of Covariance (ANCOVA) [ST&D chapter 17] 13.1 Introduction The analysis of covariance (ANCOVA) is a technique that is occasionally useful for improving the precision of an experiment.

More information

PLS205 Lab 6 February 13, Laboratory Topic 9

PLS205 Lab 6 February 13, Laboratory Topic 9 PLS205 Lab 6 February 13, 2014 Laboratory Topic 9 A word about factorials Specifying interactions among factorial effects in SAS The relationship between factors and treatment Interpreting results of an

More information

Introduction to the Design and Analysis of Experiments

Introduction to the Design and Analysis of Experiments Introduction to the Design and Analysis of Experiments Geoffrey M. Clarke, MA,Dip.stats.,c.stat. Honorary Reader in Applied Statistics, University of Kent at Canterbury and Consultant to the Applied Statistics

More information

Linear Algebra: Characteristic Value Problem

Linear Algebra: Characteristic Value Problem Linear Algebra: Characteristic Value Problem . The Characteristic Value Problem Let < be the set of real numbers and { be the set of complex numbers. Given an n n real matrix A; does there exist a number

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

FRACTIONAL FACTORIAL DESIGNS OF STRENGTH 3 AND SMALL RUN SIZES

FRACTIONAL FACTORIAL DESIGNS OF STRENGTH 3 AND SMALL RUN SIZES FRACTIONAL FACTORIAL DESIGNS OF STRENGTH 3 AND SMALL RUN SIZES ANDRIES E. BROUWER, ARJEH M. COHEN, MAN V.M. NGUYEN Abstract. All mixed (or asymmetric) orthogonal arrays of strength 3 with run size at most

More information

Lecture 5: Comparing Treatment Means Montgomery: Section 3-5

Lecture 5: Comparing Treatment Means Montgomery: Section 3-5 Lecture 5: Comparing Treatment Means Montgomery: Section 3-5 Page 1 Linear Combination of Means ANOVA: y ij = µ + τ i + ɛ ij = µ i + ɛ ij Linear combination: L = c 1 µ 1 + c 1 µ 2 +...+ c a µ a = a i=1

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

Canonical Correlation Analysis of Longitudinal Data

Canonical Correlation Analysis of Longitudinal Data Biometrics Section JSM 2008 Canonical Correlation Analysis of Longitudinal Data Jayesh Srivastava Dayanand N Naik Abstract Studying the relationship between two sets of variables is an important multivariate

More information

Construction of Pair-wise Balanced Design

Construction of Pair-wise Balanced Design Journal of Modern Applied Statistical Methods Volume 15 Issue 1 Article 11 5-2016 onstruction of Pair-wise Balanced Design Rajarathinam Arunachalam Manonmaniam Sundaranar University, arrathinam@yahoo.com

More information

Design and Analysis of Experiments

Design and Analysis of Experiments Design and Analysis of Experiments Design and Analysis of Experiments Volume 2 Advanced Experimental Design KLAUS HINKELMANN Virginia Polytechnic Institute and State University Department of Statistics

More information

REGRESSION DIAGNOSTICS AND REMEDIAL MEASURES

REGRESSION DIAGNOSTICS AND REMEDIAL MEASURES REGRESSION DIAGNOSTICS AND REMEDIAL MEASURES Lalmohan Bhar I.A.S.R.I., Library Avenue, Pusa, New Delhi 110 01 lmbhar@iasri.res.in 1. Introduction Regression analysis is a statistical methodology that utilizes

More information

I L L I N O I S UNIVERSITY OF ILLINOIS AT URBANA-CHAMPAIGN

I L L I N O I S UNIVERSITY OF ILLINOIS AT URBANA-CHAMPAIGN Canonical Edps/Soc 584 and Psych 594 Applied Multivariate Statistics Carolyn J. Anderson Department of Educational Psychology I L L I N O I S UNIVERSITY OF ILLINOIS AT URBANA-CHAMPAIGN Canonical Slide

More information

Factorial Experiments

Factorial Experiments Factorial Experiments 92 93 94 95 96 97 ack to two-factor experiment 98 99 DOE terminology main effects: Interaction effects 00 0 Three factors z z2 z3 z2 z3 z23 z23 02 03 Two-factor interaction Three-factor

More information

Lecture 13 Extra Sums of Squares

Lecture 13 Extra Sums of Squares Lecture 13 Extra Sums of Squares STAT 512 Spring 2011 Background Reading KNNL: 7.1-7.4 13-1 Topic Overview Extra Sums of Squares (Defined) Using and Interpreting R 2 and Partial-R 2 Getting ESS and Partial-R

More information

Least Squares Analyses of Variance and Covariance

Least Squares Analyses of Variance and Covariance Least Squares Analyses of Variance and Covariance One-Way ANOVA Read Sections 1 and 2 in Chapter 16 of Howell. Run the program ANOVA1- LS.sas, which can be found on my SAS programs page. The data here

More information

Study Notes on Matrices & Determinants for GATE 2017

Study Notes on Matrices & Determinants for GATE 2017 Study Notes on Matrices & Determinants for GATE 2017 Matrices and Determinates are undoubtedly one of the most scoring and high yielding topics in GATE. At least 3-4 questions are always anticipated from

More information

Lecture 3: Inference in SLR

Lecture 3: Inference in SLR Lecture 3: Inference in SLR STAT 51 Spring 011 Background Reading KNNL:.1.6 3-1 Topic Overview This topic will cover: Review of hypothesis testing Inference about 1 Inference about 0 Confidence Intervals

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

GLM Repeated Measures

GLM Repeated Measures GLM Repeated Measures Notation The GLM (general linear model) procedure provides analysis of variance when the same measurement or measurements are made several times on each subject or case (repeated

More information

MATH 423 Linear Algebra II Lecture 33: Diagonalization of normal operators.

MATH 423 Linear Algebra II Lecture 33: Diagonalization of normal operators. MATH 423 Linear Algebra II Lecture 33: Diagonalization of normal operators. Adjoint operator and adjoint matrix Given a linear operator L on an inner product space V, the adjoint of L is a transformation

More information

ON THE EQUIVALENCE OF A SET OF MUTUALLY ORTHOGONAL LATIN SQUARES WITH OTHER COMBINATORIAL SYSTEMS (1) By A-. Hedayat(2)

ON THE EQUIVALENCE OF A SET OF MUTUALLY ORTHOGONAL LATIN SQUARES WITH OTHER COMBINATORIAL SYSTEMS (1) By A-. Hedayat(2) (. i.'. ( RM-237 AH-1 October 1969 ON THE EQUIVALENCE OF A SET OF MUTUALLY ORTHOGONAL LATIN SQUARES WITH OTHER COMBINATORIAL SYSTEMS (1) By A-. Hedayat(2) ( 1) (2) This research was supported by NSF grant

More information

COMPLETELY RANDOM DESIGN (CRD) -Design can be used when experimental units are essentially homogeneous.

COMPLETELY RANDOM DESIGN (CRD) -Design can be used when experimental units are essentially homogeneous. COMPLETELY RANDOM DESIGN (CRD) Description of the Design -Simplest design to use. -Design can be used when experimental units are essentially homogeneous. -Because of the homogeneity requirement, it may

More information

Introduction to Quantitative Techniques for MSc Programmes SCHOOL OF ECONOMICS, MATHEMATICS AND STATISTICS MALET STREET LONDON WC1E 7HX

Introduction to Quantitative Techniques for MSc Programmes SCHOOL OF ECONOMICS, MATHEMATICS AND STATISTICS MALET STREET LONDON WC1E 7HX Introduction to Quantitative Techniques for MSc Programmes SCHOOL OF ECONOMICS, MATHEMATICS AND STATISTICS MALET STREET LONDON WC1E 7HX September 2007 MSc Sep Intro QT 1 Who are these course for? The September

More information

Simultaneous Optimization of Incomplete Multi-Response Experiments

Simultaneous Optimization of Incomplete Multi-Response Experiments Open Journal of Statistics, 05, 5, 430-444 Published Online August 05 in SciRes. http://www.scirp.org/journal/ojs http://dx.doi.org/0.436/ojs.05.55045 Simultaneous Optimization of Incomplete Multi-Response

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

Cross-Over Design Experiment (Using SAS)

Cross-Over Design Experiment (Using SAS) Cross-Over Design Experiment (Using SAS) Rita Rahmawati Department of Statistics, Diponegoro University, Semarang ABSTRACT Cross-over experiments are a special class of repeated measures experiments. Up

More information

MATH 304 Linear Algebra Lecture 20: The Gram-Schmidt process (continued). Eigenvalues and eigenvectors.

MATH 304 Linear Algebra Lecture 20: The Gram-Schmidt process (continued). Eigenvalues and eigenvectors. MATH 304 Linear Algebra Lecture 20: The Gram-Schmidt process (continued). Eigenvalues and eigenvectors. Orthogonal sets Let V be a vector space with an inner product. Definition. Nonzero vectors v 1,v

More information

Orthogonal contrasts for a 2x2 factorial design Example p130

Orthogonal contrasts for a 2x2 factorial design Example p130 Week 9: Orthogonal comparisons for a 2x2 factorial design. The general two-factor factorial arrangement. Interaction and additivity. ANOVA summary table, tests, CIs. Planned/post-hoc comparisons for the

More information

Analysis of Variance and Co-variance. By Manza Ramesh

Analysis of Variance and Co-variance. By Manza Ramesh Analysis of Variance and Co-variance By Manza Ramesh Contents Analysis of Variance (ANOVA) What is ANOVA? The Basic Principle of ANOVA ANOVA Technique Setting up Analysis of Variance Table Short-cut Method

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

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

A new visual cryptography scheme for STS based access structures

A new visual cryptography scheme for STS based access structures A new visual cryptography scheme for STS based access structures Sucheta Chakrabarti R. K. Khanna Scientific Analysis Group DRDO Metcalfe House Complex Delhi 110 054 India Abstract Visual Cryptography

More information

Some Construction Methods of Optimum Chemical Balance Weighing Designs I

Some Construction Methods of Optimum Chemical Balance Weighing Designs I Journal of Emerging Trends in Engineering and Applied Sciences (JETEAS) 4(6): 778-783 Scholarlin Research Institute Journals, 3 (ISS: 4-76) jeteas.scholarlinresearch.org Journal of Emerging Trends in Engineering

More information

Design of experiments

Design of experiments Design of experiments CIRAD - UMR Ecologie des forêts de Guyane vivien.rossi@cirad.fr Master 2 - Ecologie des Forêts Tropicale AgroParisTech - Université Antilles-Guyane Kourou, novembre 2010 objectives

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

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

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

Analysis of Variance and Design of Experiments-II

Analysis of Variance and Design of Experiments-II Analysis of Variance and Design of Experiments-II MODULE - II LECTURE - BALANCED INCOMPLETE BLOCK DESIGN (BIBD) Dr. Shalabh Department of Mathematics & Statistics Indian Institute of Technology Kanpur

More information

MIXED MODELS FOR REPEATED (LONGITUDINAL) DATA PART 2 DAVID C. HOWELL 4/1/2010

MIXED MODELS FOR REPEATED (LONGITUDINAL) DATA PART 2 DAVID C. HOWELL 4/1/2010 MIXED MODELS FOR REPEATED (LONGITUDINAL) DATA PART 2 DAVID C. HOWELL 4/1/2010 Part 1 of this document can be found at http://www.uvm.edu/~dhowell/methods/supplements/mixed Models for Repeated Measures1.pdf

More information

Lec 2: Mathematical Economics

Lec 2: Mathematical Economics Lec 2: Mathematical Economics to Spectral Theory Sugata Bag Delhi School of Economics 24th August 2012 [SB] (Delhi School of Economics) Introductory Math Econ 24th August 2012 1 / 17 Definition: Eigen

More information

Neighbor Balanced Block Designs for Two Factors

Neighbor Balanced Block Designs for Two Factors Journal of Modern Applied Statistical Methods Volume 9 Issue Article --00 Neighbor Balanced Block Designs for Two Factors Seema Jaggi Indian Agricultural Statistics Research Institute, New Delhi, India,

More information

Split-Plot Designs. David M. Allen University of Kentucky. January 30, 2014

Split-Plot Designs. David M. Allen University of Kentucky. January 30, 2014 Split-Plot Designs David M. Allen University of Kentucky January 30, 2014 1 Introduction In this talk we introduce the split-plot design and give an overview of how SAS determines the denominator degrees

More information

Analysis of Variance: Part 1

Analysis of Variance: Part 1 Analysis of Variance: Part 1 Oneway ANOVA When there are more than two means Each time two means are compared the probability (Type I error) =α. When there are more than two means Each time two means are

More information

MTH 2032 SemesterII

MTH 2032 SemesterII MTH 202 SemesterII 2010-11 Linear Algebra Worked Examples Dr. Tony Yee Department of Mathematics and Information Technology The Hong Kong Institute of Education December 28, 2011 ii Contents Table of Contents

More information

arxiv: v1 [cs.cr] 1 Aug 2011

arxiv: v1 [cs.cr] 1 Aug 2011 Indian Statistical Institute Kolkata Tech. Rep. no. ASD/2010/3, November 10, 2010 Revised draft August 1, 2011 Key Predistribution Schemes for Distributed Sensor Networks via Block Designs arxiv:1108.0243v1

More information

" M A #M B. Standard deviation of the population (Greek lowercase letter sigma) σ 2

 M A #M B. Standard deviation of the population (Greek lowercase letter sigma) σ 2 Notation and Equations for Final Exam Symbol Definition X The variable we measure in a scientific study n The size of the sample N The size of the population M The mean of the sample µ The mean of the

More information