Calculate Team-level Consistency
This function allows you to calculate team-level consistency in run scoring and run prevention over the course of an entire season.
team_consistency(year)
year
: Season consistency should be run for.Returns a tibble with the following columns
col_name | types |
Team | character |
Con_R | numeric |
Con_RA | numeric |
Con_R_Ptile | numeric |
Con_RA_Ptile | numeric |
try(team_consistency(year=2021))
Useful links