Fix back, this is still doable

This commit is contained in:
mine-cetinkaya-rundel 2023-04-12 21:08:22 -04:00
parent 5caf0a47df
commit d7937980d9
1 changed files with 1 additions and 1 deletions

View File

@ -126,7 +126,7 @@ ggplot(table1, aes(x = year, y = cases)) +
1. For each of the sample tables, describe what each observation and each column represents.
2. Sketch out the process you'd use to calculate the `rate` from `table2`.
2. Sketch out the process you'd use to calculate the `rate` for `table2` and `table3`.
You will need to perform four operations:
a. Extract the number of TB cases per country per year.