Bischrob

Bischrob OP t1_iwdz52u wrote

Interactive version: https://bischrob.github.io/RScripts/public/CBB-BPI-widget.html

Made in R using ggplot and plotly (for the interactive version) with data from ESPN.com

BPI explanation: "The Men's College Basketball Power Index (BPI) is a measure of team strength that is meant to be the best predictor of performance going forward. BPI represents how many points above or below average a team is."

1

Bischrob OP t1_iw82x5a wrote

Made in R using these packages: cfbfastR, ggimage, tidyverse, gganimate, ggthemes.

Edit: data from ESPN using cfbfastR package

Explanation of FPI efficiency: "Team efficiencies are based on the point contributions of each unit to the team's scoring margin, on a per-play basis. The values are adjusted for strength of schedule and down-weighted for "garbage time" (based on win probability). The scale goes from 0 to 100; higher numbers are better and the average is roughly 50 for all categories. Efficiencies update daily during the season." It's basically an advanced metric designed to measure offense and defense.

2