Learn R Programming

hoopR (version 2.1.0)

kp_conf: Get KenPom's conference-wide stats

Description

Get KenPom's conference-wide stats

Usage

kp_conf(year, conf)

Value

A list of named data frames:

Standings

col_nametypes
teamcharacter
overallcharacter
confcharacter
adj_emnumeric
adj_em_rknumeric
adj_onumeric
adj_o_rknumeric
adj_dnumeric
adj_d_rknumeric
adj_tnumeric
adj_t_rknumeric
conf_sosnumeric
conf_sos_rknumeric
next_gamecharacter
yearnumeric

ConferencePlayOffense

col_nametypes
teamcharacter
oenumeric
oe_rknumeric
e_fg_pctnumeric
e_fg_pct_rknumeric
to_pctnumeric
to_pct_rknumeric
or_pctnumeric
or_pct_rknumeric
ft_ratenumeric
ft_rate_rknumeric
fg_2_pctnumeric
fg_2_pct_rknumeric
fg_3_pctnumeric
fg_3_pct_rknumeric
ft_pctnumeric
ft_pct_rknumeric
temponumeric
tempo_rknumeric
yearnumeric

ConferencePlayDefense

col_nametypes
teamcharacter
denumeric
de_rknumeric
e_fg_pctnumeric
e_fg_pct_rknumeric
to_pctnumeric
to_pct_rknumeric
or_pctnumeric
or_pct_rknumeric
ft_ratenumeric
ft_rate_rknumeric
fg_2_pctnumeric
fg_2_pct_rknumeric
fg_3_pctnumeric
fg_3_pct_rknumeric
blk_pctnumeric
blk_pct_rknumeric
stl_pctnumeric
stl_pct_rknumeric
yearnumeric

AllKenPom

col_nametypes
rkinteger
playercharacter
yearnumeric

ConferenceAggregateStats

col_nametypes
statcharacter
valuenumeric
rknumeric
yearnumeric

WinningTrends

col_nametypes
statcharacter
countcharacter
valuenumeric
rknumeric
yearnumeric

ConferenceComparison

col_nametypes
rknumeric
conferencecharacter
ratingnumeric
yearnumeric

Arguments

year

Year (YYYY)

conf

Used to limit to players in a specific conference. Allowed values are: 'A10', 'ACC', 'AE', 'AMER',
'ASUN', 'B10', 'B12', 'BE', 'BSKY', 'BSTH', 'BW', 'CAA', 'CUSA', 'HORZ', 'IND', IVY',
'MAAC', 'MAC', 'MEAC', 'MVC', 'MWC', 'NEC', 'OVC', 'P12', 'PAT', 'SB', 'SC', 'SEC', 'SLND',
'SUM', 'SWAC', 'WAC', 'WCC'.
If you try to use a conference that doesn't exist for a given season, like 'IND' and '2018',
you'll get an empty table, as kenpom.com doesn't serve 404 pages for invalid table queries like that.
No filter applied by default.

See Also

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

Examples

Run this code
# \donttest{
    try(kp_conf(year = 2020, conf = 'ACC'))
# }

Run the code above in your browser using DataLab