Homework 2, Question 2: Recoding into real values from integers

Homework 2, Question 2: Recoding into real values from integers

by David -
Number of replies: 1

Hello,

 

I'm having some trouble with question 2--I'm trying to recode every value above 199 into fractions that I can use to get a more real estimate of the average ages [using 2 Filler nodes: 1st is condition: age=0 replace with:undef, 2nd is condition: age>199 replace with:((age-200)/12)], but I'm running into problems as this converts the numbers into "real" values, which is not compatible with the original stored "integer" values. Is there a better way to achieve this aim?

 

Thanks,

David