Hacktoberfest 2026: le issue che i maintainer hanno segnato per ottobre, aperte e adatte ai principianti. Sfoglia le issue Hacktoberfest

Revise figure 3.1

Aperta
#476 0 commenti 0 reazioni 0 assegnatari Vedi su GitHub

Nessuno ha ancora preso questa issue.

Valutazione

Difficoltà
3/5
Tempo stimato
1-2 giorni
Idoneità per principianti
45/100
Tipo di issue
Documentazione
Chiarezza
Abbastanza chiara
Stato di attività
Ferma
Stack tecnologico
r
Ambito
content

Direzione di ricerca

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.

Scritto dal modello di indicizzazione a partire dal testo della issue.

Descrizione

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

Lingua principale
JavaScript
Stelle
948
Fork
211
Metriche di merge delle PR
Nessuna PR unita negli ultimi 30g

Guida per i contributori

Nessuna guida per i contributori indicizzata per questo repository

Come iniziare

  1. Leggi tutta la issue e poi la guida ai contributi del progetto.
  2. Commenta sulla issue per dire che te ne occupi tu — evita che due persone facciano lo stesso lavoro.
  3. Fai un fork del repository e lavora su un branch.
  4. Apri una pull request che faccia riferimento al numero della issue.

Altre issue di OpenIntroStat/ims

Tutte le issue di OpenIntroStat/ims

Issue simili

Altre issue su JavaScript

Ricevi le nuove issue nella tua casella

Un breve riepilogo di issue GitHub adatte ai principianti.