1
SPSS에 문제가 있습니다. 내가 데이터 세트를 실행하려고하면 그것은 말합니다 :manova 용 SPSS 오류
manova P_Progress, P_ObsComp, P_SocFdBk, P_PsyState
by Group4 (1,2,3,4) Group3 (1,2,3)/
print=cellinfo(means)
homogeneity(all)
error(cor)
signif(multiv,univ,stepdown)/
omean=variables(P_Progress, P_ObsComp, P_SocFdBk, P_PsyState) tables(Group4,
Group3)/plot=normal.
나는 두 가지 방법 MANOVA 일하고 :
>Error # 12005 in column 14. Text: -4
>A parenthesized value range in the MANOVA procedure contains a lower limit
>(the first value) that is greater than the upper limit (the second value).
>Execution of this command stops.
이것은 내가 실행하려고하고있는 구문입니다.