Run regression based on covariance matrix
10 pts.
0
Q:
Run regression based on covariance matrix
Hi, I have tried to run a regression based on a covariance matrix (saved as Libro1.csv) but I've got the follwing message:

"The READ subcommand is no longer used. Use MATRIX IN(reference) instead. Matrix input now expects an SPSS data file. Text found: READ.
This command is not executed."

I used the following syntax:

DATA LIST Free MATRIX FILE='/Users/Desktop/Libro1.csv'
/wsum satsum cl1 cl2 cl3 cl4.
N OF CASES 452.
REGRESSION READ COV
/VARIABLES=wsum satsum cl1 cl2 cl3 cl4
/ORIGIN
/DEPENDANT=wsum
/METHOD=ENTER satsum cl1 cl2 cl3 cl4.

I would appreciate a lot if anyone could give me an advice concerning this issue. Thank you.
ASKED: Oct 18 2008  10:49 AM GMT
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
0
10 pts.
0
A:
 RATE THIS ANSWER
0
Click to Vote:
  •   0
  •  0
  • AddThis Social Bookmark Button
Last Answered: Oct 18 2008  10:49 AM GMT by Stud   10 pts.
0
0
Discuss This Answer:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _



0