| kp_coach_history {hoopR} | R Documentation |
Get KenPom's coaching resume data
Description
Get KenPom's coaching resume data
Usage
kp_coach_history(coach)
Arguments
coach |
Coach filter to select. |
Value
A data frame with 30 columns:
| col_name | types |
| year | numeric |
| team_rk | numeric |
| team | character |
| coach | character |
| conf | character |
| adj_t | character |
| adj_o | character |
| adj_d | character |
| off_e_fg_pct | character |
| off_to_pct | character |
| off_or_pct | character |
| off_ft_rate | character |
| off_fg_2_pct | character |
| off_fg_3_pct | character |
| off_ft_pct | character |
| off_fg_3a_pct | character |
| off_a_pct | character |
| off_apl | character |
| def_e_fg_pct | character |
| def_to_pct | character |
| def_or_pct | character |
| def_ft_rate | character |
| def_fg_2_pct | character |
| def_fg_3_pct | character |
| def_blk_pct | character |
| def_fg_3a_pct | character |
| def_a_pct | character |
| def_apl | character |
| foul2partic_pct | character |
| wl | character |
| wl_conf | character |
| adj_t_rk | numeric |
| adj_o_rk | numeric |
| adj_d_rk | numeric |
| off_e_fg_pct_rk | numeric |
| off_to_pct_rk | numeric |
| off_or_pct_rk | numeric |
| off_ft_rate_rk | numeric |
| off_fg_2_pct_rk | numeric |
| off_fg_3_pct_rk | numeric |
| off_ft_pct_rk | numeric |
| off_fg_3a_pct_rk | numeric |
| off_a_pct_rk | numeric |
| off_apl_rk | numeric |
| def_e_fg_pct_rk | numeric |
| def_to_pct_rk | numeric |
| def_or_pct_rk | numeric |
| def_ft_rate_rk | numeric |
| def_fg_2_pct_rk | numeric |
| def_fg_3_pct_rk | numeric |
| def_blk_pct_rk | numeric |
| def_fg_3a_pct_rk | numeric |
| def_a_pct_rk | numeric |
| def_apl_rk | numeric |
| foul2partic_pct_rk | numeric |
| team_finish | character |
| ncaa_seed | numeric |
See Also
Other KenPom Historical Functions:
kp_confhistory(),
kp_confstats(),
kp_conf(),
kp_pomeroy_archive_ratings(),
kp_program_ratings(),
kp_team_history()
Examples
try(kp_coach_history(coach = 'Leonard Hamilton'))
[Package hoopR version 2.1.0 Index]