Closed JKnapp77 closed 1 year ago
Seems like NGS adjusted their model over the offseason. Our data was queried back in February. It's updated now
nflreadr::load_nextgen_stats(seasons = 2022, stat_type = "rushing") |>
dplyr::filter(week == 0) |>
dplyr::select(season, season_type, week, player_display_name, rush_yards_over_expected) |>
dplyr::arrange(dplyr::desc(rush_yards_over_expected))
#> ── nflverse Next Gen Stats weekly rushing data ─────────────────────────────────
#> ℹ Data updated: 2023-08-22 08:44:47 CEST
#> # A tibble: 48 × 5
#> season season_type week player_display_name rush_yards_over_expected
#> <int> <chr> <int> <chr> <dbl>
#> 1 2022 REG 0 Nick Chubb 284.
#> 2 2022 REG 0 Travis Etienne 234.
#> 3 2022 REG 0 Tony Pollard 226.
#> 4 2022 REG 0 Khalil Herbert 165.
#> 5 2022 REG 0 Josh Jacobs 158.
#> 6 2022 REG 0 Tyler Allgeier 134.
#> 7 2022 REG 0 Jonathan Taylor 126.
#> 8 2022 REG 0 D'Onta Foreman 122.
#> 9 2022 REG 0 Rhamondre Stevenson 118.
#> 10 2022 REG 0 Saquon Barkley 114.
#> # ℹ 38 more rows
Awesome, thank you so much for looking into this and fixing it! Much appreciated!
On Tue, Aug 22, 2023 at 2:58 AM mrcaseb @.***> wrote:
Seems like NGS adjusted their model over the offseason. Our data was queried back in February. It's updated now
nflreadr::load_nextgen_stats(seasons = 2022, stat_type = "rushing") |> dplyr::filter(week == 0) |> dplyr::select(season, season_type, week, player_display_name, rush_yards_over_expected) |> dplyr::arrange(dplyr::desc(rush_yards_over_expected))#> ── nflverse Next Gen Stats weekly rushing data ─────────────────────────────────#> ℹ Data updated: 2023-08-22 08:44:47 CEST#> # A tibble: 48 × 5#> season season_type week player_display_name rush_yards_over_expected#>
#> 1 2022 REG 0 Nick Chubb 284.#> 2 2022 REG 0 Travis Etienne 234.#> 3 2022 REG 0 Tony Pollard 226.#> 4 2022 REG 0 Khalil Herbert 165.#> 5 2022 REG 0 Josh Jacobs 158.#> 6 2022 REG 0 Tyler Allgeier 134.#> 7 2022 REG 0 Jonathan Taylor 126.#> 8 2022 REG 0 D'Onta Foreman 122.#> 9 2022 REG 0 Rhamondre Stevenson 118.#> 10 2022 REG 0 Saquon Barkley 114.#> # ℹ 38 more rows — Reply to this email directly, view it on GitHub https://github.com/nflverse/nflverse-data/issues/28#issuecomment-1687585868, or unsubscribe https://github.com/notifications/unsubscribe-auth/A6JQ2E3CJTZH57AZKQSKXKTXWRKBJANCNFSM6AAAAAA3JGAKKI . You are receiving this because you authored the thread.Message ID: @.***>
Is there an existing issue for this?
Have you installed the latest development version of the package(s) in question?
What version of the package do you have?
1.3.2.7
Describe the bug
When I try to pull up the 2022 NextGenStats for RBs, the stats come up, and most of them come up correct. However, the RYOE, RYOE/Att., and Rush % OE stats come up completely different than what the NextGenStats website has.
Reprex
Expected Behavior
I expected the overall season stats for RYOE, RYOE/Att., and Rush % OE stats to match what the NextGenStats website has for them.
nflverse_sitrep
Screenshots
Additional context
What it should be:
What I get: