spssforum.com

by SPSS users, for SPSS users
SPSSVideoTutor.com
It is currently Wed Jun 19, 2013 5:39 am

All times are UTC




Post new topic Reply to topic  [ 1 post ] 
Author Message
PostPosted: Tue Apr 03, 2012 11:57 pm 
Offline

Joined: Tue Apr 03, 2012 11:37 pm
Posts: 2
Hi all,

need your help.

I run principal component analysis on the data, and get specific eigenvalues in the SPSS output (in the table "Total variance explained" -> "Initial eigenvalues"). However, when I compute eigenvalues "manually", they differ from those computed with PCA.

Particularly, I use the following syntax commands for "manual" computation in SPSS:

compute xtx=transpos(x)*x.
call eigen(xtx,eigenvectors,eigenvalues)
print eigenvalues.

where x is the matrix that contains my variables in the columns. Then I compute x transposed * x, and compute eigenvalues of this matrix.

Interestingly, eigenvalues are different from those I get with PCA.

What can be the problem? Does PCA method in SPSS compute eigenvalues in a different way?

Thanks in advance for any help.

Danny


Top
 Profile  
 
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 1 post ] 

All times are UTC


Who is online

Users browsing this forum: No registered users and 2 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Jump to:  
Powered by phpBB® Forum Software © phpBB Group