kp_efficiency {hoopR} | R Documentation |
Get KenPom Efficiency and Tempo Summary
Description
Get KenPom Efficiency and Tempo Summary
Usage
kp_efficiency(min_year, max_year = most_recent_mbb_season())
Arguments
min_year |
First year of data to pull |
max_year |
Last year of data to pull |
Value
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 |
See Also
Other KenPom Ratings Functions:
kp_foul_trouble()
,
kp_fourfactors()
,
kp_height()
,
kp_kpoy()
,
kp_playerstats()
,
kp_pointdist()
,
kp_pomeroy_ratings()
,
kp_teamstats()
Examples
try(kp_efficiency(min_year = 2020, max_year = 2021))
[Package hoopR version 2.1.0 Index]