QUESTION 2 - ANSWER

What are the ages of the respondents with an hhid equal to 42011?

Answer: 11, 14, 17, 44 and 52

list age if hhid == 42011

The above command displays the value for the variable age if the variable hhid is equal to 42011.

Back to Questions