Agenda42 wrote:HartfordWhalers wrote:So the teams that won last year win this year. And winning last year means you pay more this year typically. So paying more in salary is useful just a sign that you were good last year. Which is seen when you look at teams that increase spending (That last regression with a change variable) they typically don't increase winning that year.
This is pretty accurate. I think the biggest determinant of being a good team is landing a superstar. Most commonly you do this through the draft, occasionally there is a big time free agent signing, but the rookie scale and max contract rules make these players phenomenally efficient investments. Most of the big increases in payroll simply occur when you resign your own guys, so it should come as no surprise that doesn't make for a big increase in wins.
On the other hand, what happens if you are good, but you can't afford to pay more to resign your players? It seems to me like that's where the biggest component of economic advantage lies -- LA was able to retain Bryant, Gasol, and Bynum, even though that trio by itself puts you over the salary cap. Meanwhile, the Jazz were good, but they weren't able to retain Deron Williams and Wesley Matthews last year at least in part due to their inability to go up to the $85M payroll level.
This was my first thought. I re-ran the last regressions using only teams that dipped in salary, figuring paying more was needed just to keep up, but if your spending dropped it would be a sure sign you were throwing in the towel and tanking. It came back not significant which surprised me.
The boring details:
. xtreg WinPercentage SalaryPercentage LagWinPercentage if SalaryPChange < 0 & Year >=
> 2000, re
Random-effects GLS regression Number of obs = 154
Group variable: Team Number of groups = 29
R-sq: within = 0.2614 Obs per group: min = 2
between = 0.5752 avg = 5.3
overall = 0.3740 max = 8
Wald chi2(2) = 78.88
corr(u_i, X) = 0 (assumed) Prob > chi2 = 0.0000
------------------------------------------------------------------------------
WinPercent~e | Coef. Std. Err. z P>|z| [95% Conf. Interval]
-------------+----------------------------------------------------------------
SalaryPerc~e | .0570239 .0573098 1.00 0.320 -.0553012 .169349
LagWinPerc~e | .5430779 .0684254 7.94 0.000 .4089665 .6771893
_cons | .1653271 .0542234 3.05 0.002 .0590513 .271603
-------------+----------------------------------------------------------------
sigma_u | .03512941
sigma_e | .11573706
rho | .08435733 (fraction of variance due to u_i)
------------------------------------------------------------------------------
.
Or:
. xtreg WinningPChange SalaryPChange if SalaryPChange < 0, re
Random-effects GLS regression Number of obs = 154
Group variable: Team Number of groups = 29
R-sq: within = 0.0148 Obs per group: min = 2
between = 0.1754 avg = 5.3
overall = 0.0021 max = 8
Wald chi2(1) = 0.32
corr(u_i, X) = 0 (assumed) Prob > chi2 = 0.5702
------------------------------------------------------------------------------
WinningPCh~e | Coef. Std. Err. z P>|z| [95% Conf. Interval]
-------------+----------------------------------------------------------------
SalaryPCha~e | .0603804 .1063532 0.57 0.570 -.148068 .2688288
_cons | .0043074 .0164357 0.26 0.793 -.0279061 .0365208
-------------+----------------------------------------------------------------
sigma_u | 0
sigma_e | .1366736
rho | 0 (fraction of variance due to u_i)
------------------------------------------------------------------------------
.