-
I've found an issue in which 2011-2015 data (from what I can tell based on penalty counts) miscredits some plays away from JAX, when JAX plays at home.
EX: game_id 2013_01_KC_JAX, play_id 1053
desc:…
-
``` r
library(tidyverse)
library(arsenal)
library(nflfastR)
ids % head(10) %>% pull(game_id)
pbp % decode_player_ids()
#> ✓ Download finished. Adding variables...
#> ✓ added game variables
#…
-
In 2020_01_TB_NO, the following fourth quarter play (PID = 3509?) is treated as a possession/drive and a red zone drive for TB.
6-T.Morstead kicks 33 yards from 50 to TB 17. 32-M.Edwards MUFFS catc…
-
(15:00) 28-J.Jacobs right guard to DEN 29 for 1 yard (55-B.Chubb). PENALTY on LV-75-B.Parker, Offensive Holding, 10 yards, enforced at DEN 30 - No Play.
Play type says "run" but I ask you guys if t…
rmrui updated
3 years ago
-
I have been using the data in file `play_by_play_2019.tar.gz` for analysis, and I am parsing the variable `end_yard_line` to get the field position for the next play. I noticed two lines in this file …
-
If we explicitly do package::function, e.g. dplyr::select() than downlit will highlight and hyperlink the functions. This helps understanding the code.
-
I joined data scraped from [espn depth charts](https://www.espn.com/nfl/teams) to `nflfastR::fast_scraper_roster(2020)` and discovered that the espn fields for these two players - Tyler Conklin and Ry…
-
On the first play of the second quarter Vegas lined up to try a 4th and 1 from Denver's 30.
PID QTR SIT DESC
979 2 LV-4-1-DEN 30 (15:00) J.Jacobs right guard to DEN 29 for …
-
Seahawks, 2020 week 10 @ Rams, 13:40 in 4th quarter. Russell Wilson fumbles, rbsdm boxscore shows it as a rush attempt, but it was a passing play, https://youtu.be/6KRAZuq-1uU?t=534
(I don't use nf…
-
I found that when the team that is in possession gets a safety on the other team, the code assumes that the other team got the safety. For example, JAX punted to TEN who muffed the catch and then JAX …