Dr-Eberle-Zentrum / Data-projects-with-R-and-GitHub

https://dr-eberle-zentrum.github.io/Data-projects-with-R-and-GitHub/
6 stars 5 forks source link

Alexander's Soccer Project, Feedback #93

Closed DKemp98 closed 11 months ago

DKemp98 commented 1 year ago

\@alexanderwinterstetter Data looks interesting, might be possible to find out if some referees are biased. I’d like to know more about the data before I can start any analysis, which, as we can’t look into the source in this case, you’d have to provide. Especially the last few columns (“Alpha_3","meanIAT","nIAT","seIAT","meanExp","nExp","seExp") are not labelled enough for someone with only little knowledge of soccer to understand. Data Cleaning:

martin-raden commented 1 year ago

see also #106

DKemp98 commented 1 year ago

@alexanderwinterstetter Hey, if possible I'd like to know in which year the data was collected, to have a better approach for the ages of the players than to use today()-birthday.

martin-raden commented 1 year ago

Hi Daniela,

I think Alex put the end of the studies year as a reference to compute the age of the players (if I recall correctly).

Best, Martin

DKemp98 commented 1 year ago

Thank you for the prompt reply, @martin-raden, I didn't find this in the dataset or project description. I think he mentioned it in the short presentation, but I don't recall the year anymore. It's not too important, but today() a lot of the players seem somewhat too old for league play.

alexanderwinterstetter commented 1 year ago

Hello, you can use as a reference the day "31.12.2012"

Sorry for the late reply!

DKemp98 commented 1 year ago

@alexanderwinterstetter , I've uploaded the pull request, you'll find my solution as Soccer_project.Rmd in there.