- Clone your assignment repo in RStudio Cloud (
ae-09-household-explore-TEAMNAME
)
- Clone your application exercise repo:
ae-09-household-explore-TEAMNAME
- Knit the R Markdown document, which will load the data
- Review the codebook below
- Complete the following exercises
- How many observations are there from each country?
- What percent of households in each country have stoves?
- What percent of households in each country have each of the ten assets?
Hint: Use the summarise_at()
function for summarizing multiple variables at once. See the help for examples for use.
- Answer the following questions looking at the table of percentages you calculate
- Which country has the highest level of asset-holdings?
- Which country has the lowest?
- Do households in these countries tend to have the same asset levels, or is there lots of variability across countries?