View source: R/kp_ratings_tables.R
| kp_efficiency | R Documentation |
Get KenPom Efficiency and Tempo Summary
kp_efficiency(min_year, max_year = most_recent_mbb_season())
min_year |
First year of data to pull |
max_year |
Last year of data to pull |
Returns a tibble of efficiency and tempo ratings
| col_name | types |
| team | character |
| conf | character |
| adj_t | numeric |
| adj_t_rk | numeric |
| raw_t | numeric |
| raw_t_rk | numeric |
| avg_poss_length_off | numeric |
| avg_poss_length_off_rk | numeric |
| avg_poss_length_def | numeric |
| avg_poss_length_def_rk | numeric |
| adj_o | numeric |
| adj_o_rk | numeric |
| raw_o | numeric |
| raw_o_rk | numeric |
| adj_d | numeric |
| adj_d_rk | numeric |
| raw_d | numeric |
| raw_d_rk | numeric |
| ncaa_seed | numeric |
| year | numeric |
Other KenPom Ratings Functions:
kp_foul_trouble(),
kp_fourfactors(),
kp_height(),
kp_kpoy(),
kp_playerstats(),
kp_pointdist(),
kp_pomeroy_ratings(),
kp_teamstats()
try(kp_efficiency(min_year = 2020, max_year = 2021))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.