INCLUDE 'C:\Program Files\SPSSInc\SPSS16\Canonical correlation.sps'/.
CANCORR SET1=x1 to x7/
SET2=y1 to y5 / .
以上是运行程序语句,自己实在是找不出问题在哪来了,运行后总是出现如下错误:
INCLUDE 'C:\Program Files\SPSSInc\SPSS16\Canonical correlation.sps'/.
>Error # 31 in column 9. Text: C:\Program Files\SPSSInc\SPSS16\Canonical corr
>File not found.
>This command not executed.
CANCORR SET1=x1 to x7/
>Error # 1. Command name: CANCORR
>The first word in the line is not recognized as an SPSS command.
>This command not executed.
SET2=y1 to y5 / .
哪位大人给指点指点啊,拜托拜托了。