cjmwills / mat022-coursework

Coursework for MAT022 Introduction to Statistics and Data Science module. Statistical analysis of data related to the decathlon, written in R and produced in RMarkdown.
1 stars 0 forks source link

Check Olympic data is male #6

Closed cjmwills closed 4 years ago

cjmwills commented 4 years ago

Olympic data should only look at men. This is to be consistent with the decathlon dataset which is a male only event

cjmwills commented 4 years ago

100M Men is used in the events_to_compare() function so only males are being compared.