2661 1

请问用SAS进行结构方程分析(PROC CALIS)时数据表card中的n ,mean ,cov是怎么来的?? [推广有奖]

  • 0关注
  • 0粉丝

高中生

12%

还不是VIP/贵宾

-

威望
0
论坛币
5 个
通用积分
0
学术水平
0 点
热心指数
0 点
信用等级
0 点
经验
201 点
帖子
12
精华
0
在线时间
23 小时
注册时间
2015-10-6
最后登录
2017-11-2

+2 论坛币
k人 参与回答

经管之家送您一份

应届毕业生专属福利!

求职就业群
赵安豆老师微信:zhaoandou666

经管之家联合CDA

送您一个全额奖学金名额~ !

感谢您参与论坛问题回答

经管之家送您两个论坛币!

+2 论坛币

在下面的程序中我现在只有x1到y11的数值,,请问程序中说的n 、mean 、cov 是怎么来的啊??还有type=cov是什么意思啊??求好心人讲解!!


用 Sas 软件计算出 ACSI 模型的参数值,Sas 程序
如下:
title ‘the matrix for customer satisfaction indices’;
data csi (type=cov);
input _type_ $ _name_ $ x1 x2 x3 y1 y2 y3 y4 y5 y6 y7 y8 y9
y10 y11;
label x1= ‘the customer ’s gross expectation for the quality ’
x2= ‘the customer ’s expectation for the quality to meet his requirement’
x3= ‘the customer ’s expectation for the quality reliability’
y1= ‘the customer’s gross evaluation for the quality ’
y2= ‘the customer’s evaluation for the quality to meet his requirement’
y3= ‘the customer’s evaluation for the quality reliability’
y4= ‘the quality given, the evaluation for the price’
y5= ‘the price given, the evaluation for the quality’
y6= ‘the gross customer satisfaction’
y7= ‘the customer satisfaction after comparing the real level with the expected one’
y8= ‘the customer satisfaction after comparing the real level with the ideal one’
y9= ‘times of complaint’
y10= ‘the possibility of buying again’
y11= ‘the hold price’;
cards;
n …
mean …
cov … ;
proc calis data=csi cov;
lineqs
x1=lamb1 f1+e1,
x2=lamb2 f1+e2,
x3=lamb3 f1+e3,
y1=lamb11 f2+e4,
y2=lamb21 f2+e5,
y3=lamb31 f2+e6,
y4=lamb12 f3+e7,
y5=lamb22 f3+e8,
y6=lamb13 f4+e9,
y7=lamb23 f4+e10,
y8=lamb33 f4+e11,
y9=lamb14 f5+e12,
y10=lamb15 f6+e13,
y11=lamb25 f6+e14,
f2=gam1 f1 +d1,
f3= gam2 f1 + beta21 f2 +d2,
f4= gam3 f1 + beta31 f2 + beta32 f3 +d3,
f5= beta43 f4 + d4,
f6= beta53 f4 + beta54 f5 +d5;
std e1-e14=ve1-ve14,
d1-d5=vd1-vd5,
f1=vf1;
run;

二维码

扫码加我 拉你入群

请注明:姓名-公司-职位

以便审核进群资格,未注明则拒绝

关键词:calis card 结构方程 mean CAR 数据表

有没有人啊????

使用道具

您需要登录后才可以回帖 登录 | 我要注册

本版微信群
加好友,备注cda
拉您进交流群

京ICP备16021002-2号 京B2-20170662号 京公网安备 11010802022788号 论坛法律顾问:王进律师 知识产权保护声明   免责及隐私声明

GMT+8, 2024-4-26 14:40