An open API service indexing awesome lists of open source software.

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

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