https://github.com/lazappi/afl-2018
Analysis of the 2018 AFL season
https://github.com/lazappi/afl-2018
afl elo sport
Last synced: 7 months ago
JSON representation
Analysis of the 2018 AFL season
- Host: GitHub
- URL: https://github.com/lazappi/afl-2018
- Owner: lazappi
- Created: 2018-04-19T08:52:31.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-08-20T09:48:45.000Z (about 7 years ago)
- Last Synced: 2025-02-01T17:24:30.911Z (8 months ago)
- Topics: afl, elo, sport
- Language: R
- Size: 1.23 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# AFL 2018
Analysis of the 2018 AFL season
Started on 2018-04-19.
## Directory structure
* **R** - Resuable R code (functions etc.)
* **analysis** - R Markdown analysis files
* **docs** - Rendered analysis reports
* **data** - Raw data used for analysis
* **output** - Output files## Data
Input data files include:
* **opt_margin.Rds** - Results of optimising parameters for margin
* **opt_balanced.Rds** - Results of optimising parameters for balance of margin
and prediction
* **opt_prediction.Rds** - Results of optimising parameters for win prediction## Analysis
Current analysis files include:
* **template.Rmd** - Analysis template
* **optimisation.Rmd** - Exploration of parameter optimisation## Code
Current code files include:
* **get_fixture.R** - Script for downloading and tidying the 2018 fixture
* **get_matches.R** - Script for downloading and tidying played 2018 matches## Output
Output files (not in repository but created by analysis files):