EXERCISE 5 - ANSWER

What language is spoken by more respondents than any other? That is, what is the modal language?

To find the relevant variable, we type

lookfor language

which tells us that lang_cod is the variable we want. Then we just need to type

tab lang_cod

to find that the modal language spoken at home is Zulu (with Xhosa in "second place.")

 

BACK TO EXERCISE QUESTIONS