Transform SPSS score to percentage
July 21, 2007 6:24 AM
Subscribe
SPSS / Stats question: Its Saturday morning and I'm working on my dissertation. I'm also pretty much of a dumbass in terms of stats, and some of my usual sources of help are unavailable. Anyway, I've got 400 student scores from a test. The test was out of 100 points. So a student that got an 85 got an 85/100, therefore their score seems to be in the 85th percentile.
However one of my dissertation committee members wants me to recode the scores to a percentage.
My first thought was 'Its already a percentage!'. However in doing some digging, I've found the 'Transform' section of SPSS, as well as discussion on 'Transform>Rank'. A lot of it makes sense and I've piddled around with transforming the date into a new variable through rank. However the new, transformed rank variable simply puts the students into a new rank that is close to the original.
If, instead I do a Transform>Different Variable, I'm not sure what transformation I should use.
Are the scores already a percentile, or should I look into transforming the student scores into a new variable either by rank or by some other computation?
posted by rryan to education (10 comments total)
I'm now thinking off the top of my head as to how you would do this in SPSS. You would first need to know the top score in the class. You could eyeball this. Then compute into different variable:
percentile = score/topscore * 100
I suppose it would be more elegant to use transform, but this is dirty, quick, and should work.
Usual disclaimers abound: IANAS, IANYS, but IAPHD.
posted by lleachie at 6:35 AM on July 21, 2007