Dear all,
is there a way in stata to access the label of values in an if-condition?
for example, if I wanted to count the number of observations where var1 has a value whose value label is A?
something like
count if label(var1) == "A"
Thanks and best regards,
Florian
is there a way in stata to access the label of values in an if-condition?
for example, if I wanted to count the number of observations where var1 has a value whose value label is A?
something like
count if label(var1) == "A"
Thanks and best regards,
Florian
Comment