Hacktoberfest 2026: the issues maintainers tagged for October, open and beginner-friendly. Browse Hacktoberfest issues

Revise figure 3.1

Open
#476 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Assessment

Difficulty
3/5
Estimated time
1-2 days
Newbie friendliness
45/100
Issue type
Documentation
Clarity
Mostly clear
Activity status
Stale
Tech stack
r
Domain
content

Research direction

Start by locating Figure 3.1 and the analysis that produces the “medals per country of athletes” figure. Reproduce the shown R summarise and arrange calculation, then compare it with the figure to identify the filter or subset being used. Done means the captions are correctly assigned, the displayed values are correct, and any filtering is clearly reported in the text.

Written by the indexing model from the issue text.

Description

chp3

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 :)

Dominant language
JavaScript
Stars
948
Forks
211
PR merge metrics
No merged PRs in 30d

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

More from OpenIntroStat/ims

All issues in OpenIntroStat/ims

Similar issues

More JavaScript issues

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.