Computation of Variances of Functions of Parameter Estimates for Mixed Models in GLM

Size: px
Start display at page:

Download "Computation of Variances of Functions of Parameter Estimates for Mixed Models in GLM"

Transcription

1 Computation of Variances of Functions of Parameter Estimates for Mixed Models in GLM Ramon C. Littell and Stephen B. Linda University of Florida. Introduction Estimates of functions of parameters in linear models may be obtained from the ESTIMATE statement in PROC G LM. The standard error and hypothesis test produced by the ESTIMATE statement are correct for fixed effects models. However, when fitting mixed models, the standard error produced by the ES TIMATE statement may not be correct. This is true, for example, in many split-plot and repeated measures applications. A special class of estimable functions are least squares means, also referred "to as adjusted means, which may be obtained in GLM from the LSMEANS statement. GLM allows some flexibility when fitting mixed models by providing the E option in the LSMEANS statement, by which an effect in the model may be specified as an error term for calculating standard errors and hypothesis tests of least squares means. However, an appropriate error term is not always clearly evident, and may not be available as an effect in the model. For example, in a split-plot model, no effect in the model is appropriate as an error term for computing the standard error of the mean for a given level of the sub-plot treatment. The CONTRAST and RANDOM statements can be used along with the ESTIMATE statement to determine the correct variance expression of estimable functions of parameters (e.g., see Milliken and Johnson 984, Allen 989). Mean squares can then be combined to obtain an estimate of the variance expression. The purpose of this paper is to illustrate and extend the methodology and to provide the theory to justify it. 2. Motivating Example Consider the following example, from Freund and Lit tell (98). A sample of SUBJECTS were assigned to one of the two levels Hand L of a factor TRT. There are three subjects at level H and two subjects at level L. Measurements (Y) are made on each subject at three time phases, 2, and 3. The data are presented in Table. Table. Data used in Example. OBS TIlT SUBJ PHASE Y H H H H H H H H H L 6.98 L L L L L A statistical model is where Yijk is the response from SUBJECT j in level i oftrt at PHASE k, E(Yi; k) Ji. J + ai + Tk + ati., and {jij and Cijk are independent random parameters with and E ( Oi; ) 0 Cijk v ( Oi; ) (uj {ijk 0 An analysis of variance (AN OVA) of the form 33

2 Source df Mean Square F TRT SUBJ(TRT) PHASE TRT'PHASE ERROR can be obtained from the statements PROC GLM; CLASSES TRT SUBJ PHASE; MODEL Y TRT SUBJ(TRT) PHASE TRT'PHASE / SS3; TEST HTRT ESUBJ(TRT); Suppose you want to estimate the mean response for PHASE, averaged across TRT Hand TRT L. In terms of the model parameters, you want an estimate of This is the expression estimated by the LSMEAN for PHASE. So you run the statement and obtain Table 2. LSMEAN PHASE / STDERR E; Table 2. Output from LSMEANS/STDERR. y Std Err Pr > ITI PHASE LSMEAH LSMEAH HO:LSMEAHO The STDERR option in the LSMEANS statement prints computations for the standard errors of the LSMEANS. The standard errors, however, are not correct because they do not incorporate between-subject variance 0";' You can see this by looking at the terms in the model that are involved in the LSMEAN. For this simple example, you can compute the LSMEANS for PHASE as PHASE LSMEAN {- -} 2 Y,.,+ Y H {I 2 3( ) +~( )} 2 { } In terms of the model, you get PHASE LSMEAN {- -} 2 Yl-+ Y 2., { - 2 (l"+al +h + Tl +atl +h.') + (I" + ah + 8H + Tl + ath! + <H.,)} "+2(aL +ah)+t + 2(aTLl + athl) (h. + bh. + h, + <H d The 6's and f's are the random quantities in this expression, so V(PHASE LSMEAN) V { 2(bL. I bh. + h, + <H.,)} 4: H(/3+ /2)+u;(/3+/2)}. The estimated standard error as printed by G LM involves only 0';(/3 + /2). Check this out: G) 0-;(/3+ /2) (D MS(ERROR)(I/3 + /2) This gives (D (0.550)(0.8333) Std. err. PHASE LSMEAN '; which is the same as printed. So you see that this computation has not involved the 0"; term in the correct expression for the variance of the LSMEAN. The correct expression for the variance of the LSMEAN is easy to derive for this simple example. But in more complex data sets ius typically impossible to derive a variance expression algebraically. The main objective of this paper is to show how this can be done using existing facilities in GLM. A secondary objective is to indicate that the essential computations already exist within GLM. It should therefore be relatively easy to enhance GLM to print the appropriate standard errors. 332

3 3. Summary of Method Let 0 LP be a linear function of parameter estimates from an ESTIMATE or LSMEANS statement in GLM. Obtain an estimate V(O) of the variance of 0 as follows:. Use an ESTIMATE or LSMEANS statement to compute O. If an LSMEANS statement was used to compute 0, specify the E option to obtain coefficients of the "estimable function." Then use these coefficients in an ESTIMATE statement to duplicate the value of e from the LSMEANS statement. (This is a check to make sure you have the right coefficients.) 2. Include a CONTRAST statement specifying the same coefficients as those in the ESTIMATE statement. 3. Include a RANDOM statement with the Q option. 4. Obtain the quantity L( A' A rl' in one of two ways: i. 7. Compute V(O) as V(O) [L(A' A)-L'] L r;uf. il Approximate degrees offrccdom for 7(9) to be used in hypothesis testing and confidence interval construction may be obtained from Satterthwaite's formula. 4. Solution to Example Problem For the example, the linear function to be estimated is B iii.. We obtain the estimate 0 from the LSMEANS statement. Here are the steps in Section 3 for this example.. Run the LSMEANS statement with the E option to get the coefficients of the "estimable function." LSMEANS TRT / E; This gives the output in Tables 2 and 3. Use the coefficients of the "estimable function" in an ES TIMATE statement to duplicate the LSMEANS computation il L(A'ArL' h'/ms(error), where h the reported standard error of 0 from the ESTIMATE statement, or ESTIMATE 'PHASE ADJ MEAN' INTERCEPT TRT.5.5 SUBJ (TRT) PHASE 00 TRT*PHASE ; where Lo; is the coefficent of the ith fixed parameter, and qii is the coefficient reported in the ith row and ith column of the matrix from the Q option in the RANDOM statement, for Lo;,p 0, i,...,po Note: it does not matter which Lo; is used as long as La;,p o. 5. Obtain the coefficients Til i,..., k, of the variance components in the expected mean square of the CONTRAST from the Expected Mean Square Table. 6. Obtain estimates, ul, i,...,k, of the variance components by i. setting expected mean squares equal to observed mean squares, and solving for the variance components, or n. using PROC VARCOMP. This gives the output in Table 4, which confirms the printed LSMEAN values and verifies that you have the correct coefficients. 2. Run a CONTRAST statement with the same coefficents as in the ESTIMATE statement CONTRAST 'PHASE ADJ MEAN' INTERCEPT TRT.5.5 SUBJ (TRT) PHASE 0 0 TRT*PHASE ; 3. Include a RANDOM statement with the Q option: RANDOM SUBJ(TRT) / Q; obtaining the output in Tables 5, 6, and Obtain L(A' A)-L' from either i. or ii.: 333

4 i. L(AiA)-L' ( reported standard error of ij ) 2 from ESTIMATE statement MS(ERROR) (0.5682)' ii. Take Lo; LOl coefficient in the ESTI MATE statement of the first fixed effect p'" rameter J which in this case is the "intercept," giving LOl. Now get qu 4.8 from the, position in the matrix of the quadratic form for the fixed effects (obtained from the Q option of the RANDOM statement, output given in Table 6). Then L~l qu /(4.8) Note that both approaches i. and ii. give L(A' A)-L' H~+D which we calculated directly in Section From Table 5, Expected mean square of contrast 0:; + u + QUADRATIC giving rl and r2. This tells you that L(NA) L' Var(ERROR) + Var(SUBJ(TRT)) (T;+u~. Then the variance expression we want is 6. and 7. From the RANDOM statement you get the expected mean squares given in Table 7. Now MS(ERROR)is an estimate of u~ and you see that MS(SUBJ (TRT) is an estimate of u; + 3ui. So an estimate of V(frd (u~ + ui) is V(frd ( MS[SUBJ(TR3T)] + 2MSE) C :( ») Satterthwaite's formula for degrees of freedom for V(iId gives d 8.7, (0.2083)2 [(MS[SUBJ~TRT))/3)' + (2MS~/3)'] (0.3739)2 (0.2083)2 [(2.2S;~67)' + [2(.54::222)]'] and an approximate 95% confidence interval for lil' is iii, ± tb, o.o25vv(iil.) ± 2.306v' (4.649, ), where t B, 0.D25 is the quantile of a student's t distribution with eight degrees of freedom. 5. Theoretical Basis for Method Consider the mixed model where Y is the vector of n observations X is the n x p fixed effects design matrix b is a vector of p fixed effects parameters U; is the n x m; design matrix for the i th random effect, Uk In, and () ei is a vector of mi independent random errors with mean 0 and variance u} i,..., k. Then E(Y) Xh, and k V(Y) L:U;U:ul. (2) i;;;;l PROC GLM uses the method of ordinary least squares (OLS), and computes an "estimate" of - el e2 ek_l ')',as fj - (h' " where A (X U I Uk-I), and (A' A)- is a generalized inverse of (A' A). GLM judges estimability of linear functions LfJ assuming all ei except ek are vectors of fixed effects parameters, according to the criterion L(A' Ar A' A L. Likewise, the standard errors of estimable functions of fj reported by the ESTIMATE and LSMEANS (3) 334

5 statements are computed under the assumption that V(Y) I"ul. Therefore, when fitting a mixed linear model, the standard error reported for estimates produced by the ESTIMATE and LSMEANS statements can be incorrect. However, values necessary for calculating the appropriate standard errors of these estimates can be obtained directly from GLM output, as follows. We wish to compute 0 LP, where L is a row vector, such that L(A' A)-A' A L. Partition L into Lo, L"..., Lk_ such that Therefore where k R Lriq~, i.;:;l Ti c;jl(a'a)-v, i,...,k, E[02] L(A'A) L' V(O) + [E(O)F L(A' A) L' R+Q, (8) (9) Since L(A' A)-A' A L, we have L(A' A)-A'(X V"" Vk-I) (Lo L, Lk_ I ). (4) It follows that L(A'ArA'V, Li, i l,...,k-l, and L(A' A)-A'X Lo' The expected value of 0 LP is E(O) and the variance of e is where Ci E(LP) E[L(A'A)-A'Y] L(A' A)-A'Xb Lob, (5) k L Ci U; (6) i;;;;l L(A' A)-A'V i V;A(A' A)- L' { LiL; for i,..., k - L(A' A)-V for i k. The coefficients Cl,...,CI,; are the coefficients needed to compute a. valid estimate of V(O) from estimates of the variance components a-r,..., &i. We proceed to derive their computation using output from CON TRAST and RANDOM statements. Elements of L may be specified as the coefficients in both the CONTRAST and ESTIMATE statements. There is no requirement that coefficients sum to zero for either statement. The mean square for 0 LP computed from the contrast statement is -2-8 MS(8) L(A' A) L" (7) Q b'l'olob L(A' A) L' I:f I:}, bibj LOiLOj L(A'A) L' p.p LLbibjqij, i;;:ljl (0) b i and LOi are the ith elements of b and La J respectively, and q;; L(A' A) L" The coefficients C", Ck are therefore obtained as Ci T,[L(A' A)-V]. It remains to obtain T"...,Tk, and L(A'ArV. If the elements of L are specified in a CONTRAST statement, and el"",ek-l are specified in a RAN DOM statement, then GLM produces r"...,tk as the coefficients of the variance components in the expected mean squares. The estimate of the standard error of B reported by the ESTIMATE statement is h J[L( A' A) L']MSE. So L(A' A)-L' h 2 /MSE. An alternate method for obtaining the value of L( A' A )-L' is to use output from the Q option in the RANDOM statement. If the Q option is specified, then the qij i,i " ",P, are produced as elements of the matrix of the quadratic form for the fixed effects in the expected mean squares. This yields for any LOi oft 0, i,...,po Thus, when CONTRAST, ESTIMATE, and RAN DOM statements are used in PROC GLM, SAS reports the MSE, J[L(A' A) L']MSE, ri, i,..., k, 335

6 and q'j, i, j,..., p. All that is needed to estimate V(O) according to equation (6) are estimates of the variance components, or an estimate of R. If not easily computed from combinations' of mean squares, the variance component estimates may be obtained from PROC VARCOMP.. Given estimates,,', of u?,, i,...,k, Milliken, G. A., and Johnson, D. E Analysis of Messy Data. New York: Van Nostrand Reinhold. Satterthwaite, F. F. 94. Synthesis of variance. Psychometrica 6, for any Lo; io,j,...,p. In some cases, an estimate of R is directly available as a mean square, say it Then V(O) L~j R. ~R., q;j MSE (2) for any Lo; i 0, j,...,p. The usual hypothesis tests and confidence limits for e may be constructed by assuming that V(O) has, approximately, a Chi-square distribution, with d degrees of freedom. The quantity d can be estimated using the Satterthwaite approach (94), i.e., d 2{E[V(ii)W Var[V(O)] '" 2[V(0)]2 Var[V(O)]' (3) where Var[V(O)] is an estimate of Var[V(O)]. If V(O) is a linear combination of mean squares, V(O) I: w,ms" i:;;:l where MS j mean square for ith random effect, i,...,k,then (4) where df i are the degrees of freedom associated with the i,h mean square. It should be noted that (4) ignores nonzero covariance between the MS i. References Allen, R Analysis of a repeated measures experiment with missing data. Fourteenth Annual SUGI Conference, Freund, R. J., and Littell, R. C. 98. SAS for Linear Models. Cary, NC: SAS Institute Inc. 336

7 Table 3. Output from the E option in the LSMEANS statement General Linear Models Procedure Least Squares Means Coefficients for PHASE Least Square Means PHASE 2 3 Effect Coefficients INTERCEPT TRT H L SUBJ(TRT) H H H L L PHASE TRT-PHASE H H H L L L Table 4. Output from ESTIMATE statement. T for HO: Parameter Estimate Parameter;O Pr > ITI Std Error of Estimate phase adj mean Table 5. Expected mean square of contrast. Contrast phase adj mean Contrast Expected Mean Square Var(Error) + Var(SUBJ(TRT» + Q(INTERCEPT,TRT,PHASE,TRT*PHASE) 337

8 Table 6. Output from Q option in RANDOM statement. General Linear Models Procedure Quadratic Forms of Fixed Effects in the Expected Mean Squares Source: Contrast Mean Square for phase adj mean INTERCEPT TRTH TRT L PHASE PHASE 2 PHASE 3 INTERCEPT A H A L PHASE PHASE PHASE A-PHASE H hphase H hphase H A-PHASE L hphase L hphase L TRT_PHASE H TRT_PHASE H 2 TRT-PHASE H 3 TRT_PHASE L TRHPHASE L 2 TRHPHASE L 3 INTERCEPT A H A L PHASE PHASE PHASE A-PHASE H hphase H hphase H hphase L hphase L hphase L Table 7. Expected mean squares. General Linear Models Procedure Source Type III Expected Mean Square TRT Var(Error) + 3 Var(SUBJ(TRT» + Q(TRT,TRT*PHASE) SUBJ(TRT) PHASE TRT*PHASE Var(Error) + 3 Var(SUBJ(TRT» Var(Error) + Q(PHASE,TRT*PHASE) Var(Error) + Q(TRT*PHASE) 338

T-test: means of Spock's judge versus all other judges 1 12:10 Wednesday, January 5, judge1 N Mean Std Dev Std Err Minimum Maximum

T-test: means of Spock's judge versus all other judges 1 12:10 Wednesday, January 5, judge1 N Mean Std Dev Std Err Minimum Maximum T-test: means of Spock's judge versus all other judges 1 The TTEST Procedure Variable: pcwomen judge1 N Mean Std Dev Std Err Minimum Maximum OTHER 37 29.4919 7.4308 1.2216 16.5000 48.9000 SPOCKS 9 14.6222

More information

MESSY EXPERIMENTAL DESIGNS

MESSY EXPERIMENTAL DESIGNS nsas State University Libraries tistics in Agriculture 99 - rd Annual Conference roceedings MESSY EXERIMENTAL DESIGNS Dallas E. Johnson ollow this and additional works at: http://newprairiepress.org/agstatconference

More information

REPEATED MEASURES. Copyright c 2012 (Iowa State University) Statistics / 29

REPEATED MEASURES. Copyright c 2012 (Iowa State University) Statistics / 29 REPEATED MEASURES Copyright c 2012 (Iowa State University) Statistics 511 1 / 29 Repeated Measures Example In an exercise therapy study, subjects were assigned to one of three weightlifting programs i=1:

More information

General Linear Model (Chapter 4)

General Linear Model (Chapter 4) General Linear Model (Chapter 4) Outcome variable is considered continuous Simple linear regression Scatterplots OLS is BLUE under basic assumptions MSE estimates residual variance testing regression coefficients

More information

Topic 20: Single Factor Analysis of Variance

Topic 20: Single Factor Analysis of Variance Topic 20: Single Factor Analysis of Variance Outline Single factor Analysis of Variance One set of treatments Cell means model Factor effects model Link to linear regression using indicator explanatory

More information

Analysis of Longitudinal Data: Comparison Between PROC GLM and PROC MIXED. Maribeth Johnson Medical College of Georgia Augusta, GA

Analysis of Longitudinal Data: Comparison Between PROC GLM and PROC MIXED. Maribeth Johnson Medical College of Georgia Augusta, GA Analysis of Longitudinal Data: Comparison Between PROC GLM and PROC MIXED Maribeth Johnson Medical College of Georgia Augusta, GA Overview Introduction to longitudinal data Describe the data for examples

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

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

ANALYSES OF NCGS DATA FOR ALCOHOL STATUS CATEGORIES 1 22:46 Sunday, March 2, 2003

ANALYSES OF NCGS DATA FOR ALCOHOL STATUS CATEGORIES 1 22:46 Sunday, March 2, 2003 ANALYSES OF NCGS DATA FOR ALCOHOL STATUS CATEGORIES 1 22:46 Sunday, March 2, 2003 The MEANS Procedure DRINKING STATUS=1 Analysis Variable : TRIGL N Mean Std Dev Minimum Maximum 164 151.6219512 95.3801744

More information

EXST Regression Techniques Page 1. We can also test the hypothesis H :" œ 0 versus H :"

EXST Regression Techniques Page 1. We can also test the hypothesis H : œ 0 versus H : EXST704 - Regression Techniques Page 1 Using F tests instead of t-tests We can also test the hypothesis H :" œ 0 versus H :" Á 0 with an F test.! " " " F œ MSRegression MSError This test is mathematically

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. STAT:5201 Applied Statistic II 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 OLRT) Hamster example with three

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

WITHIN-PARTICIPANT EXPERIMENTAL DESIGNS

WITHIN-PARTICIPANT EXPERIMENTAL DESIGNS 1 WITHIN-PARTICIPANT EXPERIMENTAL DESIGNS I. Single-factor designs: the model is: yij i j ij ij where: yij score for person j under treatment level i (i = 1,..., I; j = 1,..., n) overall mean βi treatment

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

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

unadjusted model for baseline cholesterol 22:31 Monday, April 19,

unadjusted model for baseline cholesterol 22:31 Monday, April 19, unadjusted model for baseline cholesterol 22:31 Monday, April 19, 2004 1 Class Level Information Class Levels Values TRETGRP 3 3 4 5 SEX 2 0 1 Number of observations 916 unadjusted model for baseline cholesterol

More information

Introductory Econometrics. Lecture 13: Hypothesis testing in the multiple regression model, Part 1

Introductory Econometrics. Lecture 13: Hypothesis testing in the multiple regression model, Part 1 Introductory Econometrics Lecture 13: Hypothesis testing in the multiple regression model, Part 1 Jun Ma School of Economics Renmin University of China October 19, 2016 The model I We consider the classical

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

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

Outline. Topic 19 - Inference. The Cell Means Model. Estimates. Inference for Means Differences in cell means Contrasts. STAT Fall 2013

Outline. Topic 19 - Inference. The Cell Means Model. Estimates. Inference for Means Differences in cell means Contrasts. STAT Fall 2013 Topic 19 - Inference - Fall 2013 Outline Inference for Means Differences in cell means Contrasts Multiplicity Topic 19 2 The Cell Means Model Expressed numerically Y ij = µ i + ε ij where µ i is the theoretical

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

STA 303H1F: Two-way Analysis of Variance Practice Problems

STA 303H1F: Two-way Analysis of Variance Practice Problems STA 303H1F: Two-way Analysis of Variance Practice Problems 1. In the Pygmalion example from lecture, why are the average scores of the platoon used as the response variable, rather than the scores of the

More information

or treatments in several periods. The

or treatments in several periods. The ABSTRACT ANALYZING BALANCED OR UNBALANCED LATIN SQUARES AND OTHER REPEATED MEASURES DESIGNS FOR CARRYOVER EFFECTS USING THE GLM PROCEDURE D.A. Ratkowsky, Washington state University J.R. Alldredge, Washington

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

DETERMINATION OF RESPONSE SURFACE FUNCTION USING REPEATED MEASURES

DETERMINATION OF RESPONSE SURFACE FUNCTION USING REPEATED MEASURES DETERMINATION OF RESPONSE SURFACE FUNCTION USING REPEATED MEASURES Denise Moyse. Abbott Laboratories David Henry. Abbott Laboratories Hong-Jiong Shi. Abbott Laboratories Robert S. Boger. Abbott Laboratories

More information

ECO220Y Simple Regression: Testing the Slope

ECO220Y Simple Regression: Testing the Slope ECO220Y Simple Regression: Testing the Slope Readings: Chapter 18 (Sections 18.3-18.5) Winter 2012 Lecture 19 (Winter 2012) Simple Regression Lecture 19 1 / 32 Simple Regression Model y i = β 0 + β 1 x

More information

UNIVERSITY OF TORONTO. Faculty of Arts and Science APRIL 2010 EXAMINATIONS STA 303 H1S / STA 1002 HS. Duration - 3 hours. Aids Allowed: Calculator

UNIVERSITY OF TORONTO. Faculty of Arts and Science APRIL 2010 EXAMINATIONS STA 303 H1S / STA 1002 HS. Duration - 3 hours. Aids Allowed: Calculator UNIVERSITY OF TORONTO Faculty of Arts and Science APRIL 2010 EXAMINATIONS STA 303 H1S / STA 1002 HS Duration - 3 hours Aids Allowed: Calculator LAST NAME: FIRST NAME: STUDENT NUMBER: There are 27 pages

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

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

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

ANOVA Longitudinal Models for the Practice Effects Data: via GLM

ANOVA Longitudinal Models for the Practice Effects Data: via GLM Psyc 943 Lecture 25 page 1 ANOVA Longitudinal Models for the Practice Effects Data: via GLM Model 1. Saturated Means Model for Session, E-only Variances Model (BP) Variances Model: NO correlation, EQUAL

More information

ECON Introductory Econometrics. Lecture 5: OLS with One Regressor: Hypothesis Tests

ECON Introductory Econometrics. Lecture 5: OLS with One Regressor: Hypothesis Tests ECON4150 - Introductory Econometrics Lecture 5: OLS with One Regressor: Hypothesis Tests Monique de Haan (moniqued@econ.uio.no) Stock and Watson Chapter 5 Lecture outline 2 Testing Hypotheses about one

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

MATH 644: Regression Analysis Methods

MATH 644: Regression Analysis Methods MATH 644: Regression Analysis Methods FINAL EXAM Fall, 2012 INSTRUCTIONS TO STUDENTS: 1. This test contains SIX questions. It comprises ELEVEN printed pages. 2. Answer ALL questions for a total of 100

More information

A L A BA M A L A W R E V IE W

A L A BA M A L A W R E V IE W A L A BA M A L A W R E V IE W Volume 52 Fall 2000 Number 1 B E F O R E D I S A B I L I T Y C I V I L R I G HT S : C I V I L W A R P E N S I O N S A N D TH E P O L I T I C S O F D I S A B I L I T Y I N

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

STAT 501 EXAM I NAME Spring 1999

STAT 501 EXAM I NAME Spring 1999 STAT 501 EXAM I NAME Spring 1999 Instructions: You may use only your calculator and the attached tables and formula sheet. You can detach the tables and formula sheet from the rest of this exam. Show your

More information

FACTORIAL DESIGNS and NESTED DESIGNS

FACTORIAL DESIGNS and NESTED DESIGNS Experimental Design and Statistical Methods Workshop FACTORIAL DESIGNS and NESTED DESIGNS Jesús Piedrafita Arilla jesus.piedrafita@uab.cat Departament de Ciència Animal i dels Aliments Items Factorial

More information

ST505/S697R: Fall Homework 2 Solution.

ST505/S697R: Fall Homework 2 Solution. ST505/S69R: Fall 2012. Homework 2 Solution. 1. 1a; problem 1.22 Below is the summary information (edited) from the regression (using R output); code at end of solution as is code and output for SAS. a)

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

SAS Syntax and Output for Data Manipulation:

SAS Syntax and Output for Data Manipulation: CLP 944 Example 5 page 1 Practice with Fixed and Random Effects of Time in Modeling Within-Person Change The models for this example come from Hoffman (2015) chapter 5. We will be examining the extent

More information

Outline. Linear OLS Models vs: Linear Marginal Models Linear Conditional Models. Random Intercepts Random Intercepts & Slopes

Outline. Linear OLS Models vs: Linear Marginal Models Linear Conditional Models. Random Intercepts Random Intercepts & Slopes Lecture 2.1 Basic Linear LDA 1 Outline Linear OLS Models vs: Linear Marginal Models Linear Conditional Models Random Intercepts Random Intercepts & Slopes Cond l & Marginal Connections Empirical Bayes

More information

Frequency table: Var2 (Spreadsheet1) Count Cumulative Percent Cumulative From To. Percent <x<=

Frequency table: Var2 (Spreadsheet1) Count Cumulative Percent Cumulative From To. Percent <x<= A frequency distribution is a kind of probability distribution. It gives the frequency or relative frequency at which given values have been observed among the data collected. For example, for age, Frequency

More information

COMPREHENSIVE WRITTEN EXAMINATION, PAPER III FRIDAY AUGUST 26, 2005, 9:00 A.M. 1:00 P.M. STATISTICS 174 QUESTION

COMPREHENSIVE WRITTEN EXAMINATION, PAPER III FRIDAY AUGUST 26, 2005, 9:00 A.M. 1:00 P.M. STATISTICS 174 QUESTION COMPREHENSIVE WRITTEN EXAMINATION, PAPER III FRIDAY AUGUST 26, 2005, 9:00 A.M. 1:00 P.M. STATISTICS 174 QUESTION Answer all parts. Closed book, calculators allowed. It is important to show all working,

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

Handout 12. Endogeneity & Simultaneous Equation Models

Handout 12. Endogeneity & Simultaneous Equation Models Handout 12. Endogeneity & Simultaneous Equation Models In which you learn about another potential source of endogeneity caused by the simultaneous determination of economic variables, and learn how to

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

Randomized Complete Block Designs

Randomized Complete Block Designs Randomized Complete Block Designs David Allen University of Kentucky February 23, 2016 1 Randomized Complete Block Design There are many situations where it is impossible to use a completely randomized

More information

Dr. Junchao Xia Center of Biophysics and Computational Biology. Fall /1/2016 1/46

Dr. Junchao Xia Center of Biophysics and Computational Biology. Fall /1/2016 1/46 BIO5312 Biostatistics Lecture 10:Regression and Correlation Methods Dr. Junchao Xia Center of Biophysics and Computational Biology Fall 2016 11/1/2016 1/46 Outline In this lecture, we will discuss topics

More information

I-1. rei. o & A ;l{ o v(l) o t. e 6rf, \o. afl. 6rt {'il l'i. S o S S. l"l. \o a S lrh S \ S s l'l {a ra \o r' tn $ ra S \ S SG{ $ao. \ S l"l. \ (?

I-1. rei. o & A ;l{ o v(l) o t. e 6rf, \o. afl. 6rt {'il l'i. S o S S. ll. \o a S lrh S \ S s l'l {a ra \o r' tn $ ra S \ S SG{ $ao. \ S ll. \ (? >. 1! = * l >'r : ^, : - fr). ;1,!/!i ;(?= f: r*. fl J :!= J; J- >. Vf i - ) CJ ) ṯ,- ( r k : ( l i ( l 9 ) ( ;l fr i) rf,? l i =r, [l CB i.l.!.) -i l.l l.!. * (.1 (..i -.1.! r ).!,l l.r l ( i b i i '9,

More information

ECON Introductory Econometrics. Lecture 7: OLS with Multiple Regressors Hypotheses tests

ECON Introductory Econometrics. Lecture 7: OLS with Multiple Regressors Hypotheses tests ECON4150 - Introductory Econometrics Lecture 7: OLS with Multiple Regressors Hypotheses tests Monique de Haan (moniqued@econ.uio.no) Stock and Watson Chapter 7 Lecture outline 2 Hypothesis test for single

More information

Failure Time of System due to the Hot Electron Effect

Failure Time of System due to the Hot Electron Effect of System due to the Hot Electron Effect 1 * exresist; 2 option ls=120 ps=75 nocenter nodate; 3 title of System due to the Hot Electron Effect ; 4 * TIME = failure time (hours) of a system due to drift

More information

Ranking accounting, banking and finance journals: A note

Ranking accounting, banking and finance journals: A note MPRA Munich Personal RePEc Archive Ranking accounting, banking and finance ournals: A note George Halkos and Nickolaos Tzeremes University of Thessaly, Department of Economics January 2012 Online at https://mpra.ub.uni-muenchen.de/36166/

More information

In a one-way ANOVA, the total sums of squares among observations is partitioned into two components: Sums of squares represent:

In a one-way ANOVA, the total sums of squares among observations is partitioned into two components: Sums of squares represent: Activity #10: AxS ANOVA (Repeated subjects design) Resources: optimism.sav So far in MATH 300 and 301, we have studied the following hypothesis testing procedures: 1) Binomial test, sign-test, Fisher s

More information

Topic 29: Three-Way ANOVA

Topic 29: Three-Way ANOVA Topic 29: Three-Way ANOVA Outline Three-way ANOVA Data Model Inference Data for three-way ANOVA Y, the response variable Factor A with levels i = 1 to a Factor B with levels j = 1 to b Factor C with levels

More information

IES 612/STA 4-573/STA Winter 2008 Week 1--IES 612-STA STA doc

IES 612/STA 4-573/STA Winter 2008 Week 1--IES 612-STA STA doc IES 612/STA 4-573/STA 4-576 Winter 2008 Week 1--IES 612-STA 4-573-STA 4-576.doc Review Notes: [OL] = Ott & Longnecker Statistical Methods and Data Analysis, 5 th edition. [Handouts based on notes prepared

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

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

Table 1: Fish Biomass data set on 26 streams

Table 1: Fish Biomass data set on 26 streams Math 221: Multiple Regression S. K. Hyde Chapter 27 (Moore, 5th Ed.) The following data set contains observations on the fish biomass of 26 streams. The potential regressors from which we wish to explain

More information

ECON2228 Notes 2. Christopher F Baum. Boston College Economics. cfb (BC Econ) ECON2228 Notes / 47

ECON2228 Notes 2. Christopher F Baum. Boston College Economics. cfb (BC Econ) ECON2228 Notes / 47 ECON2228 Notes 2 Christopher F Baum Boston College Economics 2014 2015 cfb (BC Econ) ECON2228 Notes 2 2014 2015 1 / 47 Chapter 2: The simple regression model Most of this course will be concerned with

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

A discussion on multiple regression models

A discussion on multiple regression models A discussion on multiple regression models In our previous discussion of simple linear regression, we focused on a model in which one independent or explanatory variable X was used to predict the value

More information

Ratio of Linear Function of Parameters and Testing Hypothesis of the Combination Two Split Plot Designs

Ratio of Linear Function of Parameters and Testing Hypothesis of the Combination Two Split Plot Designs Middle-East Journal of Scientific Research 13 (Mathematical Applications in Engineering): 109-115 2013 ISSN 1990-9233 IDOSI Publications 2013 DOI: 10.5829/idosi.mejsr.2013.13.mae.10002 Ratio of Linear

More information

Topic 14: Inference in Multiple Regression

Topic 14: Inference in Multiple Regression Topic 14: Inference in Multiple Regression Outline Review multiple linear regression Inference of regression coefficients Application to book example Inference of mean Application to book example Inference

More information

SAS/STAT 14.2 User s Guide. Introduction to Analysis of Variance Procedures

SAS/STAT 14.2 User s Guide. Introduction to Analysis of Variance Procedures SAS/STAT 14.2 User s Guide Introduction to Analysis of Variance Procedures This document is an individual chapter from SAS/STAT 14.2 User s Guide. The correct bibliographic citation for this manual is

More information

APPH 4200 Physics of Fluids

APPH 4200 Physics of Fluids APPH 42 Physics of Fluids Problem Solving and Vorticity (Ch. 5) 1.!! Quick Review 2.! Vorticity 3.! Kelvin s Theorem 4.! Examples 1 How to solve fluid problems? (Like those in textbook) Ç"Tt=l I $T1P#(

More information

Topic 12. The Split-plot Design and its Relatives (continued) Repeated Measures

Topic 12. The Split-plot Design and its Relatives (continued) Repeated Measures 12.1 Topic 12. The Split-plot Design and its Relatives (continued) Repeated Measures 12.9 Repeated measures analysis Sometimes researchers make multiple measurements on the same experimental unit. We have

More information

Example: Four levels of herbicide strength in an experiment on dry weight of treated plants.

Example: Four levels of herbicide strength in an experiment on dry weight of treated plants. The idea of ANOVA Reminders: A factor is a variable that can take one of several levels used to differentiate one group from another. An experiment has a one-way, or completely randomized, design if several

More information

2 >1. That is, a parallel study design will require

2 >1. That is, a parallel study design will require Cross Over Design Cross over design is commonly used in various type of research for its unique feature of accounting for within subject variability. For studies with short length of treatment time, illness

More information

VIII. ANCOVA. A. Introduction

VIII. ANCOVA. A. Introduction VIII. ANCOVA A. Introduction In most experiments and observational studies, additional information on each experimental unit is available, information besides the factors under direct control or of interest.

More information

Topic 28: Unequal Replication in Two-Way ANOVA

Topic 28: Unequal Replication in Two-Way ANOVA Topic 28: Unequal Replication in Two-Way ANOVA Outline Two-way ANOVA with unequal numbers of observations in the cells Data and model Regression approach Parameter estimates Previous analyses with constant

More information

Chapter 30 Design and Analysis of

Chapter 30 Design and Analysis of Chapter 30 Design and Analysis of 2 k DOEs Introduction This chapter describes design alternatives and analysis techniques for conducting a DOE. Tables M1 to M5 in Appendix E can be used to create test

More information

Repeated Measures Part 2: Cartoon data

Repeated Measures Part 2: Cartoon data Repeated Measures Part 2: Cartoon data /*********************** cartoonglm.sas ******************/ options linesize=79 noovp formdlim='_'; title 'Cartoon Data: STA442/1008 F 2005'; proc format; /* value

More information

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

Section Least Squares Regression

Section Least Squares Regression Section 2.3 - Least Squares Regression Statistics 104 Autumn 2004 Copyright c 2004 by Mark E. Irwin Regression Correlation gives us a strength of a linear relationship is, but it doesn t tell us what it

More information

2-way analysis of variance

2-way analysis of variance 2-way analysis of variance We may be considering the effect of two factors (A and B) on our response variable, for instance fertilizer and variety on maize yield; or therapy and sex on cholesterol level.

More information

3 Variables: Cyberloafing Conscientiousness Age

3 Variables: Cyberloafing Conscientiousness Age title 'Cyberloafing, Mike Sage'; run; PROC CORR data=sage; var Cyberloafing Conscientiousness Age; run; quit; The CORR Procedure 3 Variables: Cyberloafing Conscientiousness Age Simple Statistics Variable

More information

Greene, Econometric Analysis (7th ed, 2012)

Greene, Econometric Analysis (7th ed, 2012) EC771: Econometrics, Spring 2012 Greene, Econometric Analysis (7th ed, 2012) Chapters 2 3: Classical Linear Regression The classical linear regression model is the single most useful tool in econometrics.

More information

df=degrees of freedom = n - 1

df=degrees of freedom = n - 1 One sample t-test test of the mean Assumptions: Independent, random samples Approximately normal distribution (from intro class: σ is unknown, need to calculate and use s (sample standard deviation)) Hypotheses:

More information

Lecture 3 Linear random intercept models

Lecture 3 Linear random intercept models Lecture 3 Linear random intercept models Example: Weight of Guinea Pigs Body weights of 48 pigs in 9 successive weeks of follow-up (Table 3.1 DLZ) The response is measures at n different times, or under

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

Math 423/533: The Main Theoretical Topics

Math 423/533: The Main Theoretical Topics Math 423/533: The Main Theoretical Topics Notation sample size n, data index i number of predictors, p (p = 2 for simple linear regression) y i : response for individual i x i = (x i1,..., x ip ) (1 p)

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 5200 Handout #23. Repeated Measures Example (Ch. 16)

STAT 5200 Handout #23. Repeated Measures Example (Ch. 16) Motivating Example: Glucose STAT 500 Handout #3 Repeated Measures Example (Ch. 16) An experiment is conducted to evaluate the effects of three diets on the serum glucose levels of human subjects. Twelve

More information

A NOTE ON CONFIDENCE BOUNDS CONNECTED WITH ANOVA AND MANOVA FOR BALANCED AND PARTIALLY BALANCED INCOMPLETE BLOCK DESIGNS. v. P.

A NOTE ON CONFIDENCE BOUNDS CONNECTED WITH ANOVA AND MANOVA FOR BALANCED AND PARTIALLY BALANCED INCOMPLETE BLOCK DESIGNS. v. P. ... --... I. A NOTE ON CONFIDENCE BOUNDS CONNECTED WITH ANOVA AND MANOVA FOR BALANCED AND PARTIALLY BALANCED INCOMPLETE BLOCK DESIGNS by :}I v. P. Bhapkar University of North Carolina. '".". This research

More information

Multiple Linear Regression

Multiple Linear Regression Chapter 3 Multiple Linear Regression 3.1 Introduction Multiple linear regression is in some ways a relatively straightforward extension of simple linear regression that allows for more than one independent

More information

Introduction to SAS proc mixed

Introduction to SAS proc mixed Faculty of Health Sciences Introduction to SAS proc mixed Analysis of repeated measurements, 2017 Julie Forman Department of Biostatistics, University of Copenhagen 2 / 28 Preparing data for analysis The

More information

One-way analysis of variance

One-way analysis of variance Analysis of variance From R.R. Sokal and F.J. Rohlf, Biometry, 2nd Edition (1981): A knowledge of analysis of variance is indispensable to any modern biologist and, after you have mastered it, you will

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

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

STAT 350. Assignment 4

STAT 350. Assignment 4 STAT 350 Assignment 4 1. For the Mileage data in assignment 3 conduct a residual analysis and report your findings. I used the full model for this since my answers to assignment 3 suggested we needed the

More information

ST 512-Practice Exam I - Osborne Directions: Answer questions as directed. For true/false questions, circle either true or false.

ST 512-Practice Exam I - Osborne Directions: Answer questions as directed. For true/false questions, circle either true or false. ST 512-Practice Exam I - Osborne Directions: Answer questions as directed. For true/false questions, circle either true or false. 1. A study was carried out to examine the relationship between the number

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

Longitudinal data: simple univariate methods of analysis

Longitudinal data: simple univariate methods of analysis Longitudinal data: simple univariate methods of analysis Danish version by Henrik Stryhn, June 1996 Department of Mathematcis and Physics, KVL Translation (and rewriting) by Ib Skovgaard, March 1998 (the

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

Unbalanced Designs Mechanics. Estimate of σ 2 becomes weighted average of treatment combination sample variances.

Unbalanced Designs Mechanics. Estimate of σ 2 becomes weighted average of treatment combination sample variances. Unbalanced Designs Mechanics Estimate of σ 2 becomes weighted average of treatment combination sample variances. Types of SS Difference depends on what hypotheses are tested and how differing sample sizes

More information

STAT 430 (Fall 2017): Tutorial 8

STAT 430 (Fall 2017): Tutorial 8 STAT 430 (Fall 2017): Tutorial 8 Balanced Incomplete Block Design Luyao Lin November 7th/9th, 2017 Department Statistics and Actuarial Science, Simon Fraser University Block Design Complete Random Complete

More information

CAMPBELL COLLABORATION

CAMPBELL COLLABORATION CAMPBELL COLLABORATION Random and Mixed-effects Modeling C Training Materials 1 Overview Effect-size estimates Random-effects model Mixed model C Training Materials Effect sizes Suppose we have computed

More information

STATISTICS 174: APPLIED STATISTICS FINAL EXAM DECEMBER 10, 2002

STATISTICS 174: APPLIED STATISTICS FINAL EXAM DECEMBER 10, 2002 Time allowed: 3 HOURS. STATISTICS 174: APPLIED STATISTICS FINAL EXAM DECEMBER 10, 2002 This is an open book exam: all course notes and the text are allowed, and you are expected to use your own calculator.

More information

Lecture 14 Topic 10: ANOVA models for random and mixed effects. Fixed and Random Models in One-way Classification Experiments

Lecture 14 Topic 10: ANOVA models for random and mixed effects. Fixed and Random Models in One-way Classification Experiments Lecture 14 Topic 10: ANOVA models for random and mixed effects To this point, we have considered only the Fixed Model (Model I) ANOVA; now we will extend the method of ANOVA to other experimental objectives.

More information