Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Revise figure 3.1 #476

Open
melimelo24 opened this issue Jul 23, 2024 · 0 comments
Open

Revise figure 3.1 #476

melimelo24 opened this issue Jul 23, 2024 · 0 comments
Labels

Comments

@melimelo24
Copy link

Figure 3.1 issues:

  • captions a and b are inverted
  • 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 :)

@hardin47 hardin47 added the chp3 label Oct 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants