Hi all, I'm trying to generate iso2 codes for all countries (typed out manually) and I have been told to use the command kountry. Halfway through it says kountry.dta not found and I'm not sure where I've done wrong (I'm a newbie!).
This is what I did:
ssc install kountry
kountry COUNTRY1, from(other) stuck marker --->#this gives the iso3n codes _ISO3N_#
kountry _ISO3N_, from(iso3n) to(iso2c)
file /Users/xyz/Library/Application
Support/Stata/ado/plus/k/kountry.dta not found
Any advice?
This is what I did:
ssc install kountry
kountry COUNTRY1, from(other) stuck marker --->#this gives the iso3n codes _ISO3N_#
kountry _ISO3N_, from(iso3n) to(iso2c)
file /Users/xyz/Library/Application
Support/Stata/ado/plus/k/kountry.dta not found
Any advice?
Comment