kp_fourfactors: *Get Four Factors Data*

View source: R/kp_ratings_tables.R

kp_fourfactorsR Documentation

Get Four Factors Data

Description

Get Four Factors Data

Usage

kp_fourfactors(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 four factors ratings

col_name types
team character
conf character
adj_t numeric
adj_t_rk numeric
adj_o numeric
adj_o_rk numeric
off_e_fg_pct numeric
off_e_fg_pct_rk numeric
off_to_pct numeric
off_to_pct_rk numeric
off_or_pct numeric
off_or_pct_rk numeric
off_ft_rate numeric
off_ft_rate_rk numeric
adj_d numeric
adj_d_rk numeric
def_e_fg_pct numeric
def_e_fg_pct_rk numeric
def_to_pct numeric
def_to_pct_rk numeric
def_or_pct numeric
def_or_pct_rk numeric
def_ft_rate numeric
def_ft_rate_rk numeric
ncaa_seed numeric
year numeric

See Also

Other KenPom Ratings Functions: kp_efficiency(), kp_foul_trouble(), kp_height(), kp_kpoy(), kp_playerstats(), kp_pointdist(), kp_pomeroy_ratings(), kp_teamstats()

Examples


   try(kp_fourfactors(min_year = 2020, max_year = 2021))


hoopR documentation built on Nov. 26, 2023, 1:07 a.m.