Login  Register

Re: Recode by percentile 50-75-90-95-above 95

Posted by Rich Ulrich on Feb 21, 2013; 11:34pm
URL: http://spssx-discussion.165.s1.nabble.com/Recode-by-percentile-50-75-90-95-above-95-tp5718186p5718193.html

It sounds like you need to check the options for RANK
in order to rank  /BY  var1   (or whatever the syntax is).

--
Rich Ulrich


Date: Thu, 21 Feb 2013 11:40:22 -0800
From: [hidden email]
Subject: Recode by percentile 50-75-90-95-above 95
To: [hidden email]

I have rows with cases and two variables, one multilevel variables coded 1-4. The other is transaction value. I want to bin the transaction values by percentile 50-75-90-95-above 95 for each level of variable 1. 
I tried to recode the using Select Cases to select only the level I wanted to recode but it recoded all cases. Can I do this with syntax more easily?