It's a sizable dataset and I need to do some manipulations based on country.
Initially, I didn't notice that what appear as values are actually labels, and hence did a
Code:
tab country
Code:
replace countrycode = "ALB" if country == "Albania"
So, now, I want to change the commands to reflect country (number, as opposed to name). But how do I figure out which number (value) corresponds to which country name (label). Is there a tab command that will show me a "dictionary" of values and labels?
0 Response to Listing values and labels
Post a Comment