Impact of Banning the Shift

For the 2023 season MLB will be banning the infield shift. This ban is supposed to increase action on the field, which in this case more hits is the goal. This post looks into what a potential impact would be and which players will be most affected.

Methodology

The idea here is very simple, but we need to be careful with interpretation as you’ll see. This came from something I saw from Sisu, who coined impact. What we do is take the average of the variables of interest (in this case batting average), take the average after removing a certain category of a variable (in this case when the infield alignment is in a shift), and find the difference.

What I don’t like about this technique is that many people will think “impact” means “causation” when it actually is an association analysis. The reason why is that we are removing rows of data, which eliminates interactions between variables that may be there and are actually causing changes in output. For example, we are not taking something like quality of contact into account. It could be that the quality of contact has a larger effect on success. I think there is still value in the simplicity of this analysis but CORRELATION DOES NOT MEAN CAUSATION. If you want more causal analysis, I would go with a machine learning model or hypothesis testing. Rant over, now let’s get into it!

Data

What is the shift supposed to take away? Baseballs that are pulled and on the ground. With this in mind, the data taken for this analysis are all pulled ground balls for the 2022 season.

Results

Overall

Note that the following batting averages correspond to just pulled baseballs on the ground in 2022.

Batting Average (All)Batting Average (No Shift)Impact of Shift
0.1910.222-0.031

So what does this mean? Well on average, the impact of the shift is -0.031 in batting average. This is about 3 less hits per 100 baseballs pulled on the ground. This really doesn’t sound like much in my opinion, but again this is an association and not causal analysis so maybe there is a larger impact than shown here.

Player Level

Now let’s look at which players were the most affected, in terms of impact, by the shift. For this I looked at only players that were shifted on 20+ times in the 2022 season and were also not shifted against (at least once) which resulted in 154 players.

Players Most Negatively Affected By the Shift
NameBatting Average (All)Batting Average (No Shift)Impact of Shift
Joey Gallo0.0710.500-0.429
Joey Votto0.1270.500-0.373
Byron Buxton0.1460.500-0.354
Eddie Rosario0.0810.429-0.348
Mike Moustakes0.0690.400-0.331
Jose Ramirez0.3400.650-0.310
Joc Pederson0.2500.500-0.250
Brad Miller0.1600.400-0.240
Salvador Perez0.2080.400-0.192
Ozzie Albies0.1670.353-0.186

Not surprising that Gallo is at the top but hitters like Votto and Ramirez might be a little surprising. Something to note is that the sample size was less than 10 for the top 5 players for pulled ground balls when not shifted on, meaning that it was rare they weren’t shifted on, which is a confounding variable in this case. Still interesting nonetheless and these players should benefit from the shift being banned. Now let’s look into players that did well beating the shift.

Players Most Positively Affected By the Shift

NameBatting Average (All)Batting Average (No Shift)Impact of Shift
JJ Bleday0.1200.12
Max Kepler0.100.1
Mitch Haniger0.1940.10.094
Michael Perez0.09100.091
Michael Massey0.08600.086
Matt Olson0.1350.0590.076
Mitch Garver0.20.1250.075
Jake Fraley0.150.0910.059
Rougned Odor0.05500.055
Brett Phillips0.04200.042

As you can see, the top positive effects are much smaller than the top negative effects. This means that they managed to beat the shift but really not much difference. Again, sample size of non-shifted ABs is in here as well. Olson is very interesting to me because in Oakland he pulled the ball very often. An extra fun fact is that Shohei Ohtani was 11th, just missing the top 10 cutoff, meaning he was not affected as much.

Conclusion

The shift being banned should have a high association for more pulled ground balls for certain hitters becoming hits but overall we might not see as much impact as we thought. Time will tell though! For what it is worth, I liked the shift because it is just using data to make more informed decisions to take away hits but many would disagree and that is okay too. I have always been interested in a shift based on the pitcher, rather than a hitter, so I think I will look at that next time.

Data

2 thoughts on “Impact of Banning the Shift

Leave a comment