SEM 2: Structural Equation Modeling

Size: px
Start display at page:

Download "SEM 2: Structural Equation Modeling"

Transcription

1 SEM 2: Structural Equation Modeling Week 1 - Causal modeling and SEM Sacha Epskamp

2 Course Overview Mondays: Lecture Wednesdays: Unstructured practicals Three assignments First two 20% of final grade, last 10% of final grade Final project Presentations and report, 50% of final grade

3 The SEM 2 team Sacha Epskamp (sacha.epskamp@gmail.com) Gaby Lunansky (G.Lunansky@uva.nl) Eiko Fried (eiko.fried@gmail.com)

4 Schedule Week 1 Introduction to Structural Equation Modeling Monday May 8 Lecture Wednesday May 10 Practical Week 2 Causality and equivalent models Monday May 15 Lecture Wednesday May 17 - Practical Week 3 Latent variable models and network models Wednesday May 22 Lecture Wednesday May 24 - Practical Week 4 Presentations Monday May 29 Lecture Wednesday May 31 - Practical

5 Individual Assignments Each week, the assignment will be made available 11:00 on Wednesday, and will be due 11:00 the next Wednesday. Each assignment will contribute to 20% or 10% (last week) of your grade. Work on the assignments alone. Hand in a PDF file and an.r file (in case R was used). If you use Jasp, hand in the Jasp object as well as a screenshot of the options used. Make sure your PDF report is as standalone readable as possible. E.g., if you are asked to report a factor loading matrix, then report it in the PDF and not just say look at.r file. Assignments are due before 11:00. If you do not hand in an assignment before 11:00, you will get a 1. If you encounter any problems, or have any feedback, please let me know before the deadline, as then I can take it into account or help you.

6 Final Project Three options: 1. Perform a SEM analysis on your own data and write a report (individual) 2. Write a manual for semplot, Onyx, Jasp or Lavaan (individual or with a partner) 3. Research an area or a topic of SEM in more detail and teach fellow students about it See syllabus on blackboard Claim your project using the discussion board on blackboard as soon as possible! If you have another idea on a project not listed above, talk to me

7 Causal modeling This course will introduce structural equation modeling (SEM) In SEM, we will discuss modeling complex causal hypotheses Again, all variables are assumed normally distributed and all associations are assumed linear Causal hypotheses can be specified between observed and latent variables CFA is a special case of SEM

8 Causal models X Y X causes Y

9 Endogenous and exogenous Exogenous (independent) variables are variables of which the causal origin are not modeled Exogenous variables have a variance (sometimes not drawn) Exogenous variables, except residuals, are allowed to covary (sometimes not drawn) Latents: ξ (xi); observed: x (x is also used for indicators of latent exogenous variables) Residuals are exogenous Endogenous (dependent) variables are variables of which the causal origin are modeled Simply stated: endogenous variables have incoming arrows Endogenous variables do not have a variance by themselves Latents: η (eta); observed: y The causal equation for endogenous variables can be derived from the path diagram by summing all incoming edges

10 X Y X is exogenous, Y is endogenous

11 X Y y i = x i Causal effect goes from right hand side to left hand side. Experimentally changing x will change y, experimentally changing y will not change x

12 X β Y y i = βx i

13 X β Y ε y i = βx i + ε i

14 Exogenous variables have a variance (often not drawn) σ x 2 β X Y ε θ y i = βx i + ε i x N(µ x, σ x ) ε N(0, θ)

15 y i = βx i + ε i x N(µ x, σ x ) ε N(0, θ) Three observations (variance of x and y and covariance between x and y), three unknowns. Solvable! But why? Var(x) = σ 2 x Var(y) = β 2 σ 2 x + θ Cov(x, y) = βσ 2 x

16 Covariance Algebra Let Var(x) indicate the variance of x and Cov(x, y) indicate the covariance between x and y. The following rules can be derived: Var(x) = Cov(x, x) Cov(x, α) = 0 Cov(x, y) = Cov(y, x) Cov(αx, βy) = αβcov(x, y) Cov(x + y, z) = Cov(x, z) + Cov(y, z) Where α and β are constants (parameter) and x, y, and z are random variables.

17 Covariance Algebra Some consequences: Cov(αx + βy, z) = Cov(αx, z) + Cov(βy, z) = αcov(x, z) + βcov(y, z) Var(x + y) = Var(x) + Var(y) + 2Cov(x, y) Var(βx) = β 2 Var(x) Where α and β are constants (parameter) and x, y, and z are random variables.

18 Matrix Covariance Algebra Let Var(x) indicate the variance covariance matrix of vector x and Cov(x, y) indicate the covariance matrix between x and y. Then the following rules can be derived: Var(x) = Cov(x, x) Cov(Ax, By) = ACov(x, y)b Var(Bx) = BVar(x)B Cov(x + y, z) = Cov(x, z) + Cov(y, z) Where A and B are constant (parameter) matrices.

19 y i = βx i + ε i Var(x) = σ 2 x Var(y) = Var(βx + ε) = Cov(βx + ε, βx + ε) = Cov(βx, βx + ε) + Cov(ε, βx + ε) = Cov(βx, βx) + Cov(βx, ε) + Cov(ε, βx) + Cov(ε, ε) But since x is not correlated with the residuals, Cov(x, ε) = 0 and thus: Var(y) = β 2 Cov(x, x) + Cov(ε, ε) = β 2 Var(x) + Var(ε)

20 y i = βx i + ε i Cov(x, y) = Cov(x, βx i + ε i ) = Cov(x, βx i ) + Cov(x, ε i ) = βcov(x, x i ) = βvar(x)

21 Path analysis θ 1 θ 2 β 1 β 2 x y 1 y 2 x is exogenous, and both y 1 and y 2 are endogenous. θ 1 is the variance of ε 1. Causal model for y 2 : y i2 = β 2 y i1 + ε i2 y i2 = β 2 (β 1 x i + ε i1 ) + ε i2

22 θ 1 θ 2 β 1 β 2 x y 1 y 2 Number of parameters: 2 regressions +2 residual variances +1 exogenous variance (not drawn) = 5, number of observations: 3 variances and 3 covariances. 1 degree of freedom!

23 θ 1 θ 2 β 1 β 2 x y 1 y 2 Implied covariance between x and y 2 : Cov (x, y 2 ) = Cov (x, β 2 (β 1 x i + ε i1 ) + ε i2 ) = Cov (x, β 2 β 1 x + β 2 ε 1 + ε 2 ) = Cov (x, β 2 β 1 x) + Cov (x, β 2 ε 1 ) + Cov (x, ε 2 ) = β 1 β 2 Cov (x, x) = β 1 β 2 σ x

24 How many degrees of freedom?

25 How many degrees of freedom? 7 8/2 = 28 observed variances and covariances 7 regressions +7 variances +1 covariance = 15 parameters 13 degrees of freedom

26 Wright s path tracing Rules The correlation between any two variables can be expressed as the sum of the compound paths connecting them. To obtain a compound path: Trace backwards, change direction at a two-headed arrow, then trace forwards Do not go forward and then backward You can never pass out of one arrow head and into another arrowhead: heads-tails, or tails-heads, not heads-heads Must contain one, and only one, variance or covariance (bidirectional edge) Then to obtain the implied (co)variance: Compute the product of coefficients in each route between the variables of interest Sum over all distinct routes, where pathways are considered distinct if they contain different coefficients, or encounter those coefficients in a different order

27 Compound paths between A and B:

28 Compound paths between A and B: A B

29 Compound paths between A and B: A B Cov (A, B) = h

30 Compound paths between C and D:

31 Compound paths between C and D: C A A D and C A B D

32 Compound paths between C and D: C A A D and C A B D Cov (C, D) = a(var(a))b + ahc

33 Compound paths between C and itself:

34 Compound paths between C and itself: C W W C and C A A C

35 Compound paths between C and itself: C W W C and C A A C Var (C) = a 2 (var(a)) + Var(W )

36 Compound paths between F and G:

37 Compound paths between F and G: F D B B E G, F C A B E G, and F D A B E G.

38 Compound paths between F and G: F D B B E G, F C A B E G, and F D A B E G. Cov (C, D) = fc(var(b))dg + fbhdg + eahgd

39 Structural Equation Modeling Structural equation modeling (SEM) extends confirmatory factor analysis (CFA) by modeling the variance covariance matrix of latent variables with a path model Allows one to test causal hypotheses on the latent variables Includes path analysis for observed variables: Define one latent per observed variable Set factor loading to 1 Set residual variance to 0 In lavaan: use sem() function and define structural relationships using the ~ operator (same as used in regression analysis)

40

41

42

43

44

45

46

47

48 Exogenous measurement model (using full LISREL notation, it gets easier!): x i = Λ x ξ i + δ i x N(0, Σ x ) ξ N(0, Φ) δ N(0, Θ δ ), Allows you to derive the model-implied variance covariance matrix: Σ x = Var(x) = Var(Λ x ξ + δ) = Λ x Var(ξ)Λ x + Var(δ) = Λ x ΦΛ x + Θ δ

49 Endogenous model: y i = Λ y η i + ε i η i = Γξ i + Bη i + ζ i y N(0, Σ y ) ξ N(0, Φ) ζ N(0, Ψ), Note that Ψ is now diagonal! ε N(0, Θ ε ) Only different from CFA model in the added regression parameters Γ and B. Note that η i appears twice in the structural model, so let s first solve that: η i = Γξ i + Bη i + ζ i η i Bη i = Γξ i + ζ i (I B)η i = Γξ i + ζ i η i = (I B) 1 Γξ i + (I B) 1 ζ i

50 Now: Var(η) = Var ( (I B) 1 Γξ i + (I B) 1 ) ζ i = Var ( (I B) 1 ) ( Γξ i + Var (I B) 1 ) ζ i = (I B) 1 ΓΦ ( (I B) 1 Γ ) + (I B) 1 Ψ(I B) 1 Which can be used in: Var(y) = Λ y Var(η)Λ y + Θ ε And Cov(x, y) can similarly be derived. Way too complicated...

51 All-y notation Much easier, just treat exogenous variables as endogenous variables. All latents are then contained in η and all indicators in y. Only important to note is that Ψ then contains both exogenous variances and covariances (all freely estimated) as well as latent residual variances (usually without covariances).

52 All-y model: y i = Λη i + ε i η i = Bη i + ζ i = (I B) 1 ζ i y N(0, Σ) ζ N(0, Ψ) ε N(0, Θ) Results in: Σ = Var(y) = Var (Λη + ε) = Var (Λη) + Var (ε) = ΛVar (η) Λ + Θ = ΛVar ( (I B) 1 ζ ) Λ + Θ = Λ(I B) 1 Ψ(I B) 1 Λ + Θ

53 SEM model: Σ = Λ(I B) 1 Ψ(I B) 1 Λ + Θ Simply the CFA model with one extra matrix: B encoding regression parameters. Element β ij encodes the effect from variable j to variable i (note, this is opposite of how normally a directed network is encoded). The same identification rules as in CFA apply: Latent variables must be scaled by setting one factor loading or (residual) variance to 1 Model must have at least 0 degrees of freedom Next week we will discuss equivalent models.

54 θ 1 θ 2 β 1 β 2 x y 1 y 2

55 ψ 11 ψ 22 ψ 33 η 1 β 21 η 2 β 32 η y 1 y 2 y ψ Λ = 0 1 0, Ψ = 0 ψ 22 0, Θ = 0 0 0, B = β ψ β 32 0

56 ψ 11 ψ 22 ψ 33 η 1 β 21 η 2 β 32 η y 1 y 2 y 3 Lavaan automatically adds the latent dummy variables for you! The model is just: y2 ~ y1 y3 ~ y2

57 ψ 11 ψ 22 ψ 33 β 21 β 32 η 1 η 2 η 3 1 λ 21 1 λ 42 1 λ 63 y 1 y 2 y 3 y 4 y 5 y 6 θ 11 θ 22 θ 33 θ 44 θ 55 θ λ Λ =, Ψ = ψ ψ 0 λ , B = β ψ 33 0 β λ 63 Θ diagonal as usual.

58 ψ 11 ψ 22 ψ 33 β 21 β 32 η 1 η 2 η 3 1 λ 21 1 λ 42 1 λ 63 y 1 y 2 y 3 y 4 y 5 y 6 θ 11 θ 22 θ 33 θ 44 θ 55 θ 66 Lavaan model (using sem()): eta1 =~ y1 + y2 eta2 =~ y3 + y4 eta3 =~ y5 + y6 eta2 ~ eta1 eta3 ~ eta2

59 Structural Equation Modeling (SEM) SEM is a more general modeling framework than CFA Allows for modeling complex causal hypotheses Requires fitting CFA model (as it is nested in CFA model) Fitting SEM models using lavaan: Use sem() instead of cfa() Specify regressions using the ~ operator Same identification rules as in CFA apply Models can be assessed and compared in the same way as CFA models

60 This week: start looking for final project topic!

SEM 2: Structural Equation Modeling

SEM 2: Structural Equation Modeling SEM 2: Structural Equation Modeling Week 2 - Causality and equivalent models Sacha Epskamp 15-05-2018 Covariance Algebra Let Var(x) indicate the variance of x and Cov(x, y) indicate the covariance between

More information

Assignment 1. SEM 2: Structural Equation Modeling

Assignment 1. SEM 2: Structural Equation Modeling Assignment 1 SEM 2: Structural Equation Modeling 2 Please hand in a.pdf file containing your report and a.r containing your codes or screenshots of every Jasp analysis. The deadline of this assignment

More information

General structural model Part 1: Covariance structure and identification. Psychology 588: Covariance structure and factor models

General structural model Part 1: Covariance structure and identification. Psychology 588: Covariance structure and factor models General structural model Part 1: Covariance structure and identification Psychology 588: Covariance structure and factor models Latent variables 2 Interchangeably used: constructs --- substantively defined

More information

Consequences of measurement error. Psychology 588: Covariance structure and factor models

Consequences of measurement error. Psychology 588: Covariance structure and factor models Consequences of measurement error Psychology 588: Covariance structure and factor models Scaling indeterminacy of latent variables Scale of a latent variable is arbitrary and determined by a convention

More information

4. Path Analysis. In the diagram: The technique of path analysis is originated by (American) geneticist Sewell Wright in early 1920.

4. Path Analysis. In the diagram: The technique of path analysis is originated by (American) geneticist Sewell Wright in early 1920. 4. Path Analysis The technique of path analysis is originated by (American) geneticist Sewell Wright in early 1920. The relationships between variables are presented in a path diagram. The system of relationships

More information

Inference using structural equations with latent variables

Inference using structural equations with latent variables This work is licensed under a Creative Commons Attribution-NonCommercial-ShareAlike License. Your use of this material constitutes acceptance of that license and the conditions of use of materials on this

More information

Reliability-Constrained Latent Structure Models

Reliability-Constrained Latent Structure Models Reliability-Constrained Latent Structure Models Peter Westfall and Kevin Henning Texas Tech University Latent Structure Models (LSMs) AKA "LISREL," or "structural equation models" Common in social science,

More information

Overview. 1. Terms and Definitions. 2. Model Identification. 3. Path Coefficients

Overview. 1. Terms and Definitions. 2. Model Identification. 3. Path Coefficients 2. The Basics Overview 1. Terms and Definitions 2. Model Identification 3. Path Coefficients 2.1 Terms and Definitions 2.1 Terms & Definitions. Structural equation model = observed, latent, composite Direct

More information

Latent variable interactions

Latent variable interactions Latent variable interactions Bengt Muthén & Tihomir Asparouhov Mplus www.statmodel.com November 2, 2015 1 1 Latent variable interactions Structural equation modeling with latent variable interactions has

More information

Advanced Structural Equations Models I

Advanced Structural Equations Models I This work is licensed under a Creative Commons Attribution-NonCommercial-ShareAlike License. Your use of this material constitutes acceptance of that license and the conditions of use of materials on this

More information

W-BASED VS LATENT VARIABLES SPATIAL AUTOREGRESSIVE MODELS: EVIDENCE FROM MONTE CARLO SIMULATIONS

W-BASED VS LATENT VARIABLES SPATIAL AUTOREGRESSIVE MODELS: EVIDENCE FROM MONTE CARLO SIMULATIONS 1 W-BASED VS LATENT VARIABLES SPATIAL AUTOREGRESSIVE MODELS: EVIDENCE FROM MONTE CARLO SIMULATIONS An Liu University of Groningen Henk Folmer University of Groningen Wageningen University Han Oud Radboud

More information

SEM Day 1 Lab Exercises SPIDA 2007 Dave Flora

SEM Day 1 Lab Exercises SPIDA 2007 Dave Flora SEM Day 1 Lab Exercises SPIDA 2007 Dave Flora 1 Today we will see how to estimate CFA models and interpret output using both SAS and LISREL. In SAS, commands for specifying SEMs are given using linear

More information

STAT 730 Chapter 9: Factor analysis

STAT 730 Chapter 9: Factor analysis STAT 730 Chapter 9: Factor analysis Timothy Hanson Department of Statistics, University of South Carolina Stat 730: Multivariate Data Analysis 1 / 15 Basic idea Factor analysis attempts to explain the

More information

Factor Analysis. Qian-Li Xue

Factor Analysis. Qian-Li Xue Factor Analysis Qian-Li Xue Biostatistics Program Harvard Catalyst The Harvard Clinical & Translational Science Center Short course, October 7, 06 Well-used latent variable models Latent variable scale

More information

Structural Equation Modeling and Confirmatory Factor Analysis. Types of Variables

Structural Equation Modeling and Confirmatory Factor Analysis. Types of Variables /4/04 Structural Equation Modeling and Confirmatory Factor Analysis Advanced Statistics for Researchers Session 3 Dr. Chris Rakes Website: http://csrakes.yolasite.com Email: Rakes@umbc.edu Twitter: @RakesChris

More information

THE GENERAL STRUCTURAL EQUATION MODEL WITH LATENT VARIATES

THE GENERAL STRUCTURAL EQUATION MODEL WITH LATENT VARIATES THE GENERAL STRUCTURAL EQUATION MODEL WITH LATENT VARIATES I. Specification: A full structural equation model with latent variables consists of two parts: a latent variable model (which specifies the relations

More information

Path Analysis. PRE 906: Structural Equation Modeling Lecture #5 February 18, PRE 906, SEM: Lecture 5 - Path Analysis

Path Analysis. PRE 906: Structural Equation Modeling Lecture #5 February 18, PRE 906, SEM: Lecture 5 - Path Analysis Path Analysis PRE 906: Structural Equation Modeling Lecture #5 February 18, 2015 PRE 906, SEM: Lecture 5 - Path Analysis Key Questions for Today s Lecture What distinguishes path models from multivariate

More information

Lecture 16 - Correlation and Regression

Lecture 16 - Correlation and Regression Lecture 16 - Correlation and Regression Statistics 102 Colin Rundel April 1, 2013 Modeling numerical variables Modeling numerical variables So far we have worked with single numerical and categorical variables,

More information

Nesting and Equivalence Testing

Nesting and Equivalence Testing Nesting and Equivalence Testing Tihomir Asparouhov and Bengt Muthén August 13, 2018 Abstract In this note, we discuss the nesting and equivalence testing (NET) methodology developed in Bentler and Satorra

More information

Do not copy, quote, or cite without permission LECTURE 4: THE GENERAL LISREL MODEL

Do not copy, quote, or cite without permission LECTURE 4: THE GENERAL LISREL MODEL LECTURE 4: THE GENERAL LISREL MODEL I. QUICK REVIEW OF A LITTLE MATRIX ALGEBRA. II. A SIMPLE RECURSIVE MODEL IN LATENT VARIABLES. III. THE GENERAL LISREL MODEL IN MATRIX FORM. A. SPECIFYING STRUCTURAL

More information

Introduction to Structural Equation Modeling

Introduction to Structural Equation Modeling Introduction to Structural Equation Modeling Notes Prepared by: Lisa Lix, PhD Manitoba Centre for Health Policy Topics Section I: Introduction Section II: Review of Statistical Concepts and Regression

More information

STA 431s17 Assignment Eight 1

STA 431s17 Assignment Eight 1 STA 43s7 Assignment Eight The first three questions of this assignment are about how instrumental variables can help with measurement error and omitted variables at the same time; see Lecture slide set

More information

RESMA course Introduction to LISREL. Harry Ganzeboom RESMA Data Analysis & Report #4 February

RESMA course Introduction to LISREL. Harry Ganzeboom RESMA Data Analysis & Report #4 February RESMA course Introduction to LISREL Harry Ganzeboom RESMA Data Analysis & Report #4 February 17 2009 LISREL SEM: Simultaneous [Structural] Equations Model: A system of linear equations ( causal model )

More information

SEM with observed variables: parameterization and identification. Psychology 588: Covariance structure and factor models

SEM with observed variables: parameterization and identification. Psychology 588: Covariance structure and factor models SEM with observed variables: parameterization and identification Psychology 588: Covariance structure and factor models Limitations of SEM as a causal modeling 2 If an SEM model reflects the reality, the

More information

Structural Equation Modeling An Econometrician s Introduction

Structural Equation Modeling An Econometrician s Introduction S Structural Equation Modeling An Econometrician s Introduction PD Dr. Stefan Klößner Winter Term 2016/17 U N I V E R S I T A S A R A V I E N I S S Overview NOT: easy to digest introduction for practitioners

More information

Introduction to Factor Analysis

Introduction to Factor Analysis to Factor Analysis Lecture 10 August 2, 2011 Advanced Multivariate Statistical Methods ICPSR Summer Session #2 Lecture #10-8/3/2011 Slide 1 of 55 Today s Lecture Factor Analysis Today s Lecture Exploratory

More information

Applied Quantitative Methods II

Applied Quantitative Methods II Applied Quantitative Methods II Lecture 10: Panel Data Klára Kaĺıšková Klára Kaĺıšková AQM II - Lecture 10 VŠE, SS 2016/17 1 / 38 Outline 1 Introduction 2 Pooled OLS 3 First differences 4 Fixed effects

More information

Preface. List of examples

Preface. List of examples Contents Preface List of examples i xix 1 LISREL models and methods 1 1.1 The general LISREL model 1 Assumptions 2 The covariance matrix of the observations as implied by the LISREL model 3 Fixed, free,

More information

Introduction To Confirmatory Factor Analysis and Item Response Theory

Introduction To Confirmatory Factor Analysis and Item Response Theory Introduction To Confirmatory Factor Analysis and Item Response Theory Lecture 23 May 3, 2005 Applied Regression Analysis Lecture #23-5/3/2005 Slide 1 of 21 Today s Lecture Confirmatory Factor Analysis.

More information

Module 3. Latent Variable Statistical Models. y 1 y2

Module 3. Latent Variable Statistical Models. y 1 y2 Module 3 Latent Variable Statistical Models As explained in Module 2, measurement error in a predictor variable will result in misleading slope coefficients, and measurement error in the response variable

More information

Systematic error, of course, can produce either an upward or downward bias.

Systematic error, of course, can produce either an upward or downward bias. Brief Overview of LISREL & Related Programs & Techniques (Optional) Richard Williams, University of Notre Dame, https://www3.nd.edu/~rwilliam/ Last revised April 6, 2015 STRUCTURAL AND MEASUREMENT MODELS:

More information

EC212: Introduction to Econometrics Review Materials (Wooldridge, Appendix)

EC212: Introduction to Econometrics Review Materials (Wooldridge, Appendix) 1 EC212: Introduction to Econometrics Review Materials (Wooldridge, Appendix) Taisuke Otsu London School of Economics Summer 2018 A.1. Summation operator (Wooldridge, App. A.1) 2 3 Summation operator For

More information

Applied Econometrics (QEM)

Applied Econometrics (QEM) Applied Econometrics (QEM) The Simple Linear Regression Model based on Prinicples of Econometrics Jakub Mućk Department of Quantitative Economics Jakub Mućk Applied Econometrics (QEM) Meeting #2 The Simple

More information

Weighted Least Squares

Weighted Least Squares Weighted Least Squares The standard linear model assumes that Var(ε i ) = σ 2 for i = 1,..., n. As we have seen, however, there are instances where Var(Y X = x i ) = Var(ε i ) = σ2 w i. Here w 1,..., w

More information

2/26/2017. PSY 512: Advanced Statistics for Psychological and Behavioral Research 2

2/26/2017. PSY 512: Advanced Statistics for Psychological and Behavioral Research 2 PSY 512: Advanced Statistics for Psychological and Behavioral Research 2 What is SEM? When should we use SEM? What can SEM tell us? SEM Terminology and Jargon Technical Issues Types of SEM Models Limitations

More information

The returns to schooling, ability bias, and regression

The returns to schooling, ability bias, and regression The returns to schooling, ability bias, and regression Jörn-Steffen Pischke LSE October 4, 2016 Pischke (LSE) Griliches 1977 October 4, 2016 1 / 44 Counterfactual outcomes Scholing for individual i is

More information

Lecture 20: Linear model, the LSE, and UMVUE

Lecture 20: Linear model, the LSE, and UMVUE Lecture 20: Linear model, the LSE, and UMVUE Linear Models One of the most useful statistical models is X i = β τ Z i + ε i, i = 1,...,n, where X i is the ith observation and is often called the ith response;

More information

Weighted Least Squares

Weighted Least Squares Weighted Least Squares The standard linear model assumes that Var(ε i ) = σ 2 for i = 1,..., n. As we have seen, however, there are instances where Var(Y X = x i ) = Var(ε i ) = σ2 w i. Here w 1,..., w

More information

Hypothesis Testing for Var-Cov Components

Hypothesis Testing for Var-Cov Components Hypothesis Testing for Var-Cov Components When the specification of coefficients as fixed, random or non-randomly varying is considered, a null hypothesis of the form is considered, where Additional output

More information

In this module I again consider compositing. This module follows one entitled, Composites and Formative Indicators. In this module, I deal with a

In this module I again consider compositing. This module follows one entitled, Composites and Formative Indicators. In this module, I deal with a In this module I again consider compositing. This module follows one entitled, Composites and Formative Indicators. In this module, I deal with a special situation where there is an endogenous link that

More information

AN INTRODUCTION TO STRUCTURAL EQUATION MODELING

AN INTRODUCTION TO STRUCTURAL EQUATION MODELING AN INTRODUCTION TO STRUCTURAL EQUATION MODELING Giorgio Russolillo CNAM, Paris giorgio.russolillo@cnam.fr Structural Equation Modeling (SEM) Structural Equation Models (SEM) are complex models allowing

More information

Lecture: Simultaneous Equation Model (Wooldridge s Book Chapter 16)

Lecture: Simultaneous Equation Model (Wooldridge s Book Chapter 16) Lecture: Simultaneous Equation Model (Wooldridge s Book Chapter 16) 1 2 Model Consider a system of two regressions y 1 = β 1 y 2 + u 1 (1) y 2 = β 2 y 1 + u 2 (2) This is a simultaneous equation model

More information

MA 575 Linear Models: Cedric E. Ginestet, Boston University Revision: Probability and Linear Algebra Week 1, Lecture 2

MA 575 Linear Models: Cedric E. Ginestet, Boston University Revision: Probability and Linear Algebra Week 1, Lecture 2 MA 575 Linear Models: Cedric E Ginestet, Boston University Revision: Probability and Linear Algebra Week 1, Lecture 2 1 Revision: Probability Theory 11 Random Variables A real-valued random variable is

More information

For more information about how to cite these materials visit

For more information about how to cite these materials visit Author(s): Kerby Shedden, Ph.D., 2010 License: Unless otherwise noted, this material is made available under the terms of the Creative Commons Attribution Share Alike 3.0 License: http://creativecommons.org/licenses/by-sa/3.0/

More information

Lecture 14 Simple Linear Regression

Lecture 14 Simple Linear Regression Lecture 4 Simple Linear Regression Ordinary Least Squares (OLS) Consider the following simple linear regression model where, for each unit i, Y i is the dependent variable (response). X i is the independent

More information

PRESENTATION TITLE. Is my survey biased? The importance of measurement invariance. Yusuke Kuroki Sunny Moon November 9 th, 2017

PRESENTATION TITLE. Is my survey biased? The importance of measurement invariance. Yusuke Kuroki Sunny Moon November 9 th, 2017 PRESENTATION TITLE Is my survey biased? The importance of measurement invariance Yusuke Kuroki Sunny Moon November 9 th, 2017 Measurement Invariance Measurement invariance: the same construct is being

More information

Belowisasamplingofstructuralequationmodelsthatcanbefitby sem.

Belowisasamplingofstructuralequationmodelsthatcanbefitby sem. Title intro4 Tourofmodels Description Belowisasamplingofstructuralequationmodelsthatcanbefitby sem. Remarks Ifyouhavenotread [SEM]intro 2, please doso.youneed to speak thelanguage.wealso recommend reading[sem]

More information

STRUCTURAL EQUATION MODEL (SEM)

STRUCTURAL EQUATION MODEL (SEM) STRUCTURAL EQUATION MODEL (SEM) V. Čekanavičius, G. Murauskas 1 PURPOSE OF SEM To check if the model of possible variable dependencies matches data. SEM can contain latent (directly unobservable) variables.

More information

Simple Linear Regression

Simple Linear Regression Simple Linear Regression In simple linear regression we are concerned about the relationship between two variables, X and Y. There are two components to such a relationship. 1. The strength of the relationship.

More information

Statistics 910, #15 1. Kalman Filter

Statistics 910, #15 1. Kalman Filter Statistics 910, #15 1 Overview 1. Summary of Kalman filter 2. Derivations 3. ARMA likelihoods 4. Recursions for the variance Kalman Filter Summary of Kalman filter Simplifications To make the derivations

More information

An Introduction to Path Analysis

An Introduction to Path Analysis An Introduction to Path Analysis PRE 905: Multivariate Analysis Lecture 10: April 15, 2014 PRE 905: Lecture 10 Path Analysis Today s Lecture Path analysis starting with multivariate regression then arriving

More information

Can you tell the relationship between students SAT scores and their college grades?

Can you tell the relationship between students SAT scores and their college grades? Correlation One Challenge Can you tell the relationship between students SAT scores and their college grades? A: The higher SAT scores are, the better GPA may be. B: The higher SAT scores are, the lower

More information

STRUCTURAL EQUATION MODELING. Khaled Bedair Statistics Department Virginia Tech LISA, Summer 2013

STRUCTURAL EQUATION MODELING. Khaled Bedair Statistics Department Virginia Tech LISA, Summer 2013 STRUCTURAL EQUATION MODELING Khaled Bedair Statistics Department Virginia Tech LISA, Summer 2013 Introduction: Path analysis Path Analysis is used to estimate a system of equations in which all of the

More information

Structural Equation Modeling Lab 5 In Class Modification Indices Example

Structural Equation Modeling Lab 5 In Class Modification Indices Example Structural Equation Modeling Lab 5 In Class Modification Indices Example. Model specifications sntax TI Modification Indices DA NI=0 NO=0 MA=CM RA FI='E:\Teaching\SEM S09\Lab 5\jsp6.psf' SE 7 6 5 / MO

More information

MA 575 Linear Models: Cedric E. Ginestet, Boston University Mixed Effects Estimation, Residuals Diagnostics Week 11, Lecture 1

MA 575 Linear Models: Cedric E. Ginestet, Boston University Mixed Effects Estimation, Residuals Diagnostics Week 11, Lecture 1 MA 575 Linear Models: Cedric E Ginestet, Boston University Mixed Effects Estimation, Residuals Diagnostics Week 11, Lecture 1 1 Within-group Correlation Let us recall the simple two-level hierarchical

More information

Path Analysis Examples. Outline

Path Analysis Examples. Outline Path Analysis Examples Session 3, Lecture 3 /08/06 Outline Identification and estimation Indirect effects Review of path model notation Practice computing indirect effects Path model examples Example :

More information

Análise Fatorial Confirmatória CFA. Regressão, Modelos de Traço Latente, Modelagem com Equações Estruturais Ricardo Primi USF 2018

Análise Fatorial Confirmatória CFA. Regressão, Modelos de Traço Latente, Modelagem com Equações Estruturais Ricardo Primi USF 2018 Análise Fatorial Confirmatória CFA Regressão, Modelos de Traço Latente, Modelagem com Equações Estruturais Ricardo Primi USF 2018 Beaujean cap 3 Brown cap. 2 e 3 http://blogs.baylor.edu/rlatentvariable/

More information

Introduction to Confirmatory Factor Analysis

Introduction to Confirmatory Factor Analysis Introduction to Confirmatory Factor Analysis Multivariate Methods in Education ERSH 8350 Lecture #12 November 16, 2011 ERSH 8350: Lecture 12 Today s Class An Introduction to: Confirmatory Factor Analysis

More information

Comparing IRT with Other Models

Comparing IRT with Other Models Comparing IRT with Other Models Lecture #14 ICPSR Item Response Theory Workshop Lecture #14: 1of 45 Lecture Overview The final set of slides will describe a parallel between IRT and another commonly used

More information

SEM for those who think they don t care

SEM for those who think they don t care SEM for those who think they don t care Vince Wiggins Vice President, Scientific Development StataCorp LP 2011 London Stata Users Group Meeting V. Wiggins (StataCorp) SEM for nonbelievers 2011 London UG

More information

STAT 100C: Linear models

STAT 100C: Linear models STAT 100C: Linear models Arash A. Amini June 9, 2018 1 / 56 Table of Contents Multiple linear regression Linear model setup Estimation of β Geometric interpretation Estimation of σ 2 Hat matrix Gram matrix

More information

Introduction to Structural Equation Modeling Dominique Zephyr Applied Statistics Lab

Introduction to Structural Equation Modeling Dominique Zephyr Applied Statistics Lab Applied Statistics Lab Introduction to Structural Equation Modeling Dominique Zephyr Applied Statistics Lab SEM Model 3.64 7.32 Education 2.6 Income 2.1.6.83 Charac. of Individuals 1 5.2e-06 -.62 2.62

More information

4. Distributions of Functions of Random Variables

4. Distributions of Functions of Random Variables 4. Distributions of Functions of Random Variables Setup: Consider as given the joint distribution of X 1,..., X n (i.e. consider as given f X1,...,X n and F X1,...,X n ) Consider k functions g 1 : R n

More information

SEM Day 3 Lab Exercises SPIDA 2007 Dave Flora

SEM Day 3 Lab Exercises SPIDA 2007 Dave Flora SEM Day 3 Lab Exercises SPIDA 2007 Dave Flora 1 Today we will see how to estimate SEM conditional latent trajectory models and interpret output using both SAS and LISREL. Exercise 1 Using SAS PROC CALIS,

More information

Specifying Latent Curve and Other Growth Models Using Mplus. (Revised )

Specifying Latent Curve and Other Growth Models Using Mplus. (Revised ) Ronald H. Heck 1 University of Hawai i at Mānoa Handout #20 Specifying Latent Curve and Other Growth Models Using Mplus (Revised 12-1-2014) The SEM approach offers a contrasting framework for use in analyzing

More information

Introduction to Factor Analysis

Introduction to Factor Analysis to Factor Analysis Lecture 11 November 2, 2005 Multivariate Analysis Lecture #11-11/2/2005 Slide 1 of 58 Today s Lecture Factor Analysis. Today s Lecture Exploratory factor analysis (EFA). Confirmatory

More information

Path Diagrams. James H. Steiger. Department of Psychology and Human Development Vanderbilt University

Path Diagrams. James H. Steiger. Department of Psychology and Human Development Vanderbilt University Path Diagrams James H. Steiger Department of Psychology and Human Development Vanderbilt University James H. Steiger (Vanderbilt University) Path Diagrams 1 / 24 Path Diagrams 1 Introduction 2 Path Diagram

More information

Latent Variable Analysis

Latent Variable Analysis Latent Variable Analysis Path Analysis Recap I. Path Diagram a. Exogeneous vs. Endogeneous Variables b. Dependent vs, Independent Variables c. Recursive vs. on-recursive Models II. Structural (Regression)

More information

Chapter 8. Models with Structural and Measurement Components. Overview. Characteristics of SR models. Analysis of SR models. Estimation of SR models

Chapter 8. Models with Structural and Measurement Components. Overview. Characteristics of SR models. Analysis of SR models. Estimation of SR models Chapter 8 Models with Structural and Measurement Components Good people are good because they've come to wisdom through failure. Overview William Saroyan Characteristics of SR models Estimation of SR models

More information

CFA Loading Estimation and Comparison Example Joel S Steele, PhD

CFA Loading Estimation and Comparison Example Joel S Steele, PhD CFA Loading Estimation and Comparison Example Joel S Steele, PhD The Common Factor Model Figure 1: Common factor diagram Model expectations Using the tracing rules and our model above in Figure 1, we can

More information

Multivariate Regression (Chapter 10)

Multivariate Regression (Chapter 10) Multivariate Regression (Chapter 10) This week we ll cover multivariate regression and maybe a bit of canonical correlation. Today we ll mostly review univariate multivariate regression. With multivariate

More information

Gregory Carey, 1998 Regression & Path Analysis - 1 MULTIPLE REGRESSION AND PATH ANALYSIS

Gregory Carey, 1998 Regression & Path Analysis - 1 MULTIPLE REGRESSION AND PATH ANALYSIS Gregory Carey, 1998 Regression & Path Analysis - 1 MULTIPLE REGRESSION AND PATH ANALYSIS Introduction Path analysis and multiple regression go hand in hand (almost). Also, it is easier to learn about multivariate

More information

UNIVERSITY OF TORONTO MISSISSAUGA April 2009 Examinations STA431H5S Professor Jerry Brunner Duration: 3 hours

UNIVERSITY OF TORONTO MISSISSAUGA April 2009 Examinations STA431H5S Professor Jerry Brunner Duration: 3 hours Name (Print): Student Number: Signature: Last/Surname First /Given Name UNIVERSITY OF TORONTO MISSISSAUGA April 2009 Examinations STA431H5S Professor Jerry Brunner Duration: 3 hours Aids allowed: Calculator

More information

1 Probability theory. 2 Random variables and probability theory.

1 Probability theory. 2 Random variables and probability theory. Probability theory Here we summarize some of the probability theory we need. If this is totally unfamiliar to you, you should look at one of the sources given in the readings. In essence, for the major

More information

Title. Description. Remarks and examples. stata.com. stata.com. Variable notation. methods and formulas for sem Methods and formulas for sem

Title. Description. Remarks and examples. stata.com. stata.com. Variable notation. methods and formulas for sem Methods and formulas for sem Title stata.com methods and formulas for sem Methods and formulas for sem Description Remarks and examples References Also see Description The methods and formulas for the sem commands are presented below.

More information

Course information: Instructor: Tim Hanson, Leconte 219C, phone Office hours: Tuesday/Thursday 11-12, Wednesday 10-12, and by appointment.

Course information: Instructor: Tim Hanson, Leconte 219C, phone Office hours: Tuesday/Thursday 11-12, Wednesday 10-12, and by appointment. Course information: Instructor: Tim Hanson, Leconte 219C, phone 777-3859. Office hours: Tuesday/Thursday 11-12, Wednesday 10-12, and by appointment. Text: Applied Linear Statistical Models (5th Edition),

More information

Residual analysis for structural equation modeling

Residual analysis for structural equation modeling Graduate Theses and Dissertations Graduate College 2013 Residual analysis for structural equation modeling Laura Hildreth Iowa State University Follow this and additional works at: http://lib.dr.iastate.edu/etd

More information

Introduction to Random Effects of Time and Model Estimation

Introduction to Random Effects of Time and Model Estimation Introduction to Random Effects of Time and Model Estimation Today s Class: The Big Picture Multilevel model notation Fixed vs. random effects of time Random intercept vs. random slope models How MLM =

More information

Chapter 4 continued. Chapter 4 sections

Chapter 4 continued. Chapter 4 sections Chapter 4 sections Chapter 4 continued 4.1 Expectation 4.2 Properties of Expectations 4.3 Variance 4.4 Moments 4.5 The Mean and the Median 4.6 Covariance and Correlation 4.7 Conditional Expectation SKIP:

More information

Next is material on matrix rank. Please see the handout

Next is material on matrix rank. Please see the handout B90.330 / C.005 NOTES for Wednesday 0.APR.7 Suppose that the model is β + ε, but ε does not have the desired variance matrix. Say that ε is normal, but Var(ε) σ W. The form of W is W w 0 0 0 0 0 0 w 0

More information

Estimating the validity of administrative and survey variables through structural equation modeling

Estimating the validity of administrative and survey variables through structural equation modeling 13 2 Estimating the validity of administrative and survey variables through structural equation modeling A simulation study on robustness Sander Scholtus and Bart F.M. Bakker The views expressed in this

More information

SC705: Advanced Statistics Instructor: Natasha Sarkisian Class notes: Introduction to Structural Equation Modeling (SEM)

SC705: Advanced Statistics Instructor: Natasha Sarkisian Class notes: Introduction to Structural Equation Modeling (SEM) SC705: Advanced Statistics Instructor: Natasha Sarkisian Class notes: Introduction to Structural Equation Modeling (SEM) SEM is a family of statistical techniques which builds upon multiple regression,

More information

Final Exam. Economics 835: Econometrics. Fall 2010

Final Exam. Economics 835: Econometrics. Fall 2010 Final Exam Economics 835: Econometrics Fall 2010 Please answer the question I ask - no more and no less - and remember that the correct answer is often short and simple. 1 Some short questions a) For each

More information

Introduction to Econometrics Final Examination Fall 2006 Answer Sheet

Introduction to Econometrics Final Examination Fall 2006 Answer Sheet Introduction to Econometrics Final Examination Fall 2006 Answer Sheet Please answer all of the questions and show your work. If you think a question is ambiguous, clearly state how you interpret it before

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

Structural Model Equivalence

Structural Model Equivalence Structural Model Equivalence James H. Steiger Department of Psychology and Human Development Vanderbilt University James H. Steiger (Vanderbilt University) Structural Model Equivalence 1 / 34 Structural

More information

Regression of Time Series

Regression of Time Series Mahlerʼs Guide to Regression of Time Series CAS Exam S prepared by Howard C. Mahler, FCAS Copyright 2016 by Howard C. Mahler. Study Aid 2016F-S-9Supplement Howard Mahler hmahler@mac.com www.howardmahler.com/teaching

More information

Estimation of uncertainties using the Guide to the expression of uncertainty (GUM)

Estimation of uncertainties using the Guide to the expression of uncertainty (GUM) Estimation of uncertainties using the Guide to the expression of uncertainty (GUM) Alexandr Malusek Division of Radiological Sciences Department of Medical and Health Sciences Linköping University 2014-04-15

More information

Lecture 34: Properties of the LSE

Lecture 34: Properties of the LSE Lecture 34: Properties of the LSE The following results explain why the LSE is popular. Gauss-Markov Theorem Assume a general linear model previously described: Y = Xβ + E with assumption A2, i.e., Var(E

More information

Ref.: Spring SOS3003 Applied data analysis for social science Lecture note

Ref.:   Spring SOS3003 Applied data analysis for social science Lecture note SOS3003 Applied data analysis for social science Lecture note 05-2010 Erling Berge Department of sociology and political science NTNU Spring 2010 Erling Berge 2010 1 Literature Regression criticism I Hamilton

More information

AGEC 621 Lecture 16 David Bessler

AGEC 621 Lecture 16 David Bessler AGEC 621 Lecture 16 David Bessler This is a RATS output for the dummy variable problem given in GHJ page 422; the beer expenditure lecture (last time). I do not expect you to know RATS but this will give

More information

Partitioned Covariance Matrices and Partial Correlations. Proposition 1 Let the (p + q) (p + q) covariance matrix C > 0 be partitioned as C = C11 C 12

Partitioned Covariance Matrices and Partial Correlations. Proposition 1 Let the (p + q) (p + q) covariance matrix C > 0 be partitioned as C = C11 C 12 Partitioned Covariance Matrices and Partial Correlations Proposition 1 Let the (p + q (p + q covariance matrix C > 0 be partitioned as ( C11 C C = 12 C 21 C 22 Then the symmetric matrix C > 0 has the following

More information

Exploring Cultural Differences with Structural Equation Modelling

Exploring Cultural Differences with Structural Equation Modelling Exploring Cultural Differences with Structural Equation Modelling Wynne W. Chin University of Calgary and City University of Hong Kong 1996 IS Cross Cultural Workshop slide 1 The objectives for this presentation

More information

Multivariate Linear Models

Multivariate Linear Models Multivariate Linear Models Stanley Sawyer Washington University November 7, 2001 1. Introduction. Suppose that we have n observations, each of which has d components. For example, we may have d measurements

More information

Introduction to Structural Equations

Introduction to Structural Equations This work is licensed under a Creative Commons Attribution-NonCommercial-ShareAlike License. Your use of this material constitutes acceptance of that license and the conditions of use of materials on this

More information

2. Variance and Covariance: We will now derive some classic properties of variance and covariance. Assume real-valued random variables X and Y.

2. Variance and Covariance: We will now derive some classic properties of variance and covariance. Assume real-valued random variables X and Y. CS450 Final Review Problems Fall 08 Solutions or worked answers provided Problems -6 are based on the midterm review Identical problems are marked recap] Please consult previous recitations and textbook

More information

Lecture 1 Intro to Spatial and Temporal Data

Lecture 1 Intro to Spatial and Temporal Data Lecture 1 Intro to Spatial and Temporal Data Dennis Sun Stanford University Stats 253 June 22, 2015 1 What is Spatial and Temporal Data? 2 Trend Modeling 3 Omitted Variables 4 Overview of this Class 1

More information

Review of Statistics

Review of Statistics Review of Statistics Topics Descriptive Statistics Mean, Variance Probability Union event, joint event Random Variables Discrete and Continuous Distributions, Moments Two Random Variables Covariance and

More information

MS-E2112 Multivariate Statistical Analysis (5cr) Lecture 1: Introduction, Multivariate Location and Scatter

MS-E2112 Multivariate Statistical Analysis (5cr) Lecture 1: Introduction, Multivariate Location and Scatter MS-E2112 Multivariate Statistical Analysis (5cr) Lecture 1:, Multivariate Location Contents , pauliina.ilmonen(a)aalto.fi Lectures on Mondays 12.15-14.00 (2.1. - 6.2., 20.2. - 27.3.), U147 (U5) Exercises

More information

First Year Examination Department of Statistics, University of Florida

First Year Examination Department of Statistics, University of Florida First Year Examination Department of Statistics, University of Florida August 19, 010, 8:00 am - 1:00 noon Instructions: 1. You have four hours to answer questions in this examination.. You must show your

More information