Emil Coman 1, Eugen Iordache 2, Maria Coman 3 1. SESSION: Extensions to Mediational Analyses

Size: px
Start display at page:

Download "Emil Coman 1, Eugen Iordache 2, Maria Coman 3 1. SESSION: Extensions to Mediational Analyses"

Transcription

1 Testing mediation the way it was meant to be: Changes leading to changes then to other changes. Dynamic mediation implemented with latent change scores SESSION: Extensions to Mediational Analyses Emil Coman 1, Eugen Iordache 2, Maria Coman 3 1 U. of Connecticut Health Center, 2 Transilvania U., Romania. 3 Eastern Conn State U. Modern Modeling Methods Conference, Storrs, CT, May 21-22, 213

2 Acknowledgment David Kenny s training ?- My work Good job DK: we all male mistakes Modern Modeling Methods Conference, Storrs, CT, May 21-22, 213

3 Plan The case for mediation as a dynamic concept. From linking successive levels/states of variables to actual changes: methods to test change mediation, i.e. true mediation. From change scores to Latent Change Scores (LCS) Application of LCS to test true dynamic mediation Self-mediation The meaning of changes-leading-to-changes-leading-to-changes Conclusions

4 Change and regressions Mediation is by definition a dynamic concept. The initial definitions of mediation were centered on analyzing the change processes [1] leading to specific effects: change is central to the concept of mediation [2]. Coleman distinctly spelled out long ago [3] how longitudinal regressions derive from modeling the changes in outcomes, as time differentials of an outcome specified as a function of simultaneous variables: dx 1 /dt = a + b x 1, which leads by integration to x 1t = a/b (e bδt -1)+ x 1t-1 e bδt, which for equally spaced observation Δt = [t-(t-1)] are all the same: (3:435) x 1t = a + b x 1t-1 a a & b b 1. Judd, C.M. and D.A. Kenny, Process Analysis: Estimating Mediation in Treatment Evaluations. Evaluation Review, (5): p Maxwell, S.E. and D.A. Cole, Bias in Cross-Sectional Analyses of Longitudinal Mediation. Psychological Methods March, (1): p Coleman, J.S., The mathematical study of change, in Methodology in social research, J. H. M. Blalock, Editor. 1968, McGraw-Hill: New York. p

5 Change and regressions 2 Arminger also showed the example of attitudinal change over time [4], by specifying a differential equation model whereby time-varying variables predict the derivative of the outcome with respect to time: dy/dt. Integrating this equation leads to regression equations of prior time variables predicting later outcomes (p. 22). This point has been reiterated in the work of McArdle over several decades [5, 6]. 1. Arminger, G., Linear stochastic differential equation models for panel data with unobserved variables. Sociological methodology, : p McArdle, J.J., Dynamic but structural equation modeling of repeated measures data, in The handbook of multivariate experimental psychology, J.R. Nesselroade and R.B. Cattell, Editors. 1988, Plenum Press: New York. p McArdle, J.J., Cautiously adding dynamics to longitudinal models, in Modern Modeling Methods (M3) Conference212: Storrs, CT.

6 Brief study description Theory of Planned Behavior (TPB) based health intervention aimed at improving physical activity (PA) using new technologies, in two randomized conditions: and SMS [5]. Five waves of data, here focusing on variables: 1. Attitudes about PA; 2. Intention to engage in PA; and Perceived Behavioral Control. Participants got 12 s, and in the second condition an additional 24 personalized reinforcement SMS (text messages). Suggs, L. S., Blake, H., Bardus, M., & Lloyd, S. (213). Effects of text-messaging in addition to s on physical activity among university and college employees in the UK. Journal of Health Services Research. doi: /

7 Pair Link Diagram An alternative to a scatterplot Average change is +.6 Changes Means Pre Post The pre and post scores show individual differences, the lines differences in changes. The red double interrupted line links the average changes pre->post. This is the ingredient in linear growth models (LGM) and Latent Change/Difference Score (LCS) models. Credit: Jeremy Miles PPT Post (X 1Ave =5.2) vs. Pre (X 2Ave =5.8) Means

8 Pair Link Diagram Average change is still +.6; σ X1X2 =1 Perfect stability, but with individual changes Changes Means Pre Post Post (X 1Ave =5.2) vs. Pre (X 2Ave =5.8) Means The red double interrupted line links the average changes pre->post. This is the ingredient in linear growth models (LGM) and Latent Change/Difference Score (LCS) models

9 What are the changes and how do they relate to the level variables and other changes?.6 Difference scores for consecutive time lags for the attitudes, intentions, and perceived behavioral control variables Note: Last PBC change was zero Attitudes(2-1) Attitudes(3-2) Attitudes(4-3) Attitudes(5-4) Intentions(2-1) Intentions(3-2) Intentions(4-3) Intentions(5-4) PercBehContr(2-1) PercBehContr(3-2) PercBehContr(4-3) PercBehContr(5-4)

10 Changes-with-changes difference scores cross-correlations Wave 1 Wave2 Wave3 Wave4 Int Int Δ Att NS Δ Int NS +.17 NS Δ PA Att Att 3 PA PA NS NS Correlations between relevant raw and one-leg difference variables chosen for comparative modeling; p values in subscripts, unless NS or. The changes-leading-to-changes is captured by the co-variability between consecutive ΔInt and ΔAtt; the covariabilities between Int & ΔInt, and Att &ΔInt, indicate within-variable self-feedback, while those between Int &ΔAtt, and Att &ΔInt cross-variable couplings.

11 Wave1 Changes-to-changes model shown with pair link diagram Wave2 Wave2 Wave3 Y 2 Y 3 μ M1C = μ M1T μ M2T μ M2C μ Y2T μ Y3T μ Y2C μ Y3C M 1 M 2 We depict the case where 2 groups start off at the same average level of M. The M variable changes from wave 1 to wave 2, and the Y variable changes from wave 2 to wave 3. The red and green lines link the ΔM 21 changes (slopes, angles in the figure) to the ΔY 32 changes. The double lines show the links between the average changes/angles in two groups: C(control) and T (Treatment).

12 Lagged autoregressive model e ρ X 1 X 2 Hexagons show means and intercepts; is freely estimated, where it was set to zero, all regression coefficients set to unity unless labeled otherwise; ρ is the stability coefficient; the model as such cannot capture change.

13 Define LCS 1 st MPLUS code to set up LCS scores! Set up latent variable dlx21 by X2@1;!defined by the LATTER variable X1 (X1Var); dlx21 (DLXVar);!Set up model X2 on X1@1; X2 on dlx21@1 ; dlx21 on X1(DLXonX1); 2 nd MPLUS code dlx21 BY X1@;! defined by the former variable X2 ON X1@1 the difference X2@; [X2@ dlx21];

14 Define LCS 2 nd MPLUS code measurement errors LX1 by ;!define LVs LX2 by ;!define LVs dlx21 by LX2@1 ;!define LCS scores LX2 on ;! Auto-regressions AR [LX1-LX2@ dlx21@ ] ; LX1 (ExogLXVar); LX2@ dlx21@ ; X1 X2 (EqualErrors) ; 3 rd MPLUS code!define LCS scores dlx21 by; dl21@; dl21 on X1@-1 X2@1; Linda Muthen Mplus discussion forum

15 Lagged autoregressive and Latent Change Score example e X2 4.5 Att 1 Att Att e X2 Att ΔL Att e ΔLX21 Attitude about Physical Activity (PA) at baseline (1) and post (2): Stability is: 1 plus proportional growth (self-feedback) coefficient β: ρ = (β + 1).29 =

16 Change and stability Average change is +.6, but varies Post (X 1Ave =5.2) vs. Pre (X 2Ave =5.8) Means e ΔLX21 X 1 β ΔL X21 e X2 X ρ = β + 1 When β, we have instability, because ρ = (β + 1) >< 1

17 Change and stability Average change is +.6, but change is constant Post (X 1Ave =5.2) vs. Pre (X 2Ave =5.8) Means X 1 ΔL X21 e X2 X 2 4 e ΔLX When β =, we have perfect stability, because ρ = (β + 1) = 1, so change is constant.

18 Cross-Lag Path model (CLPM) of intervention effects α X1 β AR,X α X2 X 1 X 2 /1= Int β effectx γ XY β effecty γ YX α Y1 Y 1 β AR,Y Y 2 α Y2 X 2 = α X2 + β AR,X X 1 + γ XY Y 1 + β effectx Int + 1e X2 Y 2 = α Y2 + β AR,Y Y 1 + γ YX X 1 + β effecty Int + 1e Y2 Note: All unlabeled regression coefficients are set to 1 (unity).

19 Univariate intervention effect LCS model e X 1 β X1 α ΔLY21 X 2 β effectx ΔL X21 e ΔLX21 /1= Int X 2 = 1ΔL X21 + 1X 1 + & ΔL X21 = α ΔLX21 + β effect Int + β X1 X 1 + e ΔLX21 The true ΔLX is in fact a rate of change (ΔX/Δt), but time t is excluded from equations and models by ensuring that all Δt =1. Note: All unlabeled regression coefficients are set to 1 (unity). McArdle, J. J., & Nesselroade, J. R. (23). Growth curve analysis in contemporary psychological research. In J. Schinka & W. Velicer (Eds.), Handbook of psychology (Vol. 2, pp ). New York:: Pergamon.

20 /1 Bivariate concurrent (LCS) model with proportional growth effect (β) and coupling (γ) Effect on X Effect on Y X 1 γ YX γ XY Y 1 β X ΔL X21 ΔL Y21 β Y X 2 Y 2 Y 2 = 1ΔL Y21 + 1Y 1 + & err ΔLX21 err ΔLY21 ΔL Y21 = α ΔLY21 + β Y Y 2 +γ YX X 1 + 1err ΔLX Notes: All unlabeled regression coefficients are set to 1 (unity); the LCS setup with proportional growth term implies apparently counterintuitively that the post outcome values are the result of a mediation mechanism: an auto-regressive effect (from prior values), a change mechanism, and an indirect effect of prior values through the change mechanism itself. McArdle, J. J., & Prindle, J. J. (28). A latent change score analysis of a randomized clinical trial in reasoning training. Psychology and aging, 23(4), 72.

21 Bivariate sequential LCS model X 1 e ΔLX21 β X ΔL X21 e X The changes-leading-to-changes mechanism is captured by the new ξ coefficient between ΔL X21 and ΔL Y32 ; the coupling effect can be specified as γ XY between X 1 & ΔL Y32 (γ YX between Y 2 & ΔL X21 can not be specified on causality logical grounds). X 2 e ΔLY21 ξ YX Y 2 β Y ΔL Y32 e Y Y 3

22 Bivariate LCS example of a Theory of Planned Behavior (TPB)- based Physical Activity (PA) intervention group Attitude 2 e Att Attitude R 2 = e ΔLAtt ΔL Att e ΔLY Intent 3.7 NS ΔL Int43 R 2 =.38 Intent 4 e Int Larger changes in attitudes lead to larger changes in intent (+.19), which adds to the effect of the prior level in attitudes (+.41); unstandardized estimates; input covariance matrix.

23 Bivariate LCS example of a Theory of Planned Behavior (TPB)-based Physical Activity (PA) intervention group Attitude 2 e Att Attitude R 2 =.36 e ΔLAtt ΔL Att NS ΔL Int43 R 2 = e ΔLY Intent 3 e Int Intent 4 Larger changes in attitudes lead to larger changes in intent (+.19), which adds to the effect of the prior level in attitudes (+.41); unstandardized estimates; input covariance matrix.

24 Barron-Kenny vs Dynamic Mediation model of intervention effects (no measurement errors) Wave1 Wave2 Wave3 M 1 a M 2 b Intervention Y 2 c Y 3 Barron-Kenny mediation Intervention group Individual differences in M 2 Individual differences in Y 3 Intervention group Differences in M 1 ->M 2 changes Individual differences Y 2 -> Y 3 changes M 1 β X M 2 Dynamic mediation ΔL M21 a ch b ch Intervention c ch β Y ΔL Y32 Y 2 Y 3

25 Comparison between static and dynamic mediation models Indirect effect: +.13 Attitude Intent PBControl Indirect effect: -.13 ΔL Attitude ΔL Intent ΔL PBControl 54 Coefficients are standardized. -.22

26 Reminder: Bivariate dual Latent Change Score (LCS) model with constant and proportional changes L IX X X 1 X 2 β X β X β X X 3 γ YX ΔL X1 γ YX ΔL X21 γ YX ΔL X32 L SX L SY ξ YX ξ XY ξ YX ξ XY ΔL Y1 ΔL Y21 γ XY γ XY γ XY ΔL Y32 L IY β Y β Y β Y Y Y 1 Y 2 Y 3 Note: Parameters represent: β - the proportional growth (dotted arrows); γ coupling (interrupted double lines); ξ - changes-to-changes (double line arrows); arrows from slope factors Ls to ΔL s are constant change parameters α (here set to unity). Grimm, K. J., An, Y., McArdle, J. J., Zonderman, A. B., & Resnick, S. M. (212). Recent Changes Leading to Subsequent Changes: Extensions of Multivariate Latent Difference Score Models. Structural Equation Modeling: A Multidisciplinary Journal, 19(2), doi: 1.18/ McArdle, J. J. (29). Latent Variable Modeling of Differences and Changes with Longitudinal Data. Annual Review of Psychology, 6,

27 Bivariate LGM modeling of sequential (dynamic) mediation X 1 X 2 LI X /1 effect LS X21 β YX err SX α SY LI Y LS Y32 err SY Y 2 Y 3 Y 2 = 1I Y + 1S Y + 1e Y2 S Y = α SY + β YX S X +1err SX Note: All unlabeled regression coefficients are set to 1 (unity); residual error variances set to zero, per Voelkle, p. 381.

28 Mediation model of intervention effects specified as a piecewise Latent Growth Model (LGM) LI M M 1 M 2 M 3 1 A LS M11 a c b c Intervention c c LS Y1 Y 1 Y 2 Y 3 LI Y Wave1 Wave2 Wave3 Note: Paths set to zero are not shown, and all unlabeled paths are set to unity; A this path can be freed to allow the mediator trajectory to change freely after wave 2.

29 Original latent difference score mediation model MacKinnon, D. P. (28). Introduction to statistical mediation analysis: Lawrence Erlbaum Associates. p. 216

30 Latent change score mediation model a c' ΔLY 43 b Y 43 Y 4 If we had a 4 th measurement point for Y, we could in fact have tested the model: changes in X subsequent changes in M subsequent changes in Y.

31 Latent difference score mediation model 2 Selig, J. P., & Preacher, K. J. (29). Mediation Models for Longitudinal Data in Developmental Research. Research in Human Development, 6(2-3), doi: 1.18/ p. 16

32 Mediation changes-to-changes model under the Latent Change Score (LCS) specification (no measurement errors) Wave 1 Wave2 Wave3 Wave4 M 2 M 3 ΔL M32 a c b c ΔL X21 c c ΔL Y43 X 1 X 2 Y 3 Y 4 Many indirect effects to be tested: e.g. X 1 ΔL X21 M 2 ΔL M32 ΔL Y43 Y 4 Note: The mediation effects leading to changes in the Y outcome consists of: a s (e.g. Δ X Δ M) then b s (e.g. ΔM ΔY changes-to-changes); causal paths follow left right direction, except the links from LCS to their observed values which are nearly vertical to indicate non-causal nature of the paths.

33 Suggested extensions 1. Measurement error should be included in any model; with 2 waves, the setup is equal measurement error variance across waves. 2. Multi-group LCS models can test a variety of across-group hypotheses; they are difficult to specify and fit well. 3. LCS mediation models can test whether interventions lead to changes in one outcome, then to subsequent changes in another; few other models have done this. -

34 Conclusions 1. The original meaning of structural modeling contained the change with time component, which needs to be reinstated. 2. Latent change score modeling allows for separating out the change process itself and investigating it directly; in particular it brings to surface the concept of self-mediation, of a variable unto its subsequent levels through its own change mechanism. 3. LCS mediation models can test whether interventions lead to changes in one outcome, then to subsequent changes in another; few other models have done this. -

35 Thanks! Questions? -

Time Metric in Latent Difference Score Models. Holly P. O Rourke

Time Metric in Latent Difference Score Models. Holly P. O Rourke Time Metric in Latent Difference Score Models by Holly P. O Rourke A Dissertation Presented in Partial Fulfillment of the Requirements for the Degree Doctor of Philosophy Approved June 2016 by the Graduate

More information

Outline

Outline 2559 Outline cvonck@111zeelandnet.nl 1. Review of analysis of variance (ANOVA), simple regression analysis (SRA), and path analysis (PA) 1.1 Similarities and differences between MRA with dummy variables

More information

Dynamic Structural Equation Modeling of Intensive Longitudinal Data Using Mplus Version 8

Dynamic Structural Equation Modeling of Intensive Longitudinal Data Using Mplus Version 8 Dynamic Structural Equation Modeling of Intensive Longitudinal Data Using Mplus Version 8 (Part 1) Ellen L. Hamaker Utrecht University e.l.hamaker@uu.nl Tihomir Asparouhov & Bengt Muthén Muthén & Muthén

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

Emil Coman 1, Judith Fifield 1, L. Suzanne Suggs PhD 2

Emil Coman 1, Judith Fifield 1, L. Suzanne Suggs PhD 2 Emil Coman 1, Judith Fifield 1, L. Suzanne Suggs PhD 2 1 UConn TRIPP Center, Translating Research into Policy and Practice Uconn Health; 2 University of Lugano coman@uchc.edu M 3, PSTAT, CIRA, CHIP & blog

More information

How well do Fit Indices Distinguish Between the Two?

How well do Fit Indices Distinguish Between the Two? MODELS OF VARIABILITY VS. MODELS OF TRAIT CHANGE How well do Fit Indices Distinguish Between the Two? M Conference University of Connecticut, May 2-22, 2 bkeller2@asu.edu INTRODUCTION More and more researchers

More information

Modern Mediation Analysis Methods in the Social Sciences

Modern Mediation Analysis Methods in the Social Sciences Modern Mediation Analysis Methods in the Social Sciences David P. MacKinnon, Arizona State University Causal Mediation Analysis in Social and Medical Research, Oxford, England July 7, 2014 Introduction

More information

Conceptual overview: Techniques for establishing causal pathways in programs and policies

Conceptual overview: Techniques for establishing causal pathways in programs and policies Conceptual overview: Techniques for establishing causal pathways in programs and policies Antonio A. Morgan-Lopez, Ph.D. OPRE/ACF Meeting on Unpacking the Black Box of Programs and Policies 4 September

More information

Paloma Bernal Turnes. George Washington University, Washington, D.C., United States; Rey Juan Carlos University, Madrid, Spain.

Paloma Bernal Turnes. George Washington University, Washington, D.C., United States; Rey Juan Carlos University, Madrid, Spain. China-USA Business Review, January 2016, Vol. 15, No. 1, 1-13 doi: 10.17265/1537-1514/2016.01.001 D DAVID PUBLISHING The Use of Longitudinal Mediation Models for Testing Causal Effects and Measuring Direct

More information

Continuous and Discrete Time: How Differing Perspectives on Modeling Time Affect Developmental Inferences

Continuous and Discrete Time: How Differing Perspectives on Modeling Time Affect Developmental Inferences Continuous and Discrete Time: How Differing Perspectives on Modeling Time Affect Developmental Inferences Pascal R. Deboeck Society for the Study of Human Development December 15, 2017 Introduction Methodology

More information

Exogenous Variables and Multiple Groups

Exogenous Variables and Multiple Groups Exogenous Variables and Multiple Groups LGC -- Extension Variables McArdle & Epstein (1987) Growth Model with Exogenous Variable ω 0s z y0 * z ys * ω 0 ω s γ 01 1 γ s1 µ x γ 0x γ sx X σ x 2 y 0 1 1 1 1

More information

A Longitudinal Look at Longitudinal Mediation Models

A Longitudinal Look at Longitudinal Mediation Models A Longitudinal Look at Longitudinal Mediation Models David P. MacKinnon, Arizona State University Causal Mediation Analysis Ghent, Belgium University of Ghent January 8-9, 03 Introduction Assumptions Unique

More information

Supplemental material for Autoregressive Latent Trajectory 1

Supplemental material for Autoregressive Latent Trajectory 1 Supplemental material for Autoregressive Latent Trajectory 1 Supplemental Materials for The Longitudinal Interplay of Adolescents Self-Esteem and Body Image: A Conditional Autoregressive Latent Trajectory

More information

Structural equation modeling

Structural equation modeling Structural equation modeling Rex B Kline Concordia University Montréal ISTQL Set B B1 Data, path models Data o N o Form o Screening B2 B3 Sample size o N needed: Complexity Estimation method Distributions

More information

Comparing Change Scores with Lagged Dependent Variables in Models of the Effects of Parents Actions to Modify Children's Problem Behavior

Comparing Change Scores with Lagged Dependent Variables in Models of the Effects of Parents Actions to Modify Children's Problem Behavior Comparing Change Scores with Lagged Dependent Variables in Models of the Effects of Parents Actions to Modify Children's Problem Behavior David R. Johnson Department of Sociology and Haskell Sie Department

More information

Terrence D. Jorgensen*, Alexander M. Schoemann, Brent McPherson, Mijke Rhemtulla, Wei Wu, & Todd D. Little

Terrence D. Jorgensen*, Alexander M. Schoemann, Brent McPherson, Mijke Rhemtulla, Wei Wu, & Todd D. Little Terrence D. Jorgensen*, Alexander M. Schoemann, Brent McPherson, Mijke Rhemtulla, Wei Wu, & Todd D. Little KU Center for Research Methods and Data Analysis (CRMDA) Presented 21 May 2013 at Modern Modeling

More information

Estimation of Curvilinear Effects in SEM. Rex B. Kline, September 2009

Estimation of Curvilinear Effects in SEM. Rex B. Kline, September 2009 Estimation of Curvilinear Effects in SEM Supplement to Principles and Practice of Structural Equation Modeling (3rd ed.) Rex B. Kline, September 009 Curvlinear Effects of Observed Variables Consider the

More information

Probing causal mechanisms and strengthening causal inference by means of mixture mediation modeling

Probing causal mechanisms and strengthening causal inference by means of mixture mediation modeling Probing causal mechanisms and strengthening causal inference by means of mixture mediation modeling SESSION 3.5: Modeling Treatment and Causal Effects Emil Coman, Judith Fifield, Suzanne Suggs 2, Deborah

More information

1. A Brief History of Longitudinal Factor Analysis

1. A Brief History of Longitudinal Factor Analysis Factor Analysis in Longitudinal and Repeated Measures Studies Jack McArdle, Psychology Dept., University of Virginia, Charlottesville, VA The Factor Analysis at 00 Meeting University of North Carolina,

More information

Mplus Code Corresponding to the Web Portal Customization Example

Mplus Code Corresponding to the Web Portal Customization Example Online supplement to Hayes, A. F., & Preacher, K. J. (2014). Statistical mediation analysis with a multicategorical independent variable. British Journal of Mathematical and Statistical Psychology, 67,

More information

On line resources Should be able to use for homework

On line resources Should be able to use for homework On line resources Should be able to use for homework http://www.amstat.org/publications/jse/v10n3/aberson/po wer_applet.html http://www.indiana.edu/~psyugrad/gradschool/apply.php http://onlinestatbook.com/stat_sim/conf_interval/index.ht

More information

Research Design - - Topic 19 Multiple regression: Applications 2009 R.C. Gardner, Ph.D.

Research Design - - Topic 19 Multiple regression: Applications 2009 R.C. Gardner, Ph.D. Research Design - - Topic 19 Multiple regression: Applications 2009 R.C. Gardner, Ph.D. Curve Fitting Mediation analysis Moderation Analysis 1 Curve Fitting The investigation of non-linear functions using

More information

Key Algebraic Results in Linear Regression

Key Algebraic Results in Linear Regression Key Algebraic Results in Linear Regression James H. Steiger Department of Psychology and Human Development Vanderbilt University James H. Steiger (Vanderbilt University) 1 / 30 Key Algebraic Results in

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

Course title SD206. Introduction to Structural Equation Modelling

Course title SD206. Introduction to Structural Equation Modelling 10 th ECPR Summer School in Methods and Techniques, 23 July - 8 August University of Ljubljana, Slovenia Course Description Form 1-2 week course (30 hrs) Course title SD206. Introduction to Structural

More information

Goals for the Morning

Goals for the Morning Introduction to Growth Curve Modeling: An Overview and Recommendations for Practice Patrick J. Curran & Daniel J. Bauer University of North Carolina at Chapel Hill Goals for the Morning Brief review of

More information

An Introduction to Mplus and Path Analysis

An Introduction to Mplus and Path Analysis An Introduction to Mplus and Path Analysis PSYC 943: Fundamentals of Multivariate Modeling Lecture 10: October 30, 2013 PSYC 943: Lecture 10 Today s Lecture Path analysis starting with multivariate regression

More information

Modeling Heterogeneity in Indirect Effects: Multilevel Structural Equation Modeling Strategies. Emily Fall

Modeling Heterogeneity in Indirect Effects: Multilevel Structural Equation Modeling Strategies. Emily Fall Modeling Heterogeneity in Indirect Effects: Multilevel Structural Equation Modeling Strategies By Emily Fall Submitted to the Psychology and the Faculty of the Graduate School of the University of Kansas

More information

Beyond the Target Customer: Social Effects of CRM Campaigns

Beyond the Target Customer: Social Effects of CRM Campaigns Beyond the Target Customer: Social Effects of CRM Campaigns Eva Ascarza, Peter Ebbes, Oded Netzer, Matthew Danielson Link to article: http://journals.ama.org/doi/abs/10.1509/jmr.15.0442 WEB APPENDICES

More information

Chapter 9 - Correlation and Regression

Chapter 9 - Correlation and Regression Chapter 9 - Correlation and Regression 9. Scatter diagram of percentage of LBW infants (Y) and high-risk fertility rate (X ) in Vermont Health Planning Districts. 9.3 Correlation between percentage of

More information

Chapter 5. Introduction to Path Analysis. Overview. Correlation and causation. Specification of path models. Types of path models

Chapter 5. Introduction to Path Analysis. Overview. Correlation and causation. Specification of path models. Types of path models Chapter 5 Introduction to Path Analysis Put simply, the basic dilemma in all sciences is that of how much to oversimplify reality. Overview H. M. Blalock Correlation and causation Specification of path

More information

Online Appendices for: Modeling Latent Growth With Multiple Indicators: A Comparison of Three Approaches

Online Appendices for: Modeling Latent Growth With Multiple Indicators: A Comparison of Three Approaches Online Appendices for: Modeling Latent Growth With Multiple Indicators: A Comparison of Three Approaches Jacob Bishop and Christian Geiser Utah State University David A. Cole Vanderbilt University Contents

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

How to run the RI CLPM with Mplus By Ellen Hamaker March 21, 2018

How to run the RI CLPM with Mplus By Ellen Hamaker March 21, 2018 How to run the RI CLPM with Mplus By Ellen Hamaker March 21, 2018 The random intercept cross lagged panel model (RI CLPM) as proposed by Hamaker, Kuiper and Grasman (2015, Psychological Methods) is a model

More information

An Introduction to Causal Mediation Analysis. Xu Qin University of Chicago Presented at the Central Iowa R User Group Meetup Aug 10, 2016

An Introduction to Causal Mediation Analysis. Xu Qin University of Chicago Presented at the Central Iowa R User Group Meetup Aug 10, 2016 An Introduction to Causal Mediation Analysis Xu Qin University of Chicago Presented at the Central Iowa R User Group Meetup Aug 10, 2016 1 Causality In the applications of statistics, many central questions

More information

A Comparison of Methods to Test Mediation and Other Intervening Variable Effects

A Comparison of Methods to Test Mediation and Other Intervening Variable Effects Psychological Methods Copyright 2002 by the American Psychological Association, Inc. 2002, Vol. 7, No. 1, 83 104 1082-989X/02/$5.00 DOI: 10.1037//1082-989X.7.1.83 A Comparison of Methods to Test Mediation

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

Categorical and Zero Inflated Growth Models

Categorical and Zero Inflated Growth Models Categorical and Zero Inflated Growth Models Alan C. Acock* Summer, 2009 *Alan C. Acock, Department of Human Development and Family Sciences, Oregon State University, Corvallis OR 97331 (alan.acock@oregonstate.edu).

More information

Testing and Interpreting Interaction Effects in Multilevel Models

Testing and Interpreting Interaction Effects in Multilevel Models Testing and Interpreting Interaction Effects in Multilevel Models Joseph J. Stevens University of Oregon and Ann C. Schulte Arizona State University Presented at the annual AERA conference, Washington,

More information

CHAPTER 9 EXAMPLES: MULTILEVEL MODELING WITH COMPLEX SURVEY DATA

CHAPTER 9 EXAMPLES: MULTILEVEL MODELING WITH COMPLEX SURVEY DATA Examples: Multilevel Modeling With Complex Survey Data CHAPTER 9 EXAMPLES: MULTILEVEL MODELING WITH COMPLEX SURVEY DATA Complex survey data refers to data obtained by stratification, cluster sampling and/or

More information

Practical Biostatistics

Practical Biostatistics Practical Biostatistics Clinical Epidemiology, Biostatistics and Bioinformatics AMC Multivariable regression Day 5 Recap Describing association: Correlation Parametric technique: Pearson (PMCC) Non-parametric:

More information

New developments in structural equation modeling

New developments in structural equation modeling New developments in structural equation modeling Rex B Kline Concordia University Montréal Set A: SCM A1 UNL Methodology Workshop A2 A3 A4 Topics o Graph theory o Mediation: Design Conditional Causal A5

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

Simultaneous Equation Models Learning Objectives Introduction Introduction (2) Introduction (3) Solving the Model structural equations

Simultaneous Equation Models Learning Objectives Introduction Introduction (2) Introduction (3) Solving the Model structural equations Simultaneous Equation Models. Introduction: basic definitions 2. Consequences of ignoring simultaneity 3. The identification problem 4. Estimation of simultaneous equation models 5. Example: IS LM model

More information

Introduction. Consider a variable X that is assumed to affect another variable Y. The variable X is called the causal variable and the

Introduction. Consider a variable X that is assumed to affect another variable Y. The variable X is called the causal variable and the 1 di 23 21/10/2013 19:08 David A. Kenny October 19, 2013 Recently updated. Please let me know if your find any errors or have any suggestions. Learn how you can do a mediation analysis and output a text

More information

Simultaneous Equation Models (SiEM)

Simultaneous Equation Models (SiEM) Simultaneous Equation Models (SiEM) Inter-University Consortium for Political and Social Research (ICPSR) Summer 2010 Sandy Marquart-Pyatt Department of Sociology Michigan State University marqua41@msu.edu

More information

Three-Level Modeling for Factorial Experiments With Experimentally Induced Clustering

Three-Level Modeling for Factorial Experiments With Experimentally Induced Clustering Three-Level Modeling for Factorial Experiments With Experimentally Induced Clustering John J. Dziak The Pennsylvania State University Inbal Nahum-Shani The University of Michigan Copyright 016, Penn State.

More information

NIH Public Access Author Manuscript Psychol Methods. Author manuscript; available in PMC 2010 February 10.

NIH Public Access Author Manuscript Psychol Methods. Author manuscript; available in PMC 2010 February 10. NIH Public Access Author Manuscript Published in final edited form as: Psychol Methods. 2002 March ; 7(1): 83. A Comparison of Methods to Test Mediation and Other Intervening Variable Effects David P.

More information

Warner, R. M. (2008). Applied Statistics: From bivariate through multivariate techniques. Thousand Oaks: Sage.

Warner, R. M. (2008). Applied Statistics: From bivariate through multivariate techniques. Thousand Oaks: Sage. Errata for Warner, R. M. (2008). Applied Statistics: From bivariate through multivariate techniques. Thousand Oaks: Sage. Most recent update: March 4, 2009 Please send information about any errors in the

More information

Dynamic Structural Equation Modeling of Intensive Longitudinal Data Using Multilevel Time Series Analysis in Mplus Version 8 Part 7

Dynamic Structural Equation Modeling of Intensive Longitudinal Data Using Multilevel Time Series Analysis in Mplus Version 8 Part 7 DSEM 1/ 46 Dynamic Structural Equation Modeling of Intensive Longitudinal Data Using Multilevel Time Series Analysis in Mplus Version 8 Part 7 Mårten Schultzberg Bengt Muthén, Tihomir Asparouhov & Ellen

More information

sociology sociology Scatterplots Quantitative Research Methods: Introduction to correlation and regression Age vs Income

sociology sociology Scatterplots Quantitative Research Methods: Introduction to correlation and regression Age vs Income Scatterplots Quantitative Research Methods: Introduction to correlation and regression Scatterplots can be considered as interval/ratio analogue of cross-tabs: arbitrarily many values mapped out in -dimensions

More information

CHAPTER 3. SPECIALIZED EXTENSIONS

CHAPTER 3. SPECIALIZED EXTENSIONS 03-Preacher-45609:03-Preacher-45609.qxd 6/3/2008 3:36 PM Page 57 CHAPTER 3. SPECIALIZED EXTENSIONS We have by no means exhausted the possibilities of LGM with the examples presented thus far. As scientific

More information

Moderation 調節 = 交互作用

Moderation 調節 = 交互作用 Moderation 調節 = 交互作用 Kit-Tai Hau 侯傑泰 JianFang Chang 常建芳 The Chinese University of Hong Kong Based on Marsh, H. W., Hau, K. T., Wen, Z., Nagengast, B., & Morin, A. J. S. (in press). Moderation. In Little,

More information

Latent Variable Model for Weight Gain Prevention Data with Informative Intermittent Missingness

Latent Variable Model for Weight Gain Prevention Data with Informative Intermittent Missingness Journal of Modern Applied Statistical Methods Volume 15 Issue 2 Article 36 11-1-2016 Latent Variable Model for Weight Gain Prevention Data with Informative Intermittent Missingness Li Qin Yale University,

More information

Multilevel regression mixture analysis

Multilevel regression mixture analysis J. R. Statist. Soc. A (2009) 172, Part 3, pp. 639 657 Multilevel regression mixture analysis Bengt Muthén University of California, Los Angeles, USA and Tihomir Asparouhov Muthén & Muthén, Los Angeles,

More information

An Introduction to Multilevel Models. PSYC 943 (930): Fundamentals of Multivariate Modeling Lecture 25: December 7, 2012

An Introduction to Multilevel Models. PSYC 943 (930): Fundamentals of Multivariate Modeling Lecture 25: December 7, 2012 An Introduction to Multilevel Models PSYC 943 (930): Fundamentals of Multivariate Modeling Lecture 25: December 7, 2012 Today s Class Concepts in Longitudinal Modeling Between-Person vs. +Within-Person

More information

Causal Inference Lecture Notes: Causal Inference with Repeated Measures in Observational Studies

Causal Inference Lecture Notes: Causal Inference with Repeated Measures in Observational Studies Causal Inference Lecture Notes: Causal Inference with Repeated Measures in Observational Studies Kosuke Imai Department of Politics Princeton University November 13, 2013 So far, we have essentially assumed

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

Multilevel Regression Mixture Analysis

Multilevel Regression Mixture Analysis Multilevel Regression Mixture Analysis Bengt Muthén and Tihomir Asparouhov Forthcoming in Journal of the Royal Statistical Society, Series A October 3, 2008 1 Abstract A two-level regression mixture model

More information

Latent Growth Models 1

Latent Growth Models 1 1 We will use the dataset bp3, which has diastolic blood pressure measurements at four time points for 256 patients undergoing three types of blood pressure medication. These are our observed variables:

More information

Research Design: Topic 18 Hierarchical Linear Modeling (Measures within Persons) 2010 R.C. Gardner, Ph.d.

Research Design: Topic 18 Hierarchical Linear Modeling (Measures within Persons) 2010 R.C. Gardner, Ph.d. Research Design: Topic 8 Hierarchical Linear Modeling (Measures within Persons) R.C. Gardner, Ph.d. General Rationale, Purpose, and Applications Linear Growth Models HLM can also be used with repeated

More information

PIER Summer 2017 Mediation Basics

PIER Summer 2017 Mediation Basics I. Big Idea of Statistical Mediation PIER Summer 2017 Mediation Basics H. Seltman June 8, 2017 We find the treatment X changes outcome Y. Now we want to know how that happens. E.g., is the effect of X

More information

Causal Mechanisms Short Course Part II:

Causal Mechanisms Short Course Part II: Causal Mechanisms Short Course Part II: Analyzing Mechanisms with Experimental and Observational Data Teppei Yamamoto Massachusetts Institute of Technology March 24, 2012 Frontiers in the Analysis of Causal

More information

Analysis of Panel Data: Introduction and Causal Inference with Panel Data

Analysis of Panel Data: Introduction and Causal Inference with Panel Data Analysis of Panel Data: Introduction and Causal Inference with Panel Data Session 1: 15 June 2015 Steven Finkel, PhD Daniel Wallace Professor of Political Science University of Pittsburgh USA Course presents

More information

Course Introduction and Overview Descriptive Statistics Conceptualizations of Variance Review of the General Linear Model

Course Introduction and Overview Descriptive Statistics Conceptualizations of Variance Review of the General Linear Model Course Introduction and Overview Descriptive Statistics Conceptualizations of Variance Review of the General Linear Model PSYC 943 (930): Fundamentals of Multivariate Modeling Lecture 1: August 22, 2012

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

1 A Review of Correlation and Regression

1 A Review of Correlation and Regression 1 A Review of Correlation and Regression SW, Chapter 12 Suppose we select n = 10 persons from the population of college seniors who plan to take the MCAT exam. Each takes the test, is coached, and then

More information

Describing Change over Time: Adding Linear Trends

Describing Change over Time: Adding Linear Trends Describing Change over Time: Adding Linear Trends Longitudinal Data Analysis Workshop Section 7 University of Georgia: Institute for Interdisciplinary Research in Education and Human Development Section

More information

WELCOME! Lecture 14: Factor Analysis, part I Måns Thulin

WELCOME! Lecture 14: Factor Analysis, part I Måns Thulin Quantitative methods II WELCOME! Lecture 14: Factor Analysis, part I Måns Thulin The first factor analysis C. Spearman (1904). General intelligence, objectively determined and measured. The American Journal

More information

Correlation. A statistics method to measure the relationship between two variables. Three characteristics

Correlation. A statistics method to measure the relationship between two variables. Three characteristics Correlation Correlation A statistics method to measure the relationship between two variables Three characteristics Direction of the relationship Form of the relationship Strength/Consistency Direction

More information

Running head: AUTOCORRELATION IN THE COFM. The Effects of Autocorrelation on the Curve-of-Factors Growth Model

Running head: AUTOCORRELATION IN THE COFM. The Effects of Autocorrelation on the Curve-of-Factors Growth Model Autocorrelation in the COFM 1 Running head: AUTOCORRELATION IN THE COFM The Effects of Autocorrelation on the Curve-of-Factors Growth Model Daniel L. Murphy Pearson S. Natasha Beretvas and Keenan A. Pituch

More information

Causal mediation analysis: Definition of effects and common identification assumptions

Causal mediation analysis: Definition of effects and common identification assumptions Causal mediation analysis: Definition of effects and common identification assumptions Trang Quynh Nguyen Seminar on Statistical Methods for Mental Health Research Johns Hopkins Bloomberg School of Public

More information

Simultaneous Equation Models

Simultaneous Equation Models Simultaneous Equation Models Sandy Marquart-Pyatt Utah State University This course considers systems of equations. In contrast to single equation models, simultaneous equation models include more than

More information

Econometrics with Observational Data. Introduction and Identification Todd Wagner February 1, 2017

Econometrics with Observational Data. Introduction and Identification Todd Wagner February 1, 2017 Econometrics with Observational Data Introduction and Identification Todd Wagner February 1, 2017 Goals for Course To enable researchers to conduct careful quantitative analyses with existing VA (and non-va)

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

Analysis of propensity score approaches in difference-in-differences designs

Analysis of propensity score approaches in difference-in-differences designs Author: Diego A. Luna Bazaldua Institution: Lynch School of Education, Boston College Contact email: diego.lunabazaldua@bc.edu Conference section: Research methods Analysis of propensity score approaches

More information

The Cholesky Approach: A Cautionary Note

The Cholesky Approach: A Cautionary Note Behavior Genetics, Vol. 26, No. 1, 1996 The Cholesky Approach: A Cautionary Note John C. Loehlin I Received 18 Jan. 1995--Final 27 July 1995 Attention is called to a common misinterpretation of a bivariate

More information

DESIGNING EXPERIMENTS AND ANALYZING DATA A Model Comparison Perspective

DESIGNING EXPERIMENTS AND ANALYZING DATA A Model Comparison Perspective DESIGNING EXPERIMENTS AND ANALYZING DATA A Model Comparison Perspective Second Edition Scott E. Maxwell Uniuersity of Notre Dame Harold D. Delaney Uniuersity of New Mexico J,t{,.?; LAWRENCE ERLBAUM ASSOCIATES,

More information

Mediational effects are commonly studied in organizational behavior research. For

Mediational effects are commonly studied in organizational behavior research. For Organizational Research Methods OnlineFirst, published on July 23, 2007 as doi:10.1177/1094428107300344 Tests of the Three-Path Mediated Effect Aaron B. Taylor David P. MacKinnon Jenn-Yun Tein Arizona

More information

Predicted Y Scores. The symbol stands for a predicted Y score

Predicted Y Scores. The symbol stands for a predicted Y score REGRESSION 1 Linear Regression Linear regression is a statistical procedure that uses relationships to predict unknown Y scores based on the X scores from a correlated variable. 2 Predicted Y Scores Y

More information

Centering Predictor and Mediator Variables in Multilevel and Time-Series Models

Centering Predictor and Mediator Variables in Multilevel and Time-Series Models Centering Predictor and Mediator Variables in Multilevel and Time-Series Models Tihomir Asparouhov and Bengt Muthén Part 2 May 7, 2018 Tihomir Asparouhov and Bengt Muthén Part 2 Muthén & Muthén 1/ 42 Overview

More information

Continuous Time Analysis of Panel Data: An Illustration of the Exact Discrete Model (EDM)

Continuous Time Analysis of Panel Data: An Illustration of the Exact Discrete Model (EDM) Continuous Time Analysis of Panel Data: An Illustration of the Exact Discrete Model (EDM) Aaron Boulton & Pascal Deboeck aboulton@ku.edu University of Kansas Goals: 1. Discuss the problems of discrete-time

More information

Scatter plot of data from the study. Linear Regression

Scatter plot of data from the study. Linear Regression 1 2 Linear Regression Scatter plot of data from the study. Consider a study to relate birthweight to the estriol level of pregnant women. The data is below. i Weight (g / 100) i Weight (g / 100) 1 7 25

More information

New Developments in Econometrics Lecture 11: Difference-in-Differences Estimation

New Developments in Econometrics Lecture 11: Difference-in-Differences Estimation New Developments in Econometrics Lecture 11: Difference-in-Differences Estimation Jeff Wooldridge Cemmap Lectures, UCL, June 2009 1. The Basic Methodology 2. How Should We View Uncertainty in DD Settings?

More information

CORRELATIONS ~ PARTIAL REGRESSION COEFFICIENTS (GROWTH STUDY PAPER #29) and. Charles E. Werts

CORRELATIONS ~ PARTIAL REGRESSION COEFFICIENTS (GROWTH STUDY PAPER #29) and. Charles E. Werts RB-69-6 ASSUMPTIONS IN MAKING CAUSAL INFERENCES FROM PART CORRELATIONS ~ PARTIAL CORRELATIONS AND PARTIAL REGRESSION COEFFICIENTS (GROWTH STUDY PAPER #29) Robert L. Linn and Charles E. Werts This Bulletin

More information

Research Design - - Topic 15a Introduction to Multivariate Analyses 2009 R.C. Gardner, Ph.D.

Research Design - - Topic 15a Introduction to Multivariate Analyses 2009 R.C. Gardner, Ph.D. Research Design - - Topic 15a Introduction to Multivariate Analses 009 R.C. Gardner, Ph.D. Major Characteristics of Multivariate Procedures Overview of Multivariate Techniques Bivariate Regression and

More information

Identification and Sensitivity Analysis for Multiple Causal Mechanisms: Revisiting Evidence from Framing Experiments

Identification and Sensitivity Analysis for Multiple Causal Mechanisms: Revisiting Evidence from Framing Experiments Identification and Sensitivity Analysis for Multiple Causal Mechanisms: Revisiting Evidence from Framing Experiments Kosuke Imai Teppei Yamamoto First Draft: May 17, 2011 This Draft: January 10, 2012 Abstract

More information

Multiple Linear Regression II. Lecture 8. Overview. Readings

Multiple Linear Regression II. Lecture 8. Overview. Readings Multiple Linear Regression II Lecture 8 Image source:https://commons.wikimedia.org/wiki/file:autobunnskr%c3%a4iz-ro-a201.jpg Survey Research & Design in Psychology James Neill, 2016 Creative Commons Attribution

More information

Multiple Linear Regression II. Lecture 8. Overview. Readings. Summary of MLR I. Summary of MLR I. Summary of MLR I

Multiple Linear Regression II. Lecture 8. Overview. Readings. Summary of MLR I. Summary of MLR I. Summary of MLR I Multiple Linear Regression II Lecture 8 Image source:https://commons.wikimedia.org/wiki/file:autobunnskr%c3%a4iz-ro-a201.jpg Survey Research & Design in Psychology James Neill, 2016 Creative Commons Attribution

More information

Bivariate Regression Analysis. The most useful means of discerning causality and significance of variables

Bivariate Regression Analysis. The most useful means of discerning causality and significance of variables Bivariate Regression Analysis The most useful means of discerning causality and significance of variables Purpose of Regression Analysis Test causal hypotheses Make predictions from samples of data Derive

More information

INTRODUCTION TO MULTILEVEL MODELLING FOR REPEATED MEASURES DATA. Belfast 9 th June to 10 th June, 2011

INTRODUCTION TO MULTILEVEL MODELLING FOR REPEATED MEASURES DATA. Belfast 9 th June to 10 th June, 2011 INTRODUCTION TO MULTILEVEL MODELLING FOR REPEATED MEASURES DATA Belfast 9 th June to 10 th June, 2011 Dr James J Brown Southampton Statistical Sciences Research Institute (UoS) ADMIN Research Centre (IoE

More information

Multiple Regression. More Hypothesis Testing. More Hypothesis Testing The big question: What we really want to know: What we actually know: We know:

Multiple Regression. More Hypothesis Testing. More Hypothesis Testing The big question: What we really want to know: What we actually know: We know: Multiple Regression Ψ320 Ainsworth More Hypothesis Testing What we really want to know: Is the relationship in the population we have selected between X & Y strong enough that we can use the relationship

More information

Thursday Morning. Growth Modelling in Mplus. Using a set of repeated continuous measures of bodyweight

Thursday Morning. Growth Modelling in Mplus. Using a set of repeated continuous measures of bodyweight Thursday Morning Growth Modelling in Mplus Using a set of repeated continuous measures of bodyweight 1 Growth modelling Continuous Data Mplus model syntax refresher ALSPAC Confirmatory Factor Analysis

More information

SEM REX B KLINE CONCORDIA D. MODERATION, MEDIATION

SEM REX B KLINE CONCORDIA D. MODERATION, MEDIATION ADVANCED SEM REX B KLINE CONCORDIA D1 D. MODERATION, MEDIATION X 1 DY Y DM 1 M D2 topics moderation mmr mpa D3 topics cpm mod. mediation med. moderation D4 topics cma cause mediator most general D5 MMR

More information

Granger Mediation Analysis of Functional Magnetic Resonance Imaging Time Series

Granger Mediation Analysis of Functional Magnetic Resonance Imaging Time Series Granger Mediation Analysis of Functional Magnetic Resonance Imaging Time Series Yi Zhao and Xi Luo Department of Biostatistics Brown University June 8, 2017 Overview 1 Introduction 2 Model and Method 3

More information

Basics of Experimental Design. Review of Statistics. Basic Study. Experimental Design. When an Experiment is Not Possible. Studying Relations

Basics of Experimental Design. Review of Statistics. Basic Study. Experimental Design. When an Experiment is Not Possible. Studying Relations Basics of Experimental Design Review of Statistics And Experimental Design Scientists study relation between variables In the context of experiments these variables are called independent and dependent

More information

INTRODUCTION TO STRUCTURAL EQUATION MODELS

INTRODUCTION TO STRUCTURAL EQUATION MODELS I. Description of the course. INTRODUCTION TO STRUCTURAL EQUATION MODELS A. Objectives and scope of the course. B. Logistics of enrollment, auditing, requirements, distribution of notes, access to programs.

More information

Measuring Social Influence Without Bias

Measuring Social Influence Without Bias Measuring Social Influence Without Bias Annie Franco Bobbie NJ Macdonald December 9, 2015 The Problem CS224W: Final Paper How well can statistical models disentangle the effects of social influence from

More information

Supplemental material to accompany Preacher and Hayes (2008)

Supplemental material to accompany Preacher and Hayes (2008) Supplemental material to accompany Preacher and Hayes (2008) Kristopher J. Preacher University of Kansas Andrew F. Hayes The Ohio State University The multivariate delta method for deriving the asymptotic

More information

Applied Microeconometrics (L5): Panel Data-Basics

Applied Microeconometrics (L5): Panel Data-Basics Applied Microeconometrics (L5): Panel Data-Basics Nicholas Giannakopoulos University of Patras Department of Economics ngias@upatras.gr November 10, 2015 Nicholas Giannakopoulos (UPatras) MSc Applied Economics

More information