Complete the following steps before you join the live workshop!
You have two tasks you should complete before the workshop:
The following visualisation was shared on Twitter as “extraordinary misleading”.
Before you join the workshop, think about what is misleading about this visualisation and how you might go about fixing it. Take some notes and bring your notes to the workshop to share with your teammates.
Complete the following steps during the live workshop with your team.
tribble()
function for this. For example, if you wanted to construct the following data frame df
## # A tibble: 3 x 2
## date count
## <chr> <dbl>
## 1 1/1/2020 15
## 2 2/1/2020 20
## 3 3/1/2020 22
you can write
<- tribble(
df ~date, ~count,
"1/1/2020", 15,
"2/1/2020", 20,
"3/1/2020", 22,
)
Since the exercises for this week are short it’s possible not every team member will get to commit and push during the workshop. However each team member should review what was created, fix typos, make edits for better presentation, etc. either during or after the workshop, and before the deadline.
Make a visualisation that more accurately (and honestly) tells the story.
What message is more clear in your visualisation than it was in the original visualisation?
What, if any, useful information do these data and your visualisation tell us about mask wearing and COVID? It’ll be difficult to set aside what you already know about mask wearing, but you should try to focus only on what this visualisation tells. Feel free to also comment on whether that lines up with what you know about mask wearing.
🧶 ✅ ⬆️ Knit, commit, and push your changes to GitHub with an appropriate commit message. Make sure to commit and push all changed files so that your Git pane is cleared up afterwards.
Aim to make it to this point during the workshop.
Once you’re done with this week’s lab, take a moment to go through the issues posted for your project proposal. Either work on your project re-proposal, or should you decide not to do that, work on making a plan to address these issues to make progress on your project.