You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
values on the "medals per country of athletes" figure are wrong? For instance it shows 8 for Great Britain but computing a summary shows that the value is 11:
Top lines of paralympic_1500 |> summarise(n = n(), .by =country_of_athlete) |> arrange(desc(n)):
Great Britain | 11
Kenya | 10
Algeria | 5
Russian Federation | 5
Tunisia | 5
Spain | 4
I suspect a filter has been applied but it is not clearly reported in the text :)
The text was updated successfully, but these errors were encountered:
Figure 3.1 issues:
Top lines of
paralympic_1500 |> summarise(n = n(), .by =country_of_athlete) |> arrange(desc(n))
:Great Britain | 11
Kenya | 10
Algeria | 5
Russian Federation | 5
Tunisia | 5
Spain | 4
I suspect a filter has been applied but it is not clearly reported in the text :)
The text was updated successfully, but these errors were encountered: