原文由 风痕(yiwang520) 发表:
用SPSS做典型相关分析时,程序如下:
include file 'c:\应用程序\spss\canonical correlation.sps'.
cancorr set1=X1 X2 X3 X4 X5 X6 X7 X8
/set2=Y1 Y2 Y3 Y4 Y5 Y6 Y7
但总是出错,CANCORR命令无法识别。错误如下:
>错误 # 1. 命令名: CANCORR
>行中第一个单词未被识别为 a PASW Statistics 命令。
>该命令未执行。
换过SPSS16和18分别做过,都是找不到该命令。
请教是否有人遇到过类似问题,急需帮助。万分感谢。
SPSS performs canonical correlation using the
manova command. Don't look for
manova in the point-and-click analysis menu, its not there. The
manova command is one of SPSS's hidden gems that is often overlooked. Used with the
discrim option, manova will compute the canonical correlation analysis.