Learn R Programming

hoopR (version 3.1.0)

kp_coach_history: Get KenPom's coaching resume data

Description

Get KenPom's coaching resume data

Usage

kp_coach_history(coach)

Value

A data frame with 30 columns:

col_nametypesdescription
yearnumeric4-digit year.
team_rknumericTeam rk.
teamcharacterTeam-side label or team identifier.
coachcharacterCoach.
confcharactercharacter.
adj_tcharacterAdj t.
adj_ocharacterAdj o.
adj_dcharacterAdj d.
off_e_fg_pctcharacterOff e field goals percentage (0-1 decimal).
off_to_pctcharacterOff to percentage (0-1 decimal).
off_or_pctcharacterOff or percentage (0-1 decimal).
off_ft_ratecharacterOff ft rate.
off_fg_2_pctcharacterOff field goals 2 percentage (0-1 decimal).
off_fg_3_pctcharacterOff field goals 3 percentage (0-1 decimal).
off_ft_pctcharacterOff free throws percentage (0-1 decimal).
off_fg_3a_pctcharacterOff field goals 3a percentage (0-1 decimal).
off_a_pctcharacterOff a percentage (0-1 decimal).
off_aplcharacterOff apl.
def_e_fg_pctcharacterDef e field goals percentage (0-1 decimal).
def_to_pctcharacterDef to percentage (0-1 decimal).
def_or_pctcharacterDef or percentage (0-1 decimal).
def_ft_ratecharacterDef ft rate.
def_fg_2_pctcharacterDef field goals 2 percentage (0-1 decimal).
def_fg_3_pctcharacterDef field goals 3 percentage (0-1 decimal).
def_blk_pctcharacterDef blocks percentage (0-1 decimal).
def_fg_3a_pctcharacterDef field goals 3a percentage (0-1 decimal).
def_a_pctcharacterDef a percentage (0-1 decimal).
def_aplcharacterDef apl.
foul2partic_pctcharacterFoul2partic percentage (0-1 decimal).
wlcharacterWl.
wl_confcharacterWl conf.
adj_t_rknumericAdj t rk.
adj_o_rknumericAdj o rk.
adj_d_rknumericAdj d rk.
off_e_fg_pct_rknumericOff e fg pct rk.
off_to_pct_rknumericOff to pct rk.
off_or_pct_rknumericOff or pct rk.
off_ft_rate_rknumericOff ft rate rk.
off_fg_2_pct_rknumericOff fg 2 pct rk.
off_fg_3_pct_rknumericOff fg 3 pct rk.
off_ft_pct_rknumericOff ft pct rk.
off_fg_3a_pct_rknumericOff fg 3a pct rk.
off_a_pct_rknumericOff a pct rk.
off_apl_rknumericOff apl rk.
def_e_fg_pct_rknumericDef e fg pct rk.
def_to_pct_rknumericDef to pct rk.
def_or_pct_rknumericDef or pct rk.
def_ft_rate_rknumericDef ft rate rk.
def_fg_2_pct_rknumericDef fg 2 pct rk.
def_fg_3_pct_rknumericDef fg 3 pct rk.
def_blk_pct_rknumericDef blk pct rk.
def_fg_3a_pct_rknumericDef fg 3a pct rk.
def_a_pct_rknumericDef a pct rk.
def_apl_rknumericDef apl rk.
foul2partic_pct_rknumericFoul2partic pct rk.
team_finishcharacterTeam finish.
ncaa_seednumericNcaa seed.

Arguments

coach

Coach filter to select.

See Also

Other KenPom Historical Functions: kp_conf(), kp_confhistory(), kp_confstats(), kp_pomeroy_archive_ratings(), kp_program_ratings(), kp_team_history()

Examples

Run this code
  # \donttest{
   try(kp_coach_history(coach = 'Leonard Hamilton'))
  # }


Run the code above in your browser using DataLab