| kp_program_ratings {hoopR} | R Documentation |
Get KenPom's program ratings
Description
Get KenPom's program ratings
Usage
kp_program_ratings()
Value
A data frame with 17 columns:
| col_name | types |
| rk | numeric |
| team | character |
| conf | character |
| rtg | numeric |
| best_rk | numeric |
| best_yr | numeric |
| worst_rk | numeric |
| worst_yr | numeric |
| kp_median | numeric |
| top10 | numeric |
| top25 | numeric |
| top50 | numeric |
| ch | numeric |
| f4 | numeric |
| s16 | numeric |
| r1 | numeric |
| chg | numeric |
See Also
Other KenPom Historical Functions:
kp_coach_history(),
kp_confhistory(),
kp_confstats(),
kp_conf(),
kp_pomeroy_archive_ratings(),
kp_team_history()
Examples
try(kp_program_ratings())
[Package hoopR version 2.1.0 Index]