Announcement

Collapse
No announcement yet.
X
  • Filter
  • Time
  • Show
Clear All
new posts

  • Rescaling the var in a range

    Hi!

    I have a variable which ranges from -10 to 10.

    I need to rescale this variable in a range of -2.5 to 2.5.

    How can this be done?


    Best Regards,

  • #2
    Perhaps
    Code:
    generate new = old/4

    Comment

    Working...
    X