“Mplus Second-Order CFA Example 5.6”的版本间的差异

来自OBHRM百科
跳转至: 导航搜索
示意图
第1行: 第1行:
 
==示意图==
 
==示意图==
 
[[文件:mplus0506.JPG | center]]
 
[[文件:mplus0506.JPG | center]]
 
 
==代码与注释==
 
==代码与注释==
 
<pre>TITLE:    this is an example of a second-order factor analysis  ! 这是标题
 
<pre>TITLE:    this is an example of a second-order factor analysis  ! 这是标题

2017年3月11日 (六) 19:12的版本

示意图

Mplus0506.JPG

代码与注释

TITLE:    this is an example of a second-order factor analysis   ! 这是标题
DATA:     FILE IS ex5.6.dat;    ! 读数据文件
VARIABLE: NAMES ARE y1-y12;     ! 数据文件中有12个变量,命名y1-y12
MODEL:    f1 BY y1-y3;          ! 定义第1个因素,该因素的测量指标有:y1,y2,y3。
          f2 BY y4-y6;          ! 定义第2个因素,该因素的测量指标有:y4,y5,y6。
          f3 BY y7-y9;          ! 定义第3个因素,该因素的测量指标有:y7,y8,y9。
          f4 BY y10-y12;        ! 定义第4个因素,该因素的测量指标有:y10,y11,y12。
          f5 BY f1-f4;          ! 二阶因素f5