Learn R Programming

hoopR (version 2.1.0)

kp_confstats: Get KenPom's conference comparison stats

Description

Get KenPom's conference comparison stats

Usage

kp_confstats(year = most_recent_mbb_season())

Value

A data frame with the following columns:

col_nametypes
confcharacter
effnumeric
eff_rknumeric
temponumeric
tempo_rknumeric
e_fg_pctnumeric
e_fg_pct_rknumeric
to_pctnumeric
to_pct_rknumeric
or_pctnumeric
or_pct_rknumeric
ft_ratenumeric
ft_rate_rknumeric
blk_pctnumeric
blk_pct_rknumeric
stl_pctnumeric
stl_pct_rknumeric
fg_2_pctnumeric
fg_2_pct_rknumeric
fg_3_pctnumeric
fg_3_pct_rknumeric
ft_pctnumeric
ft_pct_rknumeric
fg_3a_pctnumeric
fg_3a_pct_rknumeric
a_pctnumeric
a_pct_rknumeric
home_w_lcharacter
home_w_l_pctnumeric
home_w_l_rknumeric
closenumeric
close_rknumeric
blowoutsnumeric
blowouts_rknumeric
yearnumeric

Arguments

year

Year (YYYY)

See Also

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

Examples

Run this code
# \donttest{
  try(kp_confstats(year=most_recent_mbb_season()))
# }

Run the code above in your browser using DataLab