Hello Everyone,
I have misplaced my syntax that I used to use for rescaling variables and was wondering if anyone could help me out. I have a bunch of variables on a 1-5 scale and need to rescale them to 0-10. If anyone has the syntax for this, I would really appreciate your help. Thank you in advance for your help, Colin Sent from my iPhone ===================== 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 |
Banned User
|
I will be out of the office until Tuesday, May 28, 2013, with limited access to email. However, please know that your message is very important to me and I will respond when I return. Thank you.
If this is an emergency, please call our office at 734.459.1030.
Thank you.
Sincerely,
Cheryl
_____________________________________________________
Cheryl A. Boglarsky, Ph.D.
Human Synergistics, Inc.
39819 Plymouth Road
Plymouth, MI 48170
734.459.1030
This message includes legally privileged and confidential information that is intended only for the use of the recipient named above. All readers
of this message, other than the intended recipient, are hereby notified that any dissemination, modification, distribution or reproduction of this e-mail is strictly forbidden.
|
In reply to this post by Colin Valdiserri
= [(X_i - X_min) / (X_max - X_min)] * (X_max_new - X_min_new) + X_min_new = [(X_i - 1) / (5 - 1)] * (10 - 0) + 0 = [(X_i - 1) / 4] * 10
COMPUTE X_i_new = ((X_i - 1) / 4) * 10 EXECUTE. Ryan On Tue, May 21, 2013 at 7:03 PM, Colin Valdiserri <[hidden email]> wrote: Hello Everyone, |
In reply to this post by Colin Valdiserri
The simplest thing to do is take Y = 2.5*(X-1) where X is the original value (1-5) and Y becomes 0 when x is 1, 2.5 when x = 2, 5 when x = 3, 7.5 when x = 4 and 1- when x = 5.
Paul R. Swank, Ph.D., Professor Health Promotions and Behavioral Sciences School of Public Health University of Texas Health Science Center Houston ________________________________________ From: SPSSX(r) Discussion [[hidden email]] On Behalf Of Colin Valdiserri [[hidden email]] Sent: Tuesday, May 21, 2013 6:03 PM To: [hidden email] Subject: Rescaling Syntax Hello Everyone, I have misplaced my syntax that I used to use for rescaling variables and was wondering if anyone could help me out. I have a bunch of variables on a 1-5 scale and need to rescale them to 0-10. If anyone has the syntax for this, I would really appreciate your help. Thank you in advance for your help, Colin Sent from my iPhone ===================== 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 ===================== 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 |
Free forum by Nabble | Edit this page |