LISTSERV at the University of Georgia
Menubar Imagemap
Home Browse Manage Request Manuals Register
Previous messageNext messagePrevious in topicNext in topicPrevious by same authorNext by same authorPrevious page (August 2009)Back to main SPSSX-L pageJoin or leave SPSSX-L (or change settings)ReplyPost a new messageSearchProportional fontNon-proportional font
Date:   Tue, 25 Aug 2009 13:26:02 -0500
Reply-To:   Hector Maletta <hmaletta@fibertel.com.ar>
Sender:   "SPSSX(r) Discussion" <SPSSX-L@LISTSERV.UGA.EDU>
From:   Hector Maletta <hmaletta@fibertel.com.ar>
Subject:   Re: Converting scores to an index of 0-100
Comments:   To: Mark Webb <targetlinkmark@gmail.com>
In-Reply-To:   <4A93C04A.2070204@googlemail.com>
Content-Type:   text/plain; charset="US-ASCII"

To convert the least value into zero you must detract 43 from all values. Then you should divide every value by 258, so the maximum is 1 and the minimum is zero. Finally, multiply everything by 100. Syntax: COMPUTE NEWSCALE = (OLDSCALE - 43) * (100/258).

Hector

-----Original Message----- From: SPSSX(r) Discussion [mailto:SPSSX-L@LISTSERV.UGA.EDU] On Behalf Of Mark Webb Sent: 25 August 2009 05:43 To: SPSSX-L@LISTSERV.UGA.EDU Subject: Converting scores to an index of 0-100

I have performance scores ranging from min of 43 to max of 258 - N=450. I want to convert these to an index where min [43] = 0 and max [258] = 100 and the scores in between will range from >0 to <100. Any pointers how I can do this in SPSS? Regards

-- Mark Webb

+27 21 786 4379 +27 72 199 1000 Skype - webbmark targetlinkmark@gmail.com

===================== To manage your subscription to SPSSX-L, send a message to LISTSERV@LISTSERV.UGA.EDU (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 No virus found in this incoming message. Checked by AVG - www.avg.com Version: 8.5.409 / Virus Database: 270.13.64/2321 - Release Date: 08/24/09 12:55:00

===================== To manage your subscription to SPSSX-L, send a message to LISTSERV@LISTSERV.UGA.EDU (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


Back to: Top of message | Previous page | Main SPSSX-L page