楼主: allychina
7694 6

[问答] [求助]怎样用spss多元统计的典型相关分析! [推广有奖]

  • 1关注
  • 0粉丝

本科生

93%

还不是VIP/贵宾

-

威望
0
论坛币
7389 个
通用积分
1.4100
学术水平
0 点
热心指数
0 点
信用等级
0 点
经验
1101 点
帖子
70
精华
0
在线时间
108 小时
注册时间
2005-6-15
最后登录
2023-12-5

+2 论坛币
k人 参与回答

经管之家送您一份

应届毕业生专属福利!

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

经管之家联合CDA

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

感谢您参与论坛问题回答

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

+2 论坛币
请各位大虾指点迷津
二维码

扫码加我 拉你入群

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

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

关键词:典型相关分析 相关分析 多元统计 典型相关 SPSS 统计 SPSS 多元 典型相关分析

回帖推荐

hanszhu 发表于2楼  查看完整内容

The SPSS menu does not offer canonical correlation analysis. There are two ways to get it, both requiring the use of syntax. One is to use the To use MANOVA, type the following in the syntax window: MANOVA set1 WITH set2 /DISCRIM ALL ALPHA(1) /PRINT SIG(EIG DIM). Replace set 1 and set2 with the variable lists. Then run the program by selecting Run from the menu (be sure that your data ...

本帖被以下文库推荐

沙发
hanszhu 发表于 2006-5-17 03:23:00 |只看作者 |坛友微信交流群

A NOTE ON CANONICAL CORRELATION ANALYSIS IN SPSS

The SPSS menu does not offer canonical correlation analysis. There are two ways to get it, both requiring the use of syntax. One is to use the Canonical correlation.sps macro. The macro is a part of the SPSS package and can be found in a subdirectory where SPSS is installed. The other way is to use MANOVA with DISCRIM subcommand.

To use MANOVA, type the following in the syntax window:

MANOVA set1 WITH set2
/DISCRIM ALL ALPHA(1)
/PRINT SIG(EIG DIM).
Replace set 1 and set2 with the variable lists. Then run the program by selecting Run from the menu (be sure that your data set is open in the data window).

To use the canonical correlation macro,locate the file Canonical correlation.sps on your computer. Suppose that it is in c:\Program Files\spss. In the syntax window, type

include file 'c:\Program files\spss\canonical correlation.sps'.
cancorr set1=var1 var2 var3
/set2=var4 var5 var6.
Replace var1-var6 with variable names to be used in the canonical correlation analysis.

The outputs are not exactly the same. The MANOVA output contains also multivariate regression results in addition to canonical correlation analysis. The canonical correlation coefficients in the macro output have the same values, but opposite signs to the ones in the MANOVA output. The table names are also different, for example, the correlations between the variables under analysis and canonical variables are called loadings in the macro output.

已有 1 人评分经验 论坛币 收起 理由
bakoll + 5 + 10 热心帮助其他会员

总评分: 经验 + 5  论坛币 + 10   查看全部评分

使用道具

藤椅
hanszhu 发表于 2006-5-17 03:25:00 |只看作者 |坛友微信交流群

[此贴子已经被作者于2006-5-17 3:32:12编辑过]

使用道具

板凳
xingyi123 发表于 2007-7-15 17:53:00 |只看作者 |坛友微信交流群

学习中

呵呵

使用道具

报纸
borisyg007 发表于 2007-7-15 21:37:00 |只看作者 |坛友微信交流群

谢谢大侠的分享,想请教你在spss11.5中,打开Canonical Correlation.sps,如下所示:

preserve.
set printback=off.
define cancorr (set1 =!charend('/')
/set2 =!charend('/')
/debug =!charend('/') !DEFAULT ('N')
/KEEPSC=!charend('/') !DEFAULT ('Y')
/PRCOR =!charend('/') !DEFAULT (25 ) ).
preserve.
!IF ( !DEBUG !EQ 'N') !THEN
set printback=off mprint off.
!ELSE
set printback on mprint on.
!IFEND .
........................

我的问题是:这里要怎么套用上面的格式(

include file 'c:\Program files\spss\canonical correlation.sps'.
cancorr set1=var1 var2 var3
/set2=var4 var5 var6.)我尝试了,但是不理想,出不来结果,想请教大侠,具体要怎么操作,能否更直接说明一下

使用道具

地板
borisyg007 发表于 2007-7-17 22:07:00 |只看作者 |坛友微信交流群
大家支持一下这个论题!!

使用道具

7
matlab-007 发表于 2015-4-29 08:43:28 |只看作者 |坛友微信交流群
可以看下多元统计分析与SPSS应用这本书  作者是汪冬华,华东理工大学出版社   

使用道具

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

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

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

GMT+8, 2024-5-1 13:04