A common (and hotly debated) saying among sports fans is "Defense wins
championships." Is offensive scoring ability or defensive stinginess a better
indicator of a team's success? To investigate this question we'll use data
from the \(2015-2016\) National Basketball Association (NBA) regular season. The
data \(^{6}\) stored in NBAStandings2016 include each team's record (wins,
losses, and winning percentage) along with the average number of points the
team scored per game (PtsFor) and average number of points scored against them
( PtsAgainst).
(a) Examine scatterplots for predicting \(\operatorname{WinPct}\) using PtsFor
and predicting WinPct using PtsAgainst. In each case, discuss whether
conditions for fitting a linear model appear to be met.
(b) Fit a model to predict winning percentage (WinPct) using offensive ability
(PtsFor). Write down the prediction equation and comment on whether PtsFor is
an effective predictor.
(c) Repeat the process of part (b) using PtsAgainst as the predictor.
(d) Compare and interpret \(R^{2}\) for both models.
(e) The Golden State Warriors set an NBA record by winning 73 games in the
regular season and only losing 9 (WinPct \(=0.890\) ). They scored an average of
114.9 points per game while giving up an average of 104.1 points against. Find
the predicted winning percentage for the Warriors using each of the models in
(b) and (c).
(f) Overall, does one of the predictors, PtsFor or PtsAgainst, appear to be
more effective at explaining winning percentages for NBA teams? Give some
justification for your answer.