Skip to contents

Get KenPom's conference comparison stats

Usage

kp_confstats(year = most_recent_mbb_season())

Arguments

year

Year (YYYY)

Value

A data frame with the following columns:

col_nametypesdescription
confcharactercharacter.
effnumericEff.
eff_rknumericEff rk.
temponumericTempo.
tempo_rknumericTempo rk.
e_fg_pctnumericE field goals percentage (0-1 decimal).
e_fg_pct_rknumericE fg pct rk.
to_pctnumericTo percentage (0-1 decimal).
to_pct_rknumericTo pct rk.
or_pctnumericOr percentage (0-1 decimal).
or_pct_rknumericOr pct rk.
ft_ratenumericFt rate.
ft_rate_rknumericFt rate rk.
blk_pctnumericBlocks percentage (0-1 decimal).
blk_pct_rknumericBlk pct rk.
stl_pctnumericSteals percentage (0-1 decimal).
stl_pct_rknumericStl pct rk.
fg_2_pctnumericField goals 2 percentage (0-1 decimal).
fg_2_pct_rknumericFg 2 pct rk.
fg_3_pctnumericField goals 3 percentage (0-1 decimal).
fg_3_pct_rknumericFg 3 pct rk.
ft_pctnumericFree throw percentage (0-1).
ft_pct_rknumericFt pct rk.
fg_3a_pctnumericField goals 3a percentage (0-1 decimal).
fg_3a_pct_rknumericFg 3a pct rk.
a_pctnumericA percentage (0-1 decimal).
a_pct_rknumericA pct rk.
home_w_lcharacterHome team's wins losses.
home_w_l_pctnumericHome wins losses percentage (0-1 decimal).
home_w_l_rknumericHome team's wins losses rk.
closenumericClose.
close_rknumericClose rk.
blowoutsnumericBlowouts.
blowouts_rknumericBlowouts rk.
yearnumeric4-digit year.

Examples

# \donttest{
  try(kp_confstats(year=most_recent_mbb_season()))
#>  2026-08-06 04:00:51.296572: Invalid arguments or no conference stats data for 2026 available!
#>  Args: year = 2026
#>  Error: HTTP 403 Forbidden.
#> NULL
# }