Good morning, I have the following dataset
how can I create a new variabel which has a Name associated to each numeric values? . Practically what I'm trying to do the opposite of these
Thank you for your time
Code:
* Example generated by -dataex-. To install: ssc install dataex clear input int(anno nasses) 2018 201 2018 201 2018 201 2018 233 2018 215 2018 233 2018 235 2018 235 2018 203 2018 201 2018 201 2018 201 2018 201 2018 201 2018 201 2018 216 2018 235 2018 235 2018 235 2018 235 2018 235 2018 201 2018 233 2018 233 2018 206 2018 206 2018 215 2018 232 2018 235 2018 235 2018 235 2018 233 2018 235 2018 216 2018 203 2018 235 2018 235 2018 235 2018 235 2018 235 2018 209 2018 209 2018 209 2018 235 2018 235 2018 206 2018 215 2018 215 2018 216 2018 219 2018 235 2018 235 2018 215 2018 235 2018 216 2018 219 2018 201 2018 215 2018 203 2018 216 2018 201 2018 215 2018 235 2018 235 2018 235 2018 235 2018 235 2018 235 2018 235 2018 235 2018 215 2018 232 2018 235 2018 201 2018 201 2018 201 2018 201 2018 201 2018 201 2018 235 2018 235 2018 203 2018 215 2018 235 2018 235 2018 216 2018 235 2018 235 2018 235 2018 235 2018 235 2018 201 2018 201 2018 201 2018 201 2018 235 2018 235 2018 219 2018 201 2018 201 end
Code:
recode country_mach (.=201) if Countryoforigin=="Albania"
Comment