Home Ground Advantage: How Much Does It Matter?

Our initial analysis showed that home ground advantage is important, so I’ll need to build some aspect of it into my overall AFL predictive model. But to do so, I needed to answer a few key questions:

To answer these, I built out a dataframe with new features:

Key Results

The data lines up with what you’d expect:

Category Home Win Rate (%) Avg Home Margin (pts)
All games57.0+6.7
Interstate58.8+8.5
Not Interstate52.5+2.0

Home teams (excluding neutral venues) win 57% of the time, but most of this advantage comes from interstate travel. When the away team travels interstate, the home team gains an average margin of 8.5 points. Against intrastate opponents, the advantage drops to just 2 points.

Does Distance Matter?

Regression analysis found that distance travelled and neutral venue both had large p-values—meaning they are not statistically significant predictors of home margin. For the full notebook and code, see GitHub.

Conclusion

Home ground advantage in the AFL is real, but almost entirely explained by interstate travel. Now that I’ve quantified this, I can move on to the next set of features for the predictive model.