Multi-sample structural equation models with mean structures, with special emphasis on assessing measurement invariance in cross-national research

Size: px
Start display at page:

Download "Multi-sample structural equation models with mean structures, with special emphasis on assessing measurement invariance in cross-national research"

Transcription

1 1 Multi-sample structural equation models with mean structures, with special emphasis on assessin measurement invariance in cross-national research Measurement invariance measurement invariance: whether or t, under different conditions of observin and studyin phemena, measurement operations yield measures of the same attribute (Horn and McArdle 1992); frequent lack of concern for, or inappropriate examination of, measurement invariance (esp. in cross-national research); this is problematic because in the absence of measurement invariance across-roup (e.., crossnational) comparisons may be meaninless;

2 2 Measurement model Let x be a p x 1 vector of observed variables in roup, an m x 1 vector of latent variables, a p x 1 vector of unique factors (errors of measurement), a p x 1 vector of item intercepts, and a p x m matrix of factor loadins. Then x = + + The means part of the model is iven by = + and the covariance part is iven by = ' + Model identification covariance part: the latent constructs have to be assined a scale in which they are measured; this is done by choosin a marker item and settin its loadin to one; means part: two possibilities the intercepts of the marker items are fixed to zero (which equates the means of the latent constructs to the means of their marker variables, m = ); the vector of latent means is set to zero in the reference roup and one intercept per factor is constrained to be equal across roups; althouh these constraints help with identifyin the model, in eneral they are t sufficient for meaninful across-roup comparisons;

3 3 Types of invariance confiural invariance: the pattern of salient and nsalient loadins is the same across different roups; metric invariance: the scale metrics are the same across roups; 1 = 2 =... = G scalar invariance: in addition to the scale metrics, the item intercepts are the same across roups; 1 = 2 =... = G Types of invariance (cont d) factor (co)variance invariance: factor covariances and factor variances are the same across roups; 1 = 2 =... = G error variance invariance: error variances are the same across roups; 1 = 2 =... = G

4 4 Linkin the types of invariance required to the research objective Confiural invariance Metric invariance Scalar invariance Explorin the basic structure of the construct across roups Examinin structural relationships with other constructs across roups Conductin acrossroup comparisons of means Partial measurement invariance for identification purposes, one item per factor has to have invariant loadins and intercepts (marker item); the marker item has to be chosen carefully; at least one other invariance constraint on the loadins/ intercepts is necessary to ascertain whether the marker item satisfies metric/scalar invariance; Cheun and Rensvold (1999) proposed the factor-ratio test in which all possible pairs of items are tested for metric/scalar invariance and sets of invariant items are identified; an alternative is to start with the fully invariant model of a iven type and relax invariance constraints based on sinificant modification indices, chanes in alternative fit indices, and expected parameter chanes;

5 5 Assessin metric invariance across different roups choose a marker item for each factor (e.., based on reliability or other considerations; if it later turns out that the marker item does t satisfy metric or scalar invariance, a different marker item may have to be chosen) compare the confiural with the full metric invariance model; use Bonferroni-adjusted modification indices, chanes in alternative fit indices, and expected parameter chanes to free loadins that are t invariant; the final model should fit as well as the confiural model; cross-validate the model, if possible; Assessin scalar invariance across different roups compare the final (partial) metric invariance model with the full (or initial) scalar invariance model; use Bonferroni-adjusted modification indices, chanes in fit indices, and expected parameter chanes to free item intercepts that are t invariant; the final model should fit as well as the final (partial) metric invariance model; cross-validate the model, if possible;

6 6 Fiure 1: Proposed Procedure for Assessin Measurement Invariance in Cross-National Consumer Research pool covariance matrices and mean vectors equality of and? equality of? equality of? the factorial structure of the construct is similar across countries full confiural invariance? continue testin for confiurally invariant factors partial confiuralinvariance? the factorial structure of the construct differs across countries full metric invariance? free loadin w/ the larest modification index partial metric invariance? the latent means can be meaninfully compared across countries full scalar invariance? free intercept w/ the larest modification index partial scalar invariance? (some) factor covariances are identical across countries full factor covariance invariance? free covariance w/ the larest modification index partial factor covariance invariance? (some) factor correlations are identical across countries full factor variance invariance? free variance w/ the larest modification index partial factor variance invariance? (invariant) items are equally reliable across countries full error variance invariance? free error w/ the larest modification index partial error variance invariance? Note: If the researcher is t interested in comparin means across countries, tests of scalar invariance can be omitted and the analysis proceeds from assessin metric invariance to investiatin factor covariance invariance.

7 7 Illustration: 393 Austrian and 1181 U.S. respondents completed the Satisfaction with Life Scale (SWLS; Diener et al. 1985), which is a well-kwn instrument used to assess the conitive component of subjective well-bein. The scale consists of the followin five items: (1) In most ways my life is close to my ideal. (2) The conditions of my life are excellent. (3) I am satisfied with my life. (4) So far I have otten the important thins I want in life. (5) If I could live my life over, I would chane almost thin. Respondents indicated their areement or disareement with these statements usin the followin five-point scale: 1 = stronly disaree, 2 = disaree, 3 = neither aree r disaree, 4 = aree, and 5 = stronly aree. Perform an analysis of measurement invariance on the SWLS and test whether Austrian or American respondents are more satisfied with their lives (if possible). Multi-sample structural equation models A one-factor model for life satisfaction j 11 LS l 2 l 3 l 4 l ls1 ls2 ls3 ls4 ls

8 8 MODEL COMPARISONS FOR LIFE SATISFACTION (AUSTRIA VS. U.S.) 2 value df RMSEA CAIC CFI TLI Confiural invariance Full metric invariance Final partial metric invariance Initial (and final) partial scalar invariance Mean invariance Factor loadins Item intercepts AUT US AUT US ls ls ls ls ls Latent means AUT: 3.91 US: 3.26

9 9 DATA usa; INFILE 'd:\m554\multrou\ls-usa.dat'; INPUT ls1 ls2 ls3 ls4 ls5; DATA aut; INFILE 'd:\m554\multrou\ls-aut.dat'; INPUT ls1 ls2 ls3 ls4 ls5; title 'initial and final partial scalar invariance (ls5, ls4)'; run; PROC CALIS modification; roup 1 / data=usa label="usa"; roup 2 / data=aut label="aut"; model 1 / roup=1; PATH ls1 <--- LS = L11, ls2 <--- LS = L21, ls3 <--- LS = 1.0, ls4 <--- LS = L411, ls5 <--- LS = L511; MEAN ls1 = t1, ls2 = t2, ls3 = 0., ls4 = t41, ls5 = t51, LS = k1; PVAR LS = ph111, ls1 = th111, ls2 = th221, ls3 = th331, ls4 = th441, ls5 = th551;

10 10 model 2 / roup=2; PATH ls1 <--- LS = L11, ls2 <--- LS = L21, ls3 <--- LS = 1.0, ls4 <--- LS = L412, ls5 <--- LS = L512; MEAN ls1 = t1, ls2 = t2, ls3 = 0., ls4 = t42, ls5 = t52, LS = k2; PVAR LS = ph112, ls1 = th112, ls2 = th222, ls3 = th332, ls4 = th442, ls5 = th552; run;

11 11 --Data Records Group Label Data Set N Read N Used N Obs Model Type 1 USA WORK.USA Model 1 PATH 2 AUT WORK.AUT Model 2 PATH Group 1. USA Simple Statistics Variable Mean Std Dev ls ls ls ls ls Group 2. AUT Simple Statistics Variable Mean Std Dev ls ls ls ls ls

12 12 Fit Summary Modelin Info Number of Observations 1574 Number of Variables 5 Number of Moments 40 Number of Parameters 26 Number of Active Constraints 0 Baseline Model Function Value Baseline Model Chi-Square Baseline Model Chi-Square DF 20 Pr > Baseline Model Chi-Square <.0001 Absolute Index Fit Function Chi-Square Chi-Square DF 14 Pr > Chi-Square <.0001 Z-Test of Wilson & Hilferty Hoelter Critical N 605 Root Mean Square Residual (RMR) Standardized RMR (SRMR) Goodness of Fit Index (GFI) Parsimony Index Adjusted GFI (AGFI) Parsimonious GFI RMSEA Estimate RMSEA Lower 90% Confidence Limit RMSEA Upper 90% Confidence Limit Probability of Close Fit Akaike Information Criterion Bozdoan CAIC Schwarz Baian Criterion McDonald Centrality Incremental Index Bentler Comparative Fit Index Bentler-Bonett NFI Bentler-Bonett Non-rmed Index Bollen Normed Index Rho Bollen Non-rmed Index Delta James et al. Parsimonious NFI

13 13 Fit Comparison Amon Groups Overall USA Modelin Info Number of Observations Number of Variables 5 5 Number of Moments Number of Parameters Number of Active Constraints 0 0 Baseline Model Function Value Baseline Model Chi-Square Baseline Model Chi-Square DF Fit Index Fit Function Percent Contribution to Chi-Square Root Mean Square Residual (RMR) Standardized RMR (SRMR) Goodness of Fit Index (GFI) Bentler-Bonett NFI Fit Comparison Amon Groups AUT Modelin Info Number of Observations 393 Number of Variables 5 Number of Moments 20 Number of Parameters 15 Number of Active Constraints 0 Baseline Model Function Value Baseline Model Chi-Square Baseline Model Chi-Square DF 10 Fit Index Fit Function Percent Contribution to Chi-Square 30 Root Mean Square Residual (RMR) Standardized RMR (SRMR) Goodness of Fit Index (GFI) Bentler-Bonett NFI

14 14 Model 1. PATH List Standard Path Parameter Estimate Error t Value ls1 <=== LS L ls2 <=== LS L ls3 <=== LS ls4 <=== LS L ls5 <=== LS L Model 1. Variance Parameters Variance Standard Type Variable Parameter Estimate Error t Value Exoeus LS ph Error ls1 th ls2 th ls3 th ls4 th ls5 th Model 1. Means and Intercepts Standard Type Variable Parameter Estimate Error t Value Intercept ls1 t ls2 t ls3 0 ls4 t ls5 t Mean LS k Model 1. Squared Multiple Correlations Error Total Variable Variance Variance R-Square ls ls ls ls ls

15 15 Model 2. PATH List Standard Path Parameter Estimate Error t Value ls1 <=== LS L ls2 <=== LS L ls3 <=== LS ls4 <=== LS L ls5 <=== LS L Model 2. Variance Parameters Variance Standard Type Variable Parameter Estimate Error t Value Exoeus LS ph Error ls1 th ls2 th ls3 th ls4 th ls5 th Model 2. Means and Intercepts Standard Type Variable Parameter Estimate Error t Value Intercept ls1 t ls2 t ls3 0 ls4 t ls5 t Mean LS k Model 2. Squared Multiple Correlations Error Total Variable Variance Variance R-Square ls ls ls ls ls

16 16 Model 1. Rank Order of the 10 Larest LM Stat for Path Relations Parm To From LM Stat Pr > ChiSq Chane ls4 ls < ls5 ls ls4 ls ls5 ls ls2 ls ls4 ls ls2 ls LS ls ls5 ls ls3 ls Model 2. Rank Order of the 10 Larest LM Stat for Path Relations Parm To From LM Stat Pr > ChiSq Chane ls5 ls ls4 ls ls4 ls ls5 ls LS ls ls5 ls LS ls ls3 ls LS ls ls5 ls Larane Multiplier Statistics for Releasin Equality Constraints -----Released Parameter Chanes----- Oriinal Released Parm Model Type Var1 Var2 LM Stat Pr > ChiSq Parm Parm L11 1 DV_IV ls1 LS DV_IV ls1 LS L21 1 DV_IV ls2 LS DV_IV ls2 LS t1 1 INTERCEPT ls INTERCEPT ls t2 1 INTERCEPT ls INTERCEPT ls

17 17 What to do when the number of items and/or factors varies across roups? Unequal number of observed variables introduce imainary observed variables; specify their intercepts and loadins as zero and error variances as one; adjust derees of freedom; Unequal number of latent variables introduce imainary observed and latent variables; specify latent variables to have zero means, unit variance, and relationships with other constructs; add imainary observed variables and adjust derees of freedom; y 1 = *(x 1 ) + 1 Var(x 1 ) Var( 1 ) b r y 2 = *(x 2 + ) + 2 Var(x 2 ) Var( ) Var( 2 ) b r

18 18 The full multi-sample LISREL model with mean structures y x y x y x with E Baozzi, Baumartner, and Pieters (1998) 0.31 (7.4) positive anticipated emotions.14 (3.6).16 (4.4) dietin volitions dietin behaviors.20 (7.4).36 (6.8) d -.07 (-.6).54 (4.9) b.61 (7.7) a,b.29 (3.1) c,d oal achievement positive oal-outcome emotions neative anticipated emotions.07 (1.9).16 (4.0) exercisin volitions.24 (8.7) exercisin behaviors.08 (.9).56 (3.7) a -.18 (-2.3) a,c -.46 (-8.7) b,d neative oal-outcome emotions 0.11 (3.4).33 (5.3) b a men wantin to lose weiht b women wantin to lose weiht c men wantin to maintain their weiht d women wantin to maintain their weiht 2 (110)= RMSEA=.030 CFI=.94 TLI=.92

19 19 How to test mediated paths across roups (moderated mediation) Example: Test whether the effect of positive and neative anticipated emotions on actual dietin is mediated by dietin volitions, separately for male and female respondents, and whether the manitude of the indirect effect differs by ender. DATA males; INFILE 'd:\m554\multrou\wloss-males.dat'; INPUT sexm posem neem bidiet biexer diet exer oalach; DATA females; INFILE 'd:\m554\multrou\wloss-females.dat'; INPUT sexm posem neem bidiet biexer diet exer oalach; title 'Moderated mediation'; run; PROC CALIS modification; roup 1 / data=males label="males"; roup 2 / data=females label="females"; model 1 / roup=1; PATH bidiet <--- posem neem = a111 a121, diet <--- bidiet = be211; PVAR posem = ph111, neem = ph221, bidiet = psi111, diet = psi221; PCOV posem neem = ph211; model 2 / roup=2; PATH bidiet <--- posem neem = a112 a122, diet <--- bidiet = be212; PVAR posem = ph112, neem = ph222, bidiet = psi112, diet = psi222; PCOV posem neem = ph212;

20 20 run; parameters ie11 ie21 ie12 ie22 diffie1 diffie2; ie11=a111*be211; ie21=a121*be211; ie12=a112*be212; ie22=a122*be212; diffie1=a111*be211-a112*be212; diffie2=a121*be211-a122*be212; Type Additional Parameters Parameter Estimate Standard Error t Value Dependent ie ie ie ie diffie diffie

Regression without measurement error using proc calis

Regression without measurement error using proc calis Regression without measurement error using proc calis /* calculus2.sas */ options linesize=79 pagesize=500 noovp formdlim='_'; title 'Calculus 2: Regression with no measurement error'; title2 ''; data

More information

Instrumental variables regression on the Poverty data

Instrumental variables regression on the Poverty data Instrumental variables regression on the Poverty data /********************** poverty2.sas **************************/ options linesize=79 noovp formdlim='-' nodate; title 'UN Poverty Data: Instrumental

More information

* IVEware Analysis Examples Replication for ASDA 2nd Edition * Berglund April 2017 * Chapter 13 ;

* IVEware Analysis Examples Replication for ASDA 2nd Edition * Berglund April 2017 * Chapter 13 ; IVEware Analysis Example Replication C13 * IVEware Analysis Examples Replication for ASDA 2nd Edition * Berglund April 2017 * Chapter 13 ; * 13.3.3 Alternative Approaches to Fitting GLMMs to Survey Data:

More information

SAS Example 3: Deliberately create numerical problems

SAS Example 3: Deliberately create numerical problems SAS Example 3: Deliberately create numerical problems Four experiments 1. Try to fit this model, failing the parameter count rule. 2. Set φ 12 =0 to pass the parameter count rule, but still not identifiable.

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

C:\Users\Rex Kline\AppData\Local\Temp\AmosTemp\AmosScratch.amw. Date: Friday, December 5, 2014 Time: 11:20:30 AM

C:\Users\Rex Kline\AppData\Local\Temp\AmosTemp\AmosScratch.amw. Date: Friday, December 5, 2014 Time: 11:20:30 AM Page 1 of 7 C:\Users\Rex Kline\AppData\Local\Temp\AmosTemp\AmosScratch.amw Analysis Summary Date and Time Date: Friday, December 5, 2014 Time: 11:20:30 AM Title Groups Group number 1 (Group number 1) Notes

More information

CONFIRMATORY FACTOR ANALYSIS

CONFIRMATORY FACTOR ANALYSIS 1 CONFIRMATORY FACTOR ANALYSIS The purpose of confirmatory factor analysis (CFA) is to explain the pattern of associations among a set of observe variables in terms of a smaller number of unerlying latent

More information

EVALUATION OF STRUCTURAL EQUATION MODELS

EVALUATION OF STRUCTURAL EQUATION MODELS 1 EVALUATION OF STRUCTURAL EQUATION MODELS I. Issues related to the initial specification of theoretical models of interest 1. Model specification: a. Measurement model: (i) EFA vs. CFA (ii) reflective

More information

Multiple Group CFA Invariance Example (data from Brown Chapter 7) using MLR Mplus 7.4: Major Depression Criteria across Men and Women (n = 345 each)

Multiple Group CFA Invariance Example (data from Brown Chapter 7) using MLR Mplus 7.4: Major Depression Criteria across Men and Women (n = 345 each) Multiple Group CFA Invariance Example (data from Brown Chapter 7) using MLR Mplus 7.4: Major Depression Criteria across Men and Women (n = 345 each) 9 items rated by clinicians on a scale of 0 to 8 (0

More information

Psychology 454: Latent Variable Modeling How do you know if a model works?

Psychology 454: Latent Variable Modeling How do you know if a model works? Psychology 454: Latent Variable Modeling How do you know if a model works? William Revelle Department of Psychology Northwestern University Evanston, Illinois USA November, 2012 1 / 18 Outline 1 Goodness

More information

The Role of Leader Motivating Language in Employee Absenteeism (Mayfield: 2009)

The Role of Leader Motivating Language in Employee Absenteeism (Mayfield: 2009) DATE: 12/15/2009 TIME: 5:50 Page 1 LISREL 8.80 (STUDENT EDITION) BY Karl G. J reskog & Dag S rbom This program is published exclusively by Scientific Software International, Inc. 7383 N. Lincoln Avenue,

More information

Introduction to Confirmatory Factor Analysis

Introduction to Confirmatory Factor Analysis Introduction to Confirmatory Factor Analysis In Exploratory FA, the analyst has no strong prior notion of the structure of the factor solution the goal is to infer factor structure from the patterns of

More information

The use of structural equation modeling to examine consumption of pornographic materials in Chinese adolescents in Hong Kong

The use of structural equation modeling to examine consumption of pornographic materials in Chinese adolescents in Hong Kong The use of structural equation modeling to examine consumption of pornographic materials in Chinese adolescents in Hong Kong Appendix 1 Creating matrices and checking for normality!prelis SYNTAX: Can be

More information

Longitudinal Invariance CFA (using MLR) Example in Mplus v. 7.4 (N = 151; 6 items over 3 occasions)

Longitudinal Invariance CFA (using MLR) Example in Mplus v. 7.4 (N = 151; 6 items over 3 occasions) Longitudinal Invariance CFA (using MLR) Example in Mplus v. 7.4 (N = 151; 6 items over 3 occasions) CLP 948 Example 7b page 1 These data measuring a latent trait of social functioning were collected at

More information

Introduction to Structural Equation Modeling with Latent Variables

Introduction to Structural Equation Modeling with Latent Variables SAS/STAT 9.2 User s Guide Introduction to Structural Equation Modeling with Latent Variables (Book Excerpt) SAS Documentation This document is an individual chapter from SAS/STAT 9.2 User s Guide. The

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

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

Confirmatory Factor Analysis. Psych 818 DeShon

Confirmatory Factor Analysis. Psych 818 DeShon Confirmatory Factor Analysis Psych 818 DeShon Purpose Takes factor analysis a few steps further. Impose theoretically interesting constraints on the model and examine the resulting fit of the model with

More information

CONFIRMATORY FACTOR ANALYSIS

CONFIRMATORY FACTOR ANALYSIS 1 CONFIRMATORY FACTOR ANALYSIS The purpose of confirmatory factor analysis (CFA) is to explain the pattern of associations among a set of observed variables in terms of a smaller number of underlying latent

More information

ADVANCED C. MEASUREMENT INVARIANCE SEM REX B KLINE CONCORDIA

ADVANCED C. MEASUREMENT INVARIANCE SEM REX B KLINE CONCORDIA ADVANCED SEM C. MEASUREMENT INVARIANCE REX B KLINE CONCORDIA C C2 multiple model 2 data sets simultaneous C3 multiple 2 populations 2 occasions 2 methods C4 multiple unstandardized constrain to equal fit

More information

DATE: 9/ L I S R E L 8.80

DATE: 9/ L I S R E L 8.80 98 LAMPIRAN 3 STRUCTURAL EQUATION MODEL ONE CONGINERIC Use of this program is subject to the terms specified in the Convention. Universal Copyright 9/2017 DATE: 9/ TIME: 20:22 Website: www.ssicentral.com

More information

Chapter 13 Introduction to Structural Equation Modeling

Chapter 13 Introduction to Structural Equation Modeling Chapter 13 Introduction to Structural Equation Modeling Chapter Contents OVERVIEW................................... 203 COMPARISON OF THE CALIS AND SYSLIN PROCEDURES...... 203 MODEL SPECIFICATION...........................

More information

Psychology 454: Latent Variable Modeling How do you know if a model works?

Psychology 454: Latent Variable Modeling How do you know if a model works? Psychology 454: Latent Variable Modeling How do you know if a model works? William Revelle Department of Psychology Northwestern University Evanston, Illinois USA October, 2017 1 / 33 Outline Goodness

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

Evaluation of structural equation models. Hans Baumgartner Penn State University

Evaluation of structural equation models. Hans Baumgartner Penn State University Evaluation of structural equation models Hans Baumgartner Penn State University Issues related to the initial specification of theoretical models of interest Model specification: Measurement model: EFA

More information

Factor analysis. George Balabanis

Factor analysis. George Balabanis Factor analysis George Balabanis Key Concepts and Terms Deviation. A deviation is a value minus its mean: x - mean x Variance is a measure of how spread out a distribution is. It is computed as the average

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

AN INTRODUCTION TO STRUCTURAL EQUATION MODELING WITH AN APPLICATION TO THE BLOGOSPHERE

AN INTRODUCTION TO STRUCTURAL EQUATION MODELING WITH AN APPLICATION TO THE BLOGOSPHERE AN INTRODUCTION TO STRUCTURAL EQUATION MODELING WITH AN APPLICATION TO THE BLOGOSPHERE Dr. James (Jim) D. Doyle March 19, 2014 Structural equation modeling or SEM 1971-1980: 27 1981-1990: 118 1991-2000:

More information

Multi-group analyses for measurement invariance parameter estimates and model fit (ML)

Multi-group analyses for measurement invariance parameter estimates and model fit (ML) LBP-TBQ: Supplementary digital content 8 Multi-group analyses for measurement invariance parameter estimates and model fit (ML) Medication data Multi-group CFA analyses were performed with the 16-item

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

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

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

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

SPECIAL TOPICS IN REGRESSION ANALYSIS

SPECIAL TOPICS IN REGRESSION ANALYSIS 1 SPECIAL TOPICS IN REGRESSION ANALYSIS Representing Nominal Scales in Regression Analysis There are several ways in which a set of G qualitative distinctions on some variable of interest can be represented

More information

Solution to the take home exam for ECON 3150/4150

Solution to the take home exam for ECON 3150/4150 Solution to the tae home exam for ECO 350/450 Jia Zhiyan and Jo Thori Lind April 2004 General comments Most of the copies we ot were quite ood, and it seems most of you have done a real effort on the problem

More information

Structural Equation Modeling

Structural Equation Modeling Chapter 11 Structural Equation Modeling Hans Baumgartner and Bert Weijters Hans Baumgartner, Smeal College of Business, The Pennsylvania State University, University Park, PA 16802, USA, E-mail: jxb14@psu.edu.

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

Measurement Invariance (MI) in CFA and Differential Item Functioning (DIF) in IRT/IFA

Measurement Invariance (MI) in CFA and Differential Item Functioning (DIF) in IRT/IFA Topics: Measurement Invariance (MI) in CFA and Differential Item Functioning (DIF) in IRT/IFA What are MI and DIF? Testing measurement invariance in CFA Testing differential item functioning in IRT/IFA

More information

A Threshold-Free Approach to the Study of the Structure of Binary Data

A Threshold-Free Approach to the Study of the Structure of Binary Data International Journal of Statistics and Probability; Vol. 2, No. 2; 2013 ISSN 1927-7032 E-ISSN 1927-7040 Published by Canadian Center of Science and Education A Threshold-Free Approach to the Study of

More information

A Review and Synthesis of the Measurement Invariance Literature: Suggestions, Practices, and Recommendations for Organizational Research

A Review and Synthesis of the Measurement Invariance Literature: Suggestions, Practices, and Recommendations for Organizational Research ORGANIZATIONAL Vandenber, Lance / MEASUREMENT RESEARCH METHODS INVARIANCE A Review and Synthesis of the Measurement Invariance Literature: Suestions, Practices, and Recommendations for Oranizational Research

More information

Chapter 3: Testing alternative models of data

Chapter 3: Testing alternative models of data Chapter 3: Testing alternative models of data William Revelle Northwestern University Prepared as part of course on latent variable analysis (Psychology 454) and as a supplement to the Short Guide to R

More information

Subject-specific observed profiles of log(fev1) vs age First 50 subjects in Six Cities Study

Subject-specific observed profiles of log(fev1) vs age First 50 subjects in Six Cities Study Subject-specific observed profiles of log(fev1) vs age First 50 subjects in Six Cities Study 1.4 0.0-6 7 8 9 10 11 12 13 14 15 16 17 18 19 age Model 1: A simple broken stick model with knot at 14 fit with

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

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

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

More information

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

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

Stat260: Bayesian Modeling and Inference Lecture Date: March 10, 2010

Stat260: Bayesian Modeling and Inference Lecture Date: March 10, 2010 Stat60: Bayesian Modelin and Inference Lecture Date: March 10, 010 Bayes Factors, -priors, and Model Selection for Reression Lecturer: Michael I. Jordan Scribe: Tamara Broderick The readin for this lecture

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

FIT CRITERIA PERFORMANCE AND PARAMETER ESTIMATE BIAS IN LATENT GROWTH MODELS WITH SMALL SAMPLES

FIT CRITERIA PERFORMANCE AND PARAMETER ESTIMATE BIAS IN LATENT GROWTH MODELS WITH SMALL SAMPLES FIT CRITERIA PERFORMANCE AND PARAMETER ESTIMATE BIAS IN LATENT GROWTH MODELS WITH SMALL SAMPLES Daniel M. McNeish Measurement, Statistics, and Evaluation University of Maryland, College Park Background

More information

SC705: Advanced Statistics Instructor: Natasha Sarkisian Class notes: Model Building Strategies

SC705: Advanced Statistics Instructor: Natasha Sarkisian Class notes: Model Building Strategies SC705: Advanced Statistics Instructor: Natasha Sarkisian Class notes: Model Building Strategies Model Diagnostics The model diagnostics and improvement strategies discussed here apply to both measurement

More information

MICHAEL SCHREINER and KARL SCHWEIZER

MICHAEL SCHREINER and KARL SCHWEIZER Review of Psychology, 2011, Vol. 18, No. 1, 3-11 UDC 159.9 The hypothesis-based investigation of patterns of relatedness by means of confirmatory factor models: The treatment levels of the Exchange Test

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

Compiled by: Assoc. Prof. Dr Bahaman Abu Samah Department of Professional Developmentand Continuing Education Faculty of Educational Studies

Compiled by: Assoc. Prof. Dr Bahaman Abu Samah Department of Professional Developmentand Continuing Education Faculty of Educational Studies Compiled by: Assoc. Prof. Dr Bahaman Abu Samah Department of Professional Developmentand Continuing Education Faculty of Educational Studies Universiti Putra Malaysia Serdang Structural Equation Modeling

More information

Confirmatory Factor Models (CFA: Confirmatory Factor Analysis)

Confirmatory Factor Models (CFA: Confirmatory Factor Analysis) Confirmatory Factor Models (CFA: Confirmatory Factor Analysis) Today s topics: Comparison of EFA and CFA CFA model parameters and identification CFA model estimation CFA model fit evaluation CLP 948: Lecture

More information

Copyright 2013 The Guilford Press

Copyright 2013 The Guilford Press This is a chapter excerpt from Guilford Publications. Longitudinal Structural Equation Modeling, by Todd D. Little. Copyright 2013. Purchase this book now: www.guilford.com/p/little 7 Multiple-Group Models

More information

Lab 11. Multilevel Models. Description of Data

Lab 11. Multilevel Models. Description of Data Lab 11 Multilevel Models Henian Chen, M.D., Ph.D. Description of Data MULTILEVEL.TXT is clustered data for 386 women distributed across 40 groups. ID: 386 women, id from 1 to 386, individual level (level

More information

Testing measurement invariance in a confirmatory factor analysis framework State of the art

Testing measurement invariance in a confirmatory factor analysis framework State of the art Philipp E. Sischka University of Luxembourg Contact: Philipp Sischka, University of Luxembourg, INSIDE, Porte des Sciences, L-4366 Esch-sur-Alzette, philipp.sischka@uni.lu Testing measurement invariance

More information

sempower Manual Morten Moshagen

sempower Manual Morten Moshagen sempower Manual Morten Moshagen 2018-03-22 Power Analysis for Structural Equation Models Contact: morten.moshagen@uni-ulm.de Introduction sempower provides a collection of functions to perform power analyses

More information

Pelatihan Statistika. Jonathan Sarwono

Pelatihan Statistika. Jonathan Sarwono Pelatihan Statistika Jonathan Sarwono Model - Model Penelitian dalam Riset Lanjutan 1. Model Dasar Hubungan Antar Variabel 2. Model Dasa dalam Analisis Jalur 3. Model dalam Structural Equiation Modeling

More information

Factor Analysis & Structural Equation Models. CS185 Human Computer Interaction

Factor Analysis & Structural Equation Models. CS185 Human Computer Interaction Factor Analysis & Structural Equation Models CS185 Human Computer Interaction MoodPlay Recommender (Andjelkovic et al, UMAP 2016) Online system available here: http://ugallery.pythonanywhere.com/ 2 3 Structural

More information

Outline. Mixed models in R using the lme4 package Part 3: Longitudinal data. Sleep deprivation data. Simple longitudinal data

Outline. Mixed models in R using the lme4 package Part 3: Longitudinal data. Sleep deprivation data. Simple longitudinal data Outline Mixed models in R using the lme4 package Part 3: Longitudinal data Douglas Bates Longitudinal data: sleepstudy A model with random effects for intercept and slope University of Wisconsin - Madison

More information

Measuring Market Orientation: Are There Differences Between Business Marketers and Consumer Marketers?

Measuring Market Orientation: Are There Differences Between Business Marketers and Consumer Marketers? 5 Measuring Market Orientation: Are There Differences Between Business Marketers and Consumer Marketers? by Felix T. Mavondo Mark A. Farrell Abstract: The paper investigates issues of scale equivalence

More information

Structural Equation Modelling

Structural Equation Modelling Slide Email: jkanglim@unimelb.edu.au Office: Room 0 Redmond Barry Building Website: http://jeromyanglim.googlepages.com/ Appointments: For appointments regarding course or with the application of statistics

More information

The Impact of Varying the Number of Measurement Invariance Constraints on. the Assessment of Between-Group Differences of Latent Means.

The Impact of Varying the Number of Measurement Invariance Constraints on. the Assessment of Between-Group Differences of Latent Means. The Impact of Varying the Number of Measurement on the Assessment of Between-Group Differences of Latent Means by Yuning Xu A Thesis Presented in Partial Fulfillment of the Requirements for the Degree

More information

STAT 501 EXAM I NAME Spring 1999

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

More information

Lecture 5 Processing microarray data

Lecture 5 Processing microarray data Lecture 5 Processin microarray data (1)Transform the data into a scale suitable for analysis ()Remove the effects of systematic and obfuscatin sources of variation (3)Identify discrepant observations Preprocessin

More information

STAT 5200 Handout #23. Repeated Measures Example (Ch. 16)

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

More information

Dimensionality Assessment: Additional Methods

Dimensionality Assessment: Additional Methods Dimensionality Assessment: Additional Methods In Chapter 3 we use a nonlinear factor analytic model for assessing dimensionality. In this appendix two additional approaches are presented. The first strategy

More information

Step 2: Select Analyze, Mixed Models, and Linear.

Step 2: Select Analyze, Mixed Models, and Linear. Example 1a. 20 employees were given a mood questionnaire on Monday, Wednesday and again on Friday. The data will be first be analyzed using a Covariance Pattern model. Step 1: Copy Example1.sav data file

More information

Model Invariance Testing Under Different Levels of Invariance. W. Holmes Finch Brian F. French

Model Invariance Testing Under Different Levels of Invariance. W. Holmes Finch Brian F. French Model Invariance Testing Under Different Levels of Invariance W. Holmes Finch Brian F. French Measurement Invariance (MI) MI is important. Construct comparability across groups cannot be assumed Must be

More information

This course. Tutors. Jon Heron, PhD (Bristol) Anna Brown, PhD (Cambridge)

This course. Tutors. Jon Heron, PhD (Bristol) Anna Brown, PhD (Cambridge) This course The course is funded by the ESRC RDI and hosted by The Psychometrics Centre Tutors Jon Heron, PhD (Bristol) jon.heron@bristol.ac.uk Anna Brown, PhD (Cambridge) ab936@medschl.cam.ac.uk Tim Croudace,

More information

The Sensitivity of Confirmatory Factor Analytic Fit Indices to. Violations of Factorial Invariance across Latent Classes: A Simulation.

The Sensitivity of Confirmatory Factor Analytic Fit Indices to. Violations of Factorial Invariance across Latent Classes: A Simulation. The Sensitivity of Confirmatory Factor Analytic Fit Indices to Violations of Factorial Invariance across Latent Classes: A Simulation Study by Kimberly Carol Blackwell A Dissertation Presented in Partial

More information

Statistics 5100 Spring 2018 Exam 1

Statistics 5100 Spring 2018 Exam 1 Statistics 5100 Spring 2018 Exam 1 Directions: You have 60 minutes to complete the exam. Be sure to answer every question, and do not spend too much time on any part of any question. Be concise with all

More information

dm'log;clear;output;clear'; options ps=512 ls=99 nocenter nodate nonumber nolabel FORMCHAR=" = -/\<>*"; ODS LISTING;

dm'log;clear;output;clear'; options ps=512 ls=99 nocenter nodate nonumber nolabel FORMCHAR= = -/\<>*; ODS LISTING; dm'log;clear;output;clear'; options ps=512 ls=99 nocenter nodate nonumber nolabel FORMCHAR=" ---- + ---+= -/\*"; ODS LISTING; *** Table 23.2 ********************************************; *** Moore, David

More information

Supplemental Materials. In the main text, we recommend graphing physiological values for individual dyad

Supplemental Materials. In the main text, we recommend graphing physiological values for individual dyad 1 Supplemental Materials Graphing Values for Individual Dyad Members over Time In the main text, we recommend graphing physiological values for individual dyad members over time to aid in the decision

More information

Testing Indirect Effects for Lower Level Mediation Models in SAS PROC MIXED

Testing Indirect Effects for Lower Level Mediation Models in SAS PROC MIXED Testing Indirect Effects for Lower Level Mediation Models in SAS PROC MIXED Here we provide syntax for fitting the lower-level mediation model using the MIXED procedure in SAS as well as a sas macro, IndTest.sas

More information

22s:152 Applied Linear Regression

22s:152 Applied Linear Regression 22s:152 Applied Linear Regression Chapter 7: Dummy Variable Regression So far, we ve only considered quantitative variables in our models. We can integrate categorical predictors by constructing artificial

More information

General Linear Model (Chapter 4)

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

More information

Related Concepts: Lecture 9 SEM, Statistical Modeling, AI, and Data Mining. I. Terminology of SEM

Related Concepts: Lecture 9 SEM, Statistical Modeling, AI, and Data Mining. I. Terminology of SEM Lecture 9 SEM, Statistical Modeling, AI, and Data Mining I. Terminology of SEM Related Concepts: Causal Modeling Path Analysis Structural Equation Modeling Latent variables (Factors measurable, but thru

More information

Assessing Factorial Invariance in Ordered-Categorical Measures

Assessing Factorial Invariance in Ordered-Categorical Measures Multivariate Behavioral Research, 39 (3), 479-515 Copyright 2004, Lawrence Erlbaum Associates, Inc. Assessing Factorial Invariance in Ordered-Categorical Measures Roger E. Millsap and Jenn Yun-Tein Arizona

More information

Answer to exercise: Blood pressure lowering drugs

Answer to exercise: Blood pressure lowering drugs Answer to exercise: Blood pressure lowering drugs The data set bloodpressure.txt contains data from a cross-over trial, involving three different formulations of a drug for lowering of blood pressure:

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

Lecture notes I: Measurement invariance 1

Lecture notes I: Measurement invariance 1 Lecture notes I: Measurement Invariance (RM20; Jelte Wicherts). 1 Lecture notes I: Measurement invariance 1 Literature. Mellenbergh, G. J. (1989). Item bias and item response theory. International Journal

More information

Evaluating the Sensitivity of Goodness-of-Fit Indices to Data Perturbation: An Integrated MC-SGR Approach

Evaluating the Sensitivity of Goodness-of-Fit Indices to Data Perturbation: An Integrated MC-SGR Approach Evaluating the Sensitivity of Goodness-of-Fit Indices to Data Perturbation: An Integrated MC-SGR Approach Massimiliano Pastore 1 and Luigi Lombardi 2 1 Department of Psychology University of Cagliari Via

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

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

Answers to Problem Set #4

Answers to Problem Set #4 Answers to Problem Set #4 Problems. Suppose that, from a sample of 63 observations, the least squares estimates and the corresponding estimated variance covariance matrix are given by: bβ bβ 2 bβ 3 = 2

More information

Odor attraction CRD Page 1

Odor attraction CRD Page 1 Odor attraction CRD Page 1 dm'log;clear;output;clear'; options ps=512 ls=99 nocenter nodate nonumber nolabel FORMCHAR=" ---- + ---+= -/\*"; ODS LISTING; *** Table 23.2 ********************************************;

More information

T.I.H.E. IT 233 Statistics and Probability: Sem. 1: 2013 ESTIMATION AND HYPOTHESIS TESTING OF TWO POPULATIONS

T.I.H.E. IT 233 Statistics and Probability: Sem. 1: 2013 ESTIMATION AND HYPOTHESIS TESTING OF TWO POPULATIONS ESTIMATION AND HYPOTHESIS TESTING OF TWO POPULATIONS In our work on hypothesis testing, we used the value of a sample statistic to challenge an accepted value of a population parameter. We focused only

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

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

Two-Way ANOVA. Chapter 15

Two-Way ANOVA. Chapter 15 Two-Way ANOVA Chapter 15 Interaction Defined An interaction is present when the effects of one IV depend upon a second IV Interaction effect : The effect of each IV across the levels of the other IV When

More information

Effect of Centering and Standardization in Moderation Analysis

Effect of Centering and Standardization in Moderation Analysis Effect of Centering and Standardization in Moderation Analysis Raw Data The CORR Procedure 3 Variables: govact negemot Simple Statistics Variable N Mean Std Dev Sum Minimum Maximum Label govact 4.58699

More information

Using Structural Equation Modeling to Conduct Confirmatory Factor Analysis

Using Structural Equation Modeling to Conduct Confirmatory Factor Analysis Using Structural Equation Modeling to Conduct Confirmatory Factor Analysis Advanced Statistics for Researchers Session 3 Dr. Chris Rakes Website: http://csrakes.yolasite.com Email: Rakes@umbc.edu Twitter:

More information

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

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

More information

STA 303 H1S / 1002 HS Winter 2011 Test March 7, ab 1cde 2abcde 2fghij 3

STA 303 H1S / 1002 HS Winter 2011 Test March 7, ab 1cde 2abcde 2fghij 3 STA 303 H1S / 1002 HS Winter 2011 Test March 7, 2011 LAST NAME: FIRST NAME: STUDENT NUMBER: ENROLLED IN: (circle one) STA 303 STA 1002 INSTRUCTIONS: Time: 90 minutes Aids allowed: calculator. Some formulae

More information

MULTIDIMENSIONAL COUPLED PHOTON-ELECTRON TRANSPORT SIMULATIONS USING NEUTRAL PARTICLE S N CODES

MULTIDIMENSIONAL COUPLED PHOTON-ELECTRON TRANSPORT SIMULATIONS USING NEUTRAL PARTICLE S N CODES Computational Medical Physics Workin Group Workshop II ep 30 Oct 3 007 University of Florida (UF) Gainesville Florida UA on CD-ROM American Nuclear ociety LaGrane Park IL (007) MULTIDIMNIONAL COUPLD PHOTON-LCTRON

More information

Condition 9 and 10 Tests of Model Confirmation with SEM Techniques

Condition 9 and 10 Tests of Model Confirmation with SEM Techniques Condition 9 and 10 Tests of Model Confirmation with SEM Techniques Dr. Larry J. Williams CARMA Director Donald and Shirley Clifton Chair of Survey Science Professor of Management University of Nebraska

More information

Minor data correction

Minor data correction More adventures Steps of analysis I. Initial data entry as a spreadsheet II. descriptive stats III.preliminary correlational structure IV.EFA V.CFA/SEM VI.Theoretical interpretation Initial data entry

More information

Introduction to SAS proc mixed

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

More information