I have a large dataset of countries over a 20 year period
I am trying to create a dummy variable for developing countries
Countries with a GDP per capita lower then $10,000 are considered developing
some countries have missing data for certain years
when I create my dummy variable it codes missing observations as 0 for the dummy
How do I get it to code the missing data in GDP per capita as missing data in my dummy variable?
I am trying to create a dummy variable for developing countries
Countries with a GDP per capita lower then $10,000 are considered developing
some countries have missing data for certain years
when I create my dummy variable it codes missing observations as 0 for the dummy
How do I get it to code the missing data in GDP per capita as missing data in my dummy variable?
Comment