From d7937980d9f085faec1900f26c6ac2f31084cf1f Mon Sep 17 00:00:00 2001 From: mine-cetinkaya-rundel Date: Wed, 12 Apr 2023 21:08:22 -0400 Subject: [PATCH] Fix back, this is still doable --- data-tidy.qmd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data-tidy.qmd b/data-tidy.qmd index f637762..725a61e 100644 --- a/data-tidy.qmd +++ b/data-tidy.qmd @@ -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.