hockey | R Documentation |
Home team win probability predictions and outcomes pertaining to the 2020-21 National Hockey League (NHL) Season. Probability predictions x were obtained from FiveThirtyEight via downloadable spreadsheet on their website (see below for link). The win/loss game results were obtained by web-scraping from NHL.com using the NHL API.
hockey
hockey
A data frame with 868 rows and 4 columns:
game result, 1 = home team win, 0 = home team loss
predicted probabilities of a home team win from FiveThirtyEight
uniformly random generated predicted probability of a home team from range [0.26, 0.78]
game result (string), "home" = home team win, "away" = home team loss
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.