powered by
Uses the hockeyR expected goals model to calculate xG for any pbp data frame generated by hockeyR
calculate_xg(pbp)
The original supplied play-by-play data with a column for expected goals appended
A play-by-play data frame, previously returned by hockeyR::scrape_game
if (FALSE) { pbp <- load_pbp(2022) %>% dplyr::select(-xg) pbp_preds <- calculate_xg(pbp) }
Run the code above in your browser using DataLab