Hello all,
I have a very large house hold survey data set which contains data about the ubication code of the household member' place of birth, I would like to count the foreign people, so I intend to code something like count if "var"!= xxxx | xxxx | xxxx .... but the national codes are more than 2000, so my question is how can I do this using a file text as a list, if possible.
I have a very large house hold survey data set which contains data about the ubication code of the household member' place of birth, I would like to count the foreign people, so I intend to code something like count if "var"!= xxxx | xxxx | xxxx .... but the national codes are more than 2000, so my question is how can I do this using a file text as a list, if possible.
Comment