Skip to content

Commit f8d9aca

Browse files
authored
Update 02_tidy_data1.qmd
fixed a typo
1 parent d43214e commit f8d9aca

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

02_tidy_data1.qmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -243,7 +243,7 @@ trump_scores |>
243243
::: callout-note
244244
#### Exercise
245245

246-
Arrange the data by `diff_pred`, the difference between agreement and predicted agreement with Trump. (You should have code on how to create this variable from the last exercise). Your code:
246+
Arrange the data by `diff_agree`, the difference between agreement and predicted agreement with Trump. (You should have code on how to create this variable from the last exercise). Your code:
247247
:::
248248

249249
### Summarizing data

0 commit comments

Comments
 (0)