jflancer / bigballR

Package for working with NCAA Basketball Data
Other
61 stars 19 forks source link

Not an issue, just a question #14

Closed ssal23 closed 3 years ago

ssal23 commented 3 years ago

How is Garbage Time defined when I'm using the get_lineups function?

ssal23 commented 3 years ago

Curious about the exact parameters here.

jflancer commented 3 years ago

I use a fairly similar definition to Cleaning The Glass. Once a game reaches garbage time, that threshold will apply for the rest of the game, even if a team comes back or falls out of the definition.

If the score differential meets the following criteria:

Score Diff >= 25 & Game_Seconds >= 1800, Score Diff >= 20 & Game_Seconds >= 2100, Score Diff >= 15 & Game_Seconds >= 2280

If <= 3 starters are still remaining in the game