I'm using spss 15.0 and need some help with sum score.
I'm planning to use factor analysis to get fewer variables in my dataset. I'm then planning to use "sum score by factor" to see how the variation in the original data in each factor is. I want to view this as a frequence histogram. (My variables uses a likertscale with values from 1-4. And let's say that my factor consists of 5 variables. Then I want the values on the histogram to be from 5-20.) How do I do this in SPSS? |
Administrator
|
See the SUM function under the COMPUTE command.
What is your strategy for dealing with missing values if they exist? --
Please reply to the list and not to my personal email.
Those desiring my consulting or training services please feel free to email me. --- "Nolite dare sanctum canibus neque mittatis margaritas vestras ante porcos ne forte conculcent eas pedibus suis." Cum es damnatorum possederunt porcos iens ut salire off sanguinum cliff in abyssum?" |
In reply to this post by MySelf
First you have to decide how many factors to retain.
You do NOT want all factors that have eigenvalues that exceed 1.00. Look up "parallel analysis" in the archives for this list. Use Varimax to help with divergent validity. When you have number for how many factors to retain find out which items load _cleanly_ on the factors. Reflect items that have negative loading. Use a compute something like compute score1 = sum(item1, item8, item13, item17, item 44). to put the summative score on the same scale (or do deal with a few missing values on items) compute score1 = mean(item1, item8, item13, item17, item 44). then if you just want a histogram to eyeball (rather than publish) frequencies variables = score1/barchart/hist=normal. See if this is what you are looking for, people on the list can give more info if you explain in more detail what you want to do. Art Kendall Social Research Consultants. On 10/30/2011 11:59 AM, MySelf wrote: ===================== To manage your subscription to SPSSX-L, send a message to [hidden email] (not to SPSSX-L), with no body text except the command. To leave the list, send the command SIGNOFF SPSSX-L For a list of commands to manage subscriptions, send the command INFO REFCARDI'm using spss 15.0 and need some help with sum score. I'm planning to use factor analysis to get fewer variables in my dataset. I'm then planning to use "sum score by factor" to see how the variation in the original data in each factor is. I want to view this as a frequence histogram. (My variables uses a likertscale with values from 1-4. And let's say that my factor consists of 5 variables. Then I want the values on the histogram to be from 5-20.) How do I do this in SPSS? -- View this message in context: http://spssx-discussion.1045642.n5.nabble.com/Sum-score-tp4950280p4950280.html Sent from the SPSSX Discussion mailing list archive at Nabble.com. ===================== To manage your subscription to SPSSX-L, send a message to [hidden email] (not to SPSSX-L), with no body text except the command. To leave the list, send the command SIGNOFF SPSSX-L For a list of commands to manage subscriptions, send the command INFO REFCARD
Art Kendall
Social Research Consultants |
Free forum by Nabble | Edit this page |