Skip to contents

Returns estimated adjusted ratings in a one-player injury scenario by team.

Usage

bart_injuryimpact(year = current_season(), team = NULL, player = NULL)

Arguments

year

Defaults to current season (YYYY).

team

Indicates team.

player

Indicates player to remove.

Value

Returns a tibble with five columns:

situation

character.

adj_oe

double.

adj_de

double.

barthag

double.

rk

double.

Details

Estimations are experimental and based on 'highly dubious analysis.'

Examples

bart_injuryimpact(year=2019, team='Duke', player='Zion Williamson')
#> # A tibble: 2 × 5
#>   situation            adj_oe adj_de barthag    rk
#>   <chr>                 <dbl>  <dbl>   <dbl> <dbl>
#> 1 With Zion Williamson   120.   90.4   0.962     5
#> 2 Without                115.   94.7   0.905    17