QUESTION 2 - ANSWER

How many resident heads are there in the Saldru12 sample?

There are 887 resident heads in the Saldru12 sample. To obtain the answer to question 2, you could have used the following commands:

tab rel_head

The command above will display a frequency distribution table in the STATA Results window. Using this table, we find the value corresponding to resident head in the table, which is 1. Looking at the "Freq." column, we see that the number of resident heads is 887. This means that 887 observations in the data have a value of 1 for the variable rel_head.

Back to Questions