sportsdataverse / cfbfastR

An R package to quickly obtain clean and tidy college football play by play data
https://cfbfastR.sportsdataverse.org
Other
77 stars 8 forks source link

add filters to not run EPA on 5th down #54

Closed Kazink36 closed 2 years ago

Kazink36 commented 2 years ago

(timeouts on xp or 2pt play after 4th down TD). This may be cheating, I'm not sure but I saw in the epa prep there was a filter for down>0 so figured the same logic would apply to just add down < 5. It was able to run on the Florida State game and I can't imagine it would break anything else (which means it probably did)