estimate_team_possessions_custom: Estimate the number of possessions for a team for a given...

View source: R/summarize_pbp_data.R

estimate_team_possessions_customR Documentation

Estimate the number of possessions for a team for a given chink of pbp data

Description

This function computes possesions as the sum of:

  1. opponent field goals - opponent offensive rebounds

  2. opponent turnovers

  3. opponent final free throws made (e.g the 2nd of 2 or 3rd of 3)

Usage

estimate_team_possessions_custom(dat)

Arguments

dat

a chunk of pbp data to be analyzed

Value

estimated number of possesions in the pbp chunk

See Also

Other summarize_pbp_data: compute_average_plus_minus(), compute_defensive_free_throw_rate(), compute_defensive_rebound_rate(), compute_defensive_turnover_rate(), compute_effective_defensive_fgp(), compute_effective_fgp(), compute_free_throw_rate(), compute_plus_minus(), compute_rebound_rate(), compute_turnover_rate(), estimate_team_possessions_basic()


kburnham/tidynbadata documentation built on Aug. 7, 2024, 12:10 a.m.