Minor data correction

Size: px
Start display at page:

Download "Minor data correction"

Transcription

1 More adventures

2 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

3 Initial data entry > megan <- read.clipboard() > describe(megan) var n mean sd median trimmed mad min max range skew kurtosis se adult adult adult revadult revadult revadult adult adult adult adult adult revadult adult > Clearly, a missing value code of -999 was used

4 Minor data correction > megan[megan == -999] <- NA > describe(megan) var n mean sd median trimmed mad min max range skew kurtosis se adult adult adult revadult revadult revadult adult adult adult adult adult revadult adult

5 Graphics: SPLOM adult adult3 adult2 revadult5 revadult adult8 adult adult7 revadult6 adult adult adult3 revadult2

6 Cluster structure revadult2 revadult5 revadult revadult6 adult adult2 adult3 adult9 adult7 adult8 adult adult0 adult C C C3 C ICLUST C5 C8 C6 C C C C 0.9 C2 > ic.meg <- ICLUST(megan) Loading required package: Rgraph Loading required package: graph Loading required package: grid > ic.meg ICLUST (Item Cluster Analysis) Call: ICLUST(r.mat = megan) Item by Cluster Structure matrix [,] adult 0.53 adult adult3 0.6 revadult 0.56 revadult5 0.5 revadult adult adult adult adult adult 0.8 revadult2 0. adult3 0.8 With eigenvalues of: []. Purified scale intercorrelations reliabilities on diagonal correlations corrected for attenuation above diagonal: [,] [,] 0.88

7 Theory says 2 adult adult2 adult3 adult9 adult7 adult8 adult adult0 adult3 revadult2 revadult5 revadult revadult6 clusters C C2 ICLUST C3 C C8 C6 C7 C C0 C C > ic2 ICLUST (Item Cluster Analysis) Call: ICLUST(r.mat = megan, nclusters = 2) Item by Cluster Structure matrix: C C9 adult adult adult revadult revadult revadult adult adult adult adult adult revadult adult With eigenvalues of: C C Purified scale intercorrelations reliabilities on diagonal correlations corrected for attenuation above diagonal: C C9 C C

8 Sort the loadings > ICLUST.sort(ic2) $sorted item content cluster C C9 adult8 8 adult adult3 3 adult adult7 7 adult adult2 2 adult adult0 0 adult adult9 9 adult adult adult adult3 3 adult adult adult revadult revadult revadult6 6 revadult revadult5 5 revadult revadult2 2 revadult

9 VSS suggests or 2 Very Simple Structure Very Simple Structure Fit Number of Factors

10 VSS says or 2 > vss <- VSS(megan) > vss Very Simple Structure Call: VSS(x = megan) VSS complexity achieves a maximimum of 0.79 with factors VSS complexity 2 achieves a maximimum of 0.88 with 2 factors The Velicer MAP criterion achieves a minimum of 0.7 with 2 factors Velicer MAP [] Very Simple Structure Complexity [] Very Simple Structure Complexity 2 []

11 Parallel Analysis Parallel Analysis Scree Plots eigenvalues of principal components and factor analysis PC Actual Data PC Simulated Data PC Resampled Data FA Actual Data FA Simulated Data FA Resampled Data 2 PCs 3- Factors Factor Number

12 Omega Omega adult adult2 adult3 revadult revadult5 revadult6 adult7 adult8 adult9 adult0 adult revadult2 adult3 g F* F2* F3* Omega adult adult2 adult3 revadult revadult5 revadult6 adult7 adult8 adult9 adult0 adult revadult2 adult3 g F F2 F om <- omega(megan) om.h <- omega(megan,sl=false)

13 > om Omega Call: omega(m = megan) Alpha: 0.88 G.6: 0.9 Omega Hierarchical: 0.69 Omega Total 0.9 Schmid Leiman Factor loadings greater than 0.2 g F* F2* F3* h2 u2 adult adult adult revadult revadult revadult adult adult adult adult adult revadult adult With eigenvalues of: g F* F2* F3* general/max 2.56 max/min = 3.3 > Omega fits, but badly The degrees of freedom for the model is 2 and the fit was 0.3 The number of observations was 302 with Chi Square = with prob < 5.9e-05

14 sem of bifactor > mod <- sem(om$model,cov(megan,use="pairwise"),285) > summary(mod,digits=2) Model Chisquare = 83 Df = 52 Pr(>Chisq) = Chisquare (null model) = 55 Df = 78 Goodness-of-fit index = 0.96 Adjusted goodness-of-fit index = 0.93 RMSEA index = % CI: (0.026, 0.06) Bentler-Bonnett NFI = 0.95 Tucker-Lewis NNFI = 0.97 Bentler CFI = 0.98 SRMR = BIC = -2 Normalized Residuals Min. st Qu. Median Mean 3rd Qu. Max. -.e e-0 3.9e e e-0.9e+00

15 Standardized coefficients > std.coef(mod,digits=2) Std. Estimate adult adult adult <--- g adult2 adult adult2 <--- g adult3 adult adult3 <--- g revadult revadult 0.28 revadult <--- g revadult5 revadult revadult5 <--- g revadult6 revadult revadult6 <--- g adult7 adult adult7 <--- g adult8 adult adult8 <--- g adult9 adult adult9 <--- g adult0 adult adult0 <--- g adult adult 0.5 adult <--- g revadult2 revadult revadult2 <--- g adult3 adult adult3 <--- g F3*adult F3*adult 0.07 adult <--- F3* F3*adult2 F3*adult adult2 <--- F3* F3*adult3 F3*adult adult3 <--- F3* F2*revadult F2*revadult 0.72 revadult <--- F2* F2*revadult5 F2*revadult revadult5 <--- F2* F2*revadult6 F2*revadult revadult6 <--- F2* F*adult7 F*adult7-0.0 adult7 <--- F* F*adult8 F*adult8-0.5 adult8 <--- F* F*adult9 F*adult adult9 <--- F* F*adult0 F*adult0 0.8 adult0 <--- F* F*adult F*adult 0.25 adult <--- F* F2*revadult2 F2*revadult revadult2 <--- F2* F*adult3 F*adult adult3 <--- F*

16 Hierarchical solution > mod.h <- sem(om.h$model,cov(megan,use="pairwise"),285) > summary(mod.h,digits=2) Model Chisquare = 30 Df = 62 Pr(>Chisq) = 9.2e-07 Chisquare (null model) = 55 Df = 78 Goodness-of-fit index = 0.93 Adjusted goodness-of-fit index = 0.9 RMSEA index = % CI: (0.07, 0.077) Bentler-Bonnett NFI = 0.92 Tucker-Lewis NNFI = 0.9 Bentler CFI = 0.95 SRMR = 0.06 BIC = -220 Normalized Residuals Min. st Qu. Median Mean 3rd Qu. Max

17 Standardized coefficients for hierarchical model > std.coef(mod.h,digits=2) Std. Estimate gf gf 0.89 F <--- g gf2 gf F2 <--- g gf3 gf3 0.9 F3 <--- g F3adult F3adult 0.62 adult <--- F3 F3adult2 F3adult adult2 <--- F3 F3adult3 F3adult adult3 <--- F3 F2revadult F2revadult 0.83 revadult <--- F2 F2revadult5 F2revadult revadult5 <--- F2 F2revadult6 F2revadult6 0.7 revadult6 <--- F2 Fadult7 Fadult adult7 <--- F Fadult8 Fadult adult8 <--- F Fadult9 Fadult adult9 <--- F F3adult0 F3adult adult0 <--- F3 Fadult Fadult 0.9 adult <--- F F2revadult2 F2revadult revadult2 <--- F2 Fadult3 Fadult adult3 <--- F

18 Predicting delinquency I. Wave data, children are 2-3 II. Wave 2 data, children are 8-9 III.First do simple models, then do the panel wave data

19 Delinquency > lindsay <- read.clipboard(sep="\t") > dim(lindsay) [] 29 7 > describe(lindsay) var n mean sd median trimmed mad min max range skew kurtosis se malew momwarmw momcommunicationw momrelationshipw dadwarmw dadcommunicationw dadrelationshipw timehomew peoplehangw clothingw tvtimew closemomw closedadw momcaresw dadcaresw delinquencyw delinquencyw

20 Hard to predict criterion malew delinquencyw 0.08 delinquencyw

21 Simple models ICLUST closedadw dadcaresw delinquencyw dadwarmw C C C C2 dadcommunicationw C6 dadrelationshipw malew delinquencyw3 timehomew tvtimew peoplehangw clothingw closemomw momcaresw momwarmw C C2 C C C C3 C0 0.6 C C2 C0 C C C C momcommunicationw C momrelationshipw

22 > ic.lind ICLUST (Item Cluster Analysis) Call: ICLUST(r.mat = lindsay) Item by Cluster Structure matrix: C0 C2 C malew momwarmw momcommunicationw momrelationshipw dadwarmw dadcommunicationw dadrelationshipw timehomew peoplehangw clothingw tvtimew closemomw closedadw momcaresw dadcaresw delinquencyw delinquencyw With eigenvalues of: C0 C2 C ICLUST stats Purified scale intercorrelations reliabilities on diagonal correlations corrected for attenuation above diagonal: C2 C0 C C C C >

23 Drop criterion ICLUST closedadw dadcaresw dadwarmw C C6 0.9 C0 dadcommunicationw dadrelationshipw C5 malew timehomew tvtimew C8 0.7 C 0.68 C2 peoplehangw C2 clothingw closemomw momcaresw momwarmw momcommunicationw momrelationshipw C C C C9 C0 C9 C2 C C C

24 > ic.lind <- ICLUST(lindsay[:5]) > ic.lind ICLUST (Item Cluster Analysis) Call: ICLUST(r.mat = lindsay[:5]) ICLUST stats Item by Cluster Structure matrix: C0 C9 C2 malew momwarmw momcommunicationw momrelationshipw dadwarmw dadcommunicationw dadrelationshipw timehomew peoplehangw clothingw tvtimew closemomw closedadw momcaresw dadcaresw With eigenvalues of: C0 C9 C Purified scale intercorrelations reliabilities on diagonal correlations corrected for attenuation above diagonal: C0 C9 C2 C C C

25 > lind.keys <- make.keys(7,list(mom=c(2,3,,2,),dad=c(5,6,7,3,5), rec=c(7:0),del=c(6,7))) > rownames(lind.keys) <- colnames(lindsay) > lind.keys mom dad rec del malew momwarmw momcommunicationw momrelationshipw dadwarmw dadcommunicationw dadrelationshipw 0 0 timehomew peoplehangw clothingw tvtimew closemomw closedadw momcaresw dadcaresw delinquencyw delinquencyw > lind <- score.items(lind.keys,lindsay) sum scores

26 > lind Alpha: mom dad rec del [,] Average item correlation: mom dad rec del [,] Scale intercorrelations: mom dad rec del mom dad rec del Scale intercorrelations corrected for attenuation raw correlations below the diagonal, alpha on the diagonal corrected correlations above the diagonal: mom dad rec del mom dad rec del scales Item by scale correlations: mom dad rec del malew momwarmw momcommunicationw momrelationshipw dadwarmw dadcommunicationw dadrelationshipw timehomew peoplehangw clothingw tvtimew closemomw closedadw momcaresw dadcaresw delinquencyw delinquencyw

27 > lind.keys <- make.keys(7,list(mom=c(2,3,,2,),dad=c(5,6,7,3,5), rec=c(7:0),del=c(6,7),del=c(6),del2=c(7))) > lind <- score.items(lind.keys,lindsay) > lind Alpha: mom dad rec del del del2 [,] Average item correlation: more scales mom dad rec del del del2 [,] Scale intercorrelations: mom dad rec del del del2 mom dad rec del del del Scale intercorrelations corrected for attenuation raw correlations below the diagonal, alpha on the diagonal corrected correlations above the diagonal: mom dad rec del del del2 mom dad rec del del del

28 item correlations Item by scale correlations: mom dad rec del del del2 malew momwarmw momcommunicationw momrelationshipw dadwarmw dadcommunicationw dadrelationshipw timehomew peoplehangw clothingw tvtimew closemomw closedadw momcaresw dadcaresw delinquencyw delinquencyw

29 > mat.regress(lind$cor,c(:3),c(:6)) $beta del del del2 mom dad rec $R del del del $R2 del del del Multiple R

30 > mat.regress(lind$cor,c(:3),c(:6),n.obs=29) $beta del del del2 mom dad rec $se del del del2 mom dad rec $t del del del2 mom dad rec $Probability del del del2 mom dad rec $R del del del $R2 del del del $shrunkenr2 del del del $ser2 del del del $F del del del Multiple stats $probf del del del $df [] 3 287

31 > lind.keys <- make.keys(7,list(mom=c(2,3,,2,),dad=c(5,6,7,3,5), rec=c(7:0),del=c(6,7),del=c(6),del2=c(7),male=c())) > lind <- score.items(lind.keys,lindsay) > lind Alpha: mom dad rec del del del2 male [,] Average item correlation: mom dad rec del del del2 male [,] Add gender Scale intercorrelations: mom dad rec del del del2 male mom dad rec del del del male

32 > mat.regress(lind$cor,c(:3,7),c(:6),n.obs=29) $beta del del del2 mom dad rec male $se del del del2 mom dad rec male $t del del del2 mom dad rec male $Probability del del del2 mom dad rec male $R del del del $R2 del del del $shrunkenr2 del del del $ser2 del del del $F del del del Multiple R with gender $probf del del del $df [] 286

33 sem of delinquency

34 Final comments I. Theory first II. Measurement model III.structural model IV.Theory last

35 Theory first I. What are the constructs of interest II. How do we identify them III.What are the observed variables A.how well do they measure latent constructs IV.What is the presumed causal structure

36 Measurement model I. How many latent variables II. How well are they measured III.What are alternative models A.factors versus components B. simple structure, hierarchical structure, bifactor models, circumplex, simplex

37 Structural model I. Direction of causality II. Parsimony versus fit III.Alternative structural models A.equivalent models B. nested models

38 Theory I. What have we learned that we did not know II. What do we know is wrong that we used to think was right

Psychology 454: Latent Variable Modeling

Psychology 454: Latent Variable Modeling Psychology 454: Latent Variable Modeling Week 2 Department of Psychology Northwestern University Evanston, Illinois USA September, 2016 1 / 62 Outline Working through a problem set First steps Creating

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

Estimating ability for two samples

Estimating ability for two samples Estimating ability for two samples William Revelle David M. Condon Northwestern University Abstract Using IRT to estimate ability is easy, but how accurate are the estimate and what about multiple samples?

More information

9 Day 4: Multivariate analysis. 8.5 Multi-level models as an alternative to repeated measures ANOVA

9 Day 4: Multivariate analysis. 8.5 Multi-level models as an alternative to repeated measures ANOVA --- Signif. codes: 0 ^aăÿ***^aăź 0.001 ^aăÿ**^aăź 0.01 ^aăÿ*^aăź 0.05 ^aăÿ.^aăź 0.1 ^aăÿ ^aăź 1 > print(model.tables(recall.aov, "means"), digits = 3) Tables of means Grand mean 18.53704 time time long

More information

Psychology 454: Latent Variable Modeling Week 4: Latent models of real data

Psychology 454: Latent Variable Modeling Week 4: Latent models of real data Psychology 454: Latent Variable Modeling Week 4: Latent models of real data William Revelle Department of Psychology Northwestern University Evanston, Illinois USA October, 2016 1 / 77 Outline Example

More information

Introduction to Structural Equation Modelling Answers to Exercises

Introduction to Structural Equation Modelling Answers to Exercises Introduction to Structural Equation Modelling Answers to Exercises John Fox Applied Statistics With R WU-Wien, May/June 2006 1. 4.1 (a) Recursive y 3 = γ 31 x 1 + γ 32 x 2 + ε 6 y 4 = γ 41 x 1 + γ 42 x

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

E X P L O R E R. R e l e a s e A Program for Common Factor Analysis and Related Models for Data Analysis

E X P L O R E R. R e l e a s e A Program for Common Factor Analysis and Related Models for Data Analysis E X P L O R E R R e l e a s e 3. 2 A Program for Common Factor Analysis and Related Models for Data Analysis Copyright (c) 1990-2011, J. S. Fleming, PhD Date and Time : 23-Sep-2011, 13:59:56 Number of

More information

Using the psych package to generate and test structural models

Using the psych package to generate and test structural models Using the psych package to generate and test structural models William Revelle September 8, 2017 Contents 1 The psych package 3 1.1 Preface...................................... 3 1.2 Creating and modeling

More information

Psychology 205: Research Methods in Psychology Advanced Statistical Procedures Data= Model + Residual

Psychology 205: Research Methods in Psychology Advanced Statistical Procedures Data= Model + Residual Psychology 205: Research Methods in Psychology Advanced Statistical Procedures Data= Model + Residual William Revelle Department of Psychology Northwestern University Evanston, Illinois USA November, 2016

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

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

Hierarchical Factor Analysis.

Hierarchical Factor Analysis. Hierarchical Factor Analysis. As published in Benchmarks RSS Matters, April 2013 http://web3.unt.edu/benchmarks/issues/2013/04/rss-matters Jon Starkweather, PhD 1 Jon Starkweather, PhD jonathan.starkweather@unt.edu

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

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

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

An overview of the psych package

An overview of the psych package An overview of the psych package William Revelle April 25, 2010 Contents 1 Overview of this and related documents 2 2 Getting started 3 3 Basic data analysis 3 3.1 Data input and descriptive statistics......................

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

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

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

36-309/749 Experimental Design for Behavioral and Social Sciences. Dec 1, 2015 Lecture 11: Mixed Models (HLMs)

36-309/749 Experimental Design for Behavioral and Social Sciences. Dec 1, 2015 Lecture 11: Mixed Models (HLMs) 36-309/749 Experimental Design for Behavioral and Social Sciences Dec 1, 2015 Lecture 11: Mixed Models (HLMs) Independent Errors Assumption An error is the deviation of an individual observed outcome (DV)

More information

Psychology 405: Psychometric Theory

Psychology 405: Psychometric Theory Psychology 405: Psychometric Theory Homework Problem Set #2 Department of Psychology Northwestern University Evanston, Illinois USA April, 2017 1 / 15 Outline The problem, part 1) The Problem, Part 2)

More information

Psychology 454: Latent Variable Modeling

Psychology 454: Latent Variable Modeling Psychology 454: Latent Variable Modeling Notes for a course in Latent Variable Modeling to accompany Psychometric Theory with Applications in R William Revelle Department of Psychology Northwestern University

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

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

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

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

Correlation and Regression: Example

Correlation and Regression: Example Correlation and Regression: Example 405: Psychometric Theory Department of Psychology Northwestern University Evanston, Illinois USA April, 2012 Outline 1 Preliminaries Getting the data and describing

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

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

Z score indicates how far a raw score deviates from the sample mean in SD units. score Mean % Lower Bound

Z score indicates how far a raw score deviates from the sample mean in SD units. score Mean % Lower Bound 1 EDUR 8131 Chat 3 Notes 2 Normal Distribution and Standard Scores Questions Standard Scores: Z score Z = (X M) / SD Z = deviation score divided by standard deviation Z score indicates how far a raw score

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

Psychology 405: Psychometric Theory Constructs, Components, and Factor Models

Psychology 405: Psychometric Theory Constructs, Components, and Factor Models Psychology 405: Psychometric Theory Constructs, Components, and Factor Models William Revelle Department of Psychology Northwestern University Evanston, Illinois USA April, 2012 1 / 58 Outline 1 Preliminaries

More information

Manual Of The Program FACTOR. v Windows XP/Vista/W7/W8. Dr. Urbano Lorezo-Seva & Dr. Pere Joan Ferrando

Manual Of The Program FACTOR. v Windows XP/Vista/W7/W8. Dr. Urbano Lorezo-Seva & Dr. Pere Joan Ferrando Manual Of The Program FACTOR v.9.20 Windows XP/Vista/W7/W8 Dr. Urbano Lorezo-Seva & Dr. Pere Joan Ferrando urbano.lorenzo@urv.cat perejoan.ferrando@urv.cat Departament de Psicologia Universitat Rovira

More information

2/26/2017. This is similar to canonical correlation in some ways. PSY 512: Advanced Statistics for Psychological and Behavioral Research 2

2/26/2017. This is similar to canonical correlation in some ways. PSY 512: Advanced Statistics for Psychological and Behavioral Research 2 PSY 512: Advanced Statistics for Psychological and Behavioral Research 2 What is factor analysis? What are factors? Representing factors Graphs and equations Extracting factors Methods and criteria Interpreting

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

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

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 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

VAR2 VAR3 VAR4 VAR5. Or, in terms of basic measurement theory, we could model it as:

VAR2 VAR3 VAR4 VAR5. Or, in terms of basic measurement theory, we could model it as: 1 Neuendorf Factor Analysis Assumptions: 1. Metric (interval/ratio) data 2. Linearity (in the relationships among the variables) -Factors are linear constructions of the set of variables (see #8 under

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

Statistics for Managers Using Microsoft Excel

Statistics for Managers Using Microsoft Excel Statistics for Managers Using Microsoft Excel 7 th Edition Chapter 1 Chi-Square Tests and Nonparametric Tests Statistics for Managers Using Microsoft Excel 7e Copyright 014 Pearson Education, Inc. Chap

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

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

2) For a normal distribution, the skewness and kurtosis measures are as follows: A) 1.96 and 4 B) 1 and 2 C) 0 and 3 D) 0 and 0

2) For a normal distribution, the skewness and kurtosis measures are as follows: A) 1.96 and 4 B) 1 and 2 C) 0 and 3 D) 0 and 0 Introduction to Econometrics Midterm April 26, 2011 Name Student ID MULTIPLE CHOICE. Choose the one alternative that best completes the statement or answers the question. (5,000 credit for each correct

More information

Confirmatory Factor Analysis and Structural Equation Modeling Group Differences: Measurement Invariance.

Confirmatory Factor Analysis and Structural Equation Modeling Group Differences: Measurement Invariance. Confirmatory Factor Analysis and Structural Equation Modeling Group Differences: Measurement Invariance. As published in Benchmarks RSS Matters, March 2015 http://web3.unt.edu/benchmarks/issues/2015/03/rss-matters

More information

Economics 471: Econometrics Department of Economics, Finance and Legal Studies University of Alabama

Economics 471: Econometrics Department of Economics, Finance and Legal Studies University of Alabama Economics 471: Econometrics Department of Economics, Finance and Legal Studies University of Alabama Course Packet The purpose of this packet is to show you one particular dataset and how it is used in

More information

Lecture 8. Using the CLR Model

Lecture 8. Using the CLR Model Lecture 8. Using the CLR Model Example of regression analysis. Relation between patent applications and R&D spending Variables PATENTS = No. of patents (in 1000) filed RDEXP = Expenditure on research&development

More information

Psychometric Theory: A conceptual Syllabus

Psychometric Theory: A conceptual Syllabus Psychometric Theory: A conceptual Syllabus X1 Y1 X2 L1 Y2 X3 L4 Y3 X4 X5 X6 L2 Y4 Y5 Y6 X7 L5 Y7 X8 X9 L3 Y8 Model Fitting Structural Equation Models Reliability + Validity Basic concepts of iterative

More information

LECTURE 4 PRINCIPAL COMPONENTS ANALYSIS / EXPLORATORY FACTOR ANALYSIS

LECTURE 4 PRINCIPAL COMPONENTS ANALYSIS / EXPLORATORY FACTOR ANALYSIS LECTURE 4 PRINCIPAL COMPONENTS ANALYSIS / EXPLORATORY FACTOR ANALYSIS NOTES FROM PRE- LECTURE RECORDING ON PCA PCA and EFA have similar goals. They are substantially different in important ways. The goal

More information

Practical Statistics for the Analytical Scientist Table of Contents

Practical Statistics for the Analytical Scientist Table of Contents Practical Statistics for the Analytical Scientist Table of Contents Chapter 1 Introduction - Choosing the Correct Statistics 1.1 Introduction 1.2 Choosing the Right Statistical Procedures 1.2.1 Planning

More information

Principal Component Analysis. Applied Multivariate Statistics Spring 2012

Principal Component Analysis. Applied Multivariate Statistics Spring 2012 Principal Component Analysis Applied Multivariate Statistics Spring 2012 Overview Intuition Four definitions Practical examples Mathematical example Case study 2 PCA: Goals Goal 1: Dimension reduction

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

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

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

T-Test QUESTION T-TEST GROUPS = sex(1 2) /MISSING = ANALYSIS /VARIABLES = quiz1 quiz2 quiz3 quiz4 quiz5 final total /CRITERIA = CI(.95).

T-Test QUESTION T-TEST GROUPS = sex(1 2) /MISSING = ANALYSIS /VARIABLES = quiz1 quiz2 quiz3 quiz4 quiz5 final total /CRITERIA = CI(.95). QUESTION 11.1 GROUPS = sex(1 2) /MISSING = ANALYSIS /VARIABLES = quiz2 quiz3 quiz4 quiz5 final total /CRITERIA = CI(.95). Group Statistics quiz2 quiz3 quiz4 quiz5 final total sex N Mean Std. Deviation

More information

Statistical and psychometric methods for measurement: Scale development and validation

Statistical and psychometric methods for measurement: Scale development and validation Statistical and psychometric methods for measurement: Scale development and validation Andrew Ho, Harvard Graduate School of Education The World Bank, Psychometrics Mini Course Washington, DC. June 11,

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

MSP Research Note. RDQ Reliability, Validity and Norms

MSP Research Note. RDQ Reliability, Validity and Norms MSP Research Note RDQ Reliability, Validity and Norms Introduction This research note describes the technical properties of the RDQ. Evidence for the reliability and validity of the RDQ is presented against

More information

Identify the scale of measurement most appropriate for each of the following variables. (Use A = nominal, B = ordinal, C = interval, D = ratio.

Identify the scale of measurement most appropriate for each of the following variables. (Use A = nominal, B = ordinal, C = interval, D = ratio. Answers to Items from Problem Set 1 Item 1 Identify the scale of measurement most appropriate for each of the following variables. (Use A = nominal, B = ordinal, C = interval, D = ratio.) a. response latency

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

B. Weaver (24-Mar-2005) Multiple Regression Chapter 5: Multiple Regression Y ) (5.1) Deviation score = (Y i

B. Weaver (24-Mar-2005) Multiple Regression Chapter 5: Multiple Regression Y ) (5.1) Deviation score = (Y i B. Weaver (24-Mar-2005) Multiple Regression... 1 Chapter 5: Multiple Regression 5.1 Partial and semi-partial correlation Before starting on multiple regression per se, we need to consider the concepts

More information

Factorial ANOVA. Testing more than one manipulation

Factorial ANOVA. Testing more than one manipulation Factorial ANOVA Testing more than one manipulation Factorial ANOVA Today s goal: Teach you about factorial ANOVA, the test used to evaluate more than two manipulations at the same time Outline: - Why Factorial

More information

ESP 178 Applied Research Methods. 2/23: Quantitative Analysis

ESP 178 Applied Research Methods. 2/23: Quantitative Analysis ESP 178 Applied Research Methods 2/23: Quantitative Analysis Data Preparation Data coding create codebook that defines each variable, its response scale, how it was coded Data entry for mail surveys and

More information

Package rela. R topics documented: February 20, Version 4.1 Date Title Item Analysis Package with Standard Errors

Package rela. R topics documented: February 20, Version 4.1 Date Title Item Analysis Package with Standard Errors Version 4.1 Date 2009-10-25 Title Item Analysis Package with Standard Errors Package rela February 20, 2015 Author Michael Chajewski Maintainer Michael Chajewski

More information

November 9th-12th 2010, Port of Spain, Trinidad

November 9th-12th 2010, Port of Spain, Trinidad By: Damie Sinanan and Dr. Roger Hosein 42nd Annual Monetary Studies Conference Financial Stability, Crisis Preparedness and Risk Management in the Caribbean November 9th-12th 2010, Port of Spain, Trinidad

More information

The Chi-Square Distributions

The Chi-Square Distributions MATH 03 The Chi-Square Distributions Dr. Neal, Spring 009 The chi-square distributions can be used in statistics to analyze the standard deviation of a normally distributed measurement and to test the

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

Or, in terms of basic measurement theory, we could model it as:

Or, in terms of basic measurement theory, we could model it as: 1 Neuendorf Factor Analysis Assumptions: 1. Metric (interval/ratio) data 2. Linearity (in relationships among the variables--factors are linear constructions of the set of variables; the critical source

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

The Chi-Square Distributions

The Chi-Square Distributions MATH 183 The Chi-Square Distributions Dr. Neal, WKU The chi-square distributions can be used in statistics to analyze the standard deviation σ of a normally distributed measurement and to test the goodness

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

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

1 Introduction to Minitab

1 Introduction to Minitab 1 Introduction to Minitab Minitab is a statistical analysis software package. The software is freely available to all students and is downloadable through the Technology Tab at my.calpoly.edu. When you

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

The Common Factor Model. Measurement Methods Lecture 15 Chapter 9

The Common Factor Model. Measurement Methods Lecture 15 Chapter 9 The Common Factor Model Measurement Methods Lecture 15 Chapter 9 Today s Class Common Factor Model Multiple factors with a single test ML Estimation Methods New fit indices because of ML Estimation method

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

Section 9c. Propensity scores. Controlling for bias & confounding in observational studies

Section 9c. Propensity scores. Controlling for bias & confounding in observational studies Section 9c Propensity scores Controlling for bias & confounding in observational studies 1 Logistic regression and propensity scores Consider comparing an outcome in two treatment groups: A vs B. In a

More information

Maximum Likelihood Estimation; Robust Maximum Likelihood; Missing Data with Maximum Likelihood

Maximum Likelihood Estimation; Robust Maximum Likelihood; Missing Data with Maximum Likelihood Maximum Likelihood Estimation; Robust Maximum Likelihood; Missing Data with Maximum Likelihood PRE 906: Structural Equation Modeling Lecture #3 February 4, 2015 PRE 906, SEM: Estimation Today s Class An

More information

Inter Item Correlation Matrix (R )

Inter Item Correlation Matrix (R ) 7 1. I have the ability to influence my child s well-being. 2. Whether my child avoids injury is just a matter of luck. 3. Luck plays a big part in determining how healthy my child is. 4. I can do a lot

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

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

Measurement Invariance Testing with Many Groups: A Comparison of Five Approaches (Online Supplements)

Measurement Invariance Testing with Many Groups: A Comparison of Five Approaches (Online Supplements) University of South Florida Scholar Commons Educational and Psychological Studies Faculty Publications Educational and Psychological Studies 2017 Measurement Invariance Testing with Many Groups: A Comparison

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

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

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

Short Answer Questions: Answer on your separate blank paper. Points are given in parentheses.

Short Answer Questions: Answer on your separate blank paper. Points are given in parentheses. ISQS 6348 Final exam solutions. Name: Open book and notes, but no electronic devices. Answer short answer questions on separate blank paper. Answer multiple choice on this exam sheet. Put your name on

More information

An introduction to the psych package: Part II Scale construction and psychometrics

An introduction to the psych package: Part II Scale construction and psychometrics An introduction to the psych package: Part II Scale construction and psychometrics William Revelle Department of Psychology Northwestern University May 6, 2018 Contents 0.1 Jump starting the psych package

More information

ST505/S697R: Fall Homework 2 Solution.

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

More information

Applied Multivariate Analysis

Applied Multivariate Analysis Department of Mathematics and Statistics, University of Vaasa, Finland Spring 2017 Dimension reduction Exploratory (EFA) Background While the motivation in PCA is to replace the original (correlated) variables

More information

Lampiran. Lampiran 1 Data Penelitian TAHUN Y X1 X2 X3 X4_AS X4_JPG X4_INDH 1995

Lampiran. Lampiran 1 Data Penelitian TAHUN Y X1 X2 X3 X4_AS X4_JPG X4_INDH 1995 Lampiran Lampiran 1 Data Penelitian TAHUN Y X1 X2 X3 X4_AS X4_JPG X4_INDH 1995 1996 1997 1998 1999 2000 2001 2002 2003 2004 2005 2006 2007 2008 2009 2010 2011 2012 2013 2014 3,107,163 3,102,431 3,443,555

More information

Intermediate Social Statistics

Intermediate Social Statistics Intermediate Social Statistics Lecture 5. Factor Analysis Tom A.B. Snijders University of Oxford January, 2008 c Tom A.B. Snijders (University of Oxford) Intermediate Social Statistics January, 2008 1

More information

Principal Components Analysis using R Francis Huang / November 2, 2016

Principal Components Analysis using R Francis Huang / November 2, 2016 Principal Components Analysis using R Francis Huang / huangf@missouri.edu November 2, 2016 Principal components analysis (PCA) is a convenient way to reduce high dimensional data into a smaller number

More information

Black White Total Observed Expected χ 2 = (f observed f expected ) 2 f expected (83 126) 2 ( )2 126

Black White Total Observed Expected χ 2 = (f observed f expected ) 2 f expected (83 126) 2 ( )2 126 Psychology 60 Fall 2013 Practice Final Actual Exam: This Wednesday. Good luck! Name: To view the solutions, check the link at the end of the document. This practice final should supplement your studying;

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

Factor Analysis: An Introduction. What is Factor Analysis? 100+ years of Factor Analysis FACTOR ANALYSIS AN INTRODUCTION NILAM RAM

Factor Analysis: An Introduction. What is Factor Analysis? 100+ years of Factor Analysis FACTOR ANALYSIS AN INTRODUCTION NILAM RAM NILAM RAM 2018 PSYCHOLOGY R BOOTCAMP PENNSYLVANIA STATE UNIVERSITY AUGUST 16, 2018 FACTOR ANALYSIS https://psu-psychology.github.io/r-bootcamp-2018/index.html WITH ADDITIONAL MATERIALS AT https://quantdev.ssri.psu.edu/tutorials

More information

Power analysis examples using R

Power analysis examples using R Power analysis examples using R Code The pwr package can be used to analytically compute power for various designs. The pwr examples below are adapted from the pwr package vignette, which is available

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