INCLUDE ' D:\程序文件\spss\Canonical correlation.sps'.
CANCORR SET1=X1 X2 /
SET2=Y1 Y2 /.
这是我的语法句。
得到的结果总是
INCLUDE ' D:\程序文件\spss\Canonical correlation.sps'.
>Error # 31 in column 9. Text: D:\程序文件\spss\Canonical correlation.sps
>File not found.
>This command not executed.
CANCORR SET1=X1 X2 /
>Error # 1. Command name: CANCORR
>The first word in the line is not recognized as an SPSS command.
>This command not executed.
SET2=Y1 Y2 /.
难倒是数据定义有错误?还是spss版本问题,我用spss16英文版的