Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
topfunky committed Dec 7, 2020
1 parent 4694578 commit 9694e0e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

An experiment to build a predictive model in R that recreates an article from Advanced Football Analytics.

A separate [blog post](https://topfunky.com/2020/linear-regression-model/) describes the approach and shows other charts generated from the model.

## Description

An article from 2007 outlined an approach for calculating expected wins based on offensive and defensive efficiency metrics. This project is an attempt to implement the prediction model in R.
Expand Down Expand Up @@ -70,3 +72,5 @@ Data from:

- [Pro Football Reference](https://www.pro-football-reference.com/)
- [Football Outsiders](https://www.footballoutsiders.com)

_DISCLAIMER_: The format and availability of data from Football Outsiders changed after this code was originally written. Modifications may be needed to build the DVOA model.

0 comments on commit 9694e0e

Please sign in to comment.