Re: Mali 5 Wealth Index classification errors? [message #3790 is a reply to message #3773] |
Wed, 11 February 2015 10:11 |
Trevor-DHS
Messages: 805 Registered: January 2013
|
Senior Member |
|
|
Thanks for pointing this out. The values you see between 100081 to 112373 should all be negative values, i.e. -100081 to -112373. The problem is that the value was being written to a 6 character field and it chopped off the negative sign. Please just change all of these values to a negative value, e.g.
replace v191 = 0 - v191 if v191 > 100000 & v190==1
[Updated on: Wed, 11 February 2015 10:32] Report message to a moderator
|
|
|