|
data list free/Hc r1 r2 r3 N n1 n2 n3.
begin data
9.94 8.40 18.78 19.27 30 10 9 11
end data.
compute H=(12*((r1*n1)**2/n1+(r2*n2)**2/n2+(r3*n3)**2/n3+(r4*n4)**2/n4+(r5*n5)**2/n5+(r6*n6)**2/n6+(r7*n7)**2/n7))/(N*(N+1))-3*(N+1)
.p{color:0;font-family:Monospaced;font-size:13pt;font-style:normal;font-weight:normal;text-decoration:none}
>Error # 4285 in column 59. Text: r4
>Undefined error #4285 - Cannot open text file "G:\软件\SPSS v16.0\lang\en\spss.err": No such file or directory
>This command not executed.
compute c=H/Hc.p{color:0;font-family:Monospaced;font-size:13pt;font-style:normal;font-weight:normal;text-decoration:none}
>Error # 4285 in column 11. Text: H
>Undefined error #4285 - Cannot open text file "G:\软件\SPSS v16.0\lang\en\spss.err": No such file or directory
>This command not executed.
compute x12=(r1-r2)**2/((N*(N+1)/12)*(1/n1+1/n2)*c).p{color:0;font-family:Monospaced;font-size:13pt;font-style:normal;font-weight:normal;text-decoration:none}
>Error # 4285 in column 50. Text: c
>Undefined error #4285 - Cannot open text file "G:\软件\SPSS v16.0\lang\en\spss.err": No such file or directory
>This command not executed.
compute x13=(r1-r3)**2/((N*(N+1)/12)*(1/n1+1/n3)*c).p{color:0;font-family:Monospaced;font-size:13pt;font-style:normal;font-weight:normal;text-decoration:none}
>Error # 4285 in column 50. Text: c
>Undefined error #4285 - Cannot open text file "G:\软件\SPSS v16.0\lang\en\spss.err": No such file or directory
>This command not executed.
compute x23=(r2-r3)**2/((N*(N+1)/12)*(1/n2+1/n3)*c).p{color:0;font-family:Monospaced;font-size:13pt;font-style:normal;font-weight:normal;text-decoration:none}
>Error # 4285 in column 50. Text: c
>Undefined error #4285 - Cannot open text file "G:\软件\SPSS v16.0\lang\en\spss.err": No such file or directory
>This command not executed.
compute p12=1-cdf.chisq(x12,2).p{color:0;font-family:Monospaced;font-size:13pt;font-style:normal;font-weight:normal;text-decoration:none}
>Error # 4285 in column 25. Text: x12
>Undefined error #4285 - Cannot open text file "G:\软件\SPSS v16.0\lang\en\spss.err": No such file or directory
>This command not executed.
compute p13=1-cdf.chisq(x13,2).p{color:0;font-family:Monospaced;font-size:13pt;font-style:normal;font-weight:normal;text-decoration:none}
>Error # 4285 in column 25. Text: x13
>Undefined error #4285 - Cannot open text file "G:\软件\SPSS v16.0\lang\en\spss.err": No such file or directory
>This command not executed.
compute p23=1-cdf.chisq(x23,2).p{color:0;font-family:Monospaced;font-size:13pt;font-style:normal;font-weight:normal;text-decoration:none}
>Error # 4285 in column 25. Text: x23
>Undefined error #4285 - Cannot open text file "G:\软件\SPSS v16.0\lang\en\spss.err": No such file or directory
>This command not executed.
execute.
|
|