-
Notifications
You must be signed in to change notification settings - Fork 8
Description
The current version has one set of practice problems that cover descriptive summaries for 1 categorical variable and 2 categorical variables. I split it into two separate files so that they be used in 2 separate homework assignments. In the 1 categorical variable assignment I added a question requesting them to create a sort barplot of the reasons (instead of just the table).
In the 2 categorical variables assignment I added the following:
Sample size by country
QUESTION: List all the countries in the data:
unique()
Create a table of counts (i.e. frequencies) to see the sample size from each country
QUESTION: Which country has the most respondents? How many respondents did that country have?
ANSWER:
QUESTION: Which cell (aka combination of motivation and location) of the table has the largest frequency? What is the frequency in that cell?\
Sorry, it doesn't let me attach quarto files, so I have to put them in a zip folder.