kp_foul_trouble {hoopR} | R Documentation |
Get 2-Foul Participation Stats
Description
Get 2-Foul Participation Stats
Usage
kp_foul_trouble(min_year, max_year = most_recent_mbb_season())
Arguments
min_year |
First year of data to pull |
max_year |
Last year of data to pull |
Value
Returns a tibble of foul participation stats
col_name | types |
team | character |
conf | character |
two_foul_particpation_pct | numeric |
two_foul_particpation_pct_rk | numeric |
adj2fp | numeric |
adj2fp_rk | numeric |
two_foul_total_time | character |
two_foul_total_time_rk | character |
two_foul_time_on | character |
two_foul_time_on_rk | character |
bench_pct | numeric |
bench_pct_rk | numeric |
ncaa_seed | numeric |
year | integer |
See Also
Other KenPom Ratings Functions:
kp_efficiency()
,
kp_fourfactors()
,
kp_height()
,
kp_kpoy()
,
kp_playerstats()
,
kp_pointdist()
,
kp_pomeroy_ratings()
,
kp_teamstats()
Examples
try(kp_foul_trouble(min_year = 2020, max_year = most_recent_mbb_season()))
[Package hoopR version 2.1.0 Index]