View source: R/kp_historical_tables.R
| kp_confstats | R Documentation |
Get KenPom's conference comparison stats
kp_confstats(year = most_recent_mbb_season())
year |
Year (YYYY) |
A data frame with the following columns:
| col_name | types |
| conf | character |
| eff | numeric |
| eff_rk | numeric |
| tempo | numeric |
| tempo_rk | numeric |
| e_fg_pct | numeric |
| e_fg_pct_rk | numeric |
| to_pct | numeric |
| to_pct_rk | numeric |
| or_pct | numeric |
| or_pct_rk | numeric |
| ft_rate | numeric |
| ft_rate_rk | numeric |
| blk_pct | numeric |
| blk_pct_rk | numeric |
| stl_pct | numeric |
| stl_pct_rk | numeric |
| fg_2_pct | numeric |
| fg_2_pct_rk | numeric |
| fg_3_pct | numeric |
| fg_3_pct_rk | numeric |
| ft_pct | numeric |
| ft_pct_rk | numeric |
| fg_3a_pct | numeric |
| fg_3a_pct_rk | numeric |
| a_pct | numeric |
| a_pct_rk | numeric |
| home_w_l | character |
| home_w_l_pct | numeric |
| home_w_l_rk | numeric |
| close | numeric |
| close_rk | numeric |
| blowouts | numeric |
| blowouts_rk | numeric |
| year | numeric |
Other KenPom Historical Functions:
kp_coach_history(),
kp_confhistory(),
kp_conf(),
kp_pomeroy_archive_ratings(),
kp_program_ratings(),
kp_team_history()
try(kp_confstats(year=most_recent_mbb_season()))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.