pspp-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Recode


From: pohaku
Subject: Recode
Date: Wed, 9 Jan 2013 09:22:12 -0800 (PST)

In recode you use (num1 thru num2 = ?). But, suppose you are recoding
continuous data, then it is likely that num2 of one code is num1 of next.
Example recoding student GPA

(2.222 thru 2.555 = C)
(2.555 thru 3.000 = B)

the question is -- is the logic of the recode 

(2.222<= X <2.555 =C)
(2.555<=X  <3.000 = B)

there is no clarify in the documentation about the end points being strictly
less than or less than-equal.


-- 
View this message in context: 
http://old.nabble.com/Recode-tp34879175p34879175.html
Sent from the Gnu - PSPP - Users mailing list archive at Nabble.com.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]