<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>Tom Flesher &#187; economics</title>
	<atom:link href="http://tomflesher.com/tag/economics/feed/" rel="self" type="application/rss+xml" />
	<link>http://tomflesher.com</link>
	<description>Mercenary Educator and Bad Economist</description>
	<lastBuildDate>Mon, 14 Mar 2011 03:02:46 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='tomflesher.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>Tom Flesher &#187; economics</title>
		<link>http://tomflesher.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://tomflesher.com/osd.xml" title="Tom Flesher" />
	<atom:link rel='hub' href='http://tomflesher.com/?pushpress=hub'/>
		<item>
		<title>Modeling Run Production</title>
		<link>http://tomflesher.com/2010/06/19/modeling-run-production/</link>
		<comments>http://tomflesher.com/2010/06/19/modeling-run-production/#comments</comments>
		<pubDate>Sat, 19 Jun 2010 18:28:39 +0000</pubDate>
		<dc:creator>tomflesher</dc:creator>
				<category><![CDATA[Baseball]]></category>
		<category><![CDATA[Economics]]></category>
		<category><![CDATA[economics]]></category>
		<category><![CDATA[regression]]></category>
		<category><![CDATA[run production]]></category>
		<category><![CDATA[sports economics]]></category>

		<guid isPermaLink="false">http://tomflesher.com/?p=203</guid>
		<description><![CDATA[A baseball team can be thought of as a factory which uses a single crew to operate two machines. The first machine produces runs while the team bats, and the second machine produces outs while the team is on fields. This is a somewhat abstract way to look at the process of winning games, because [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=tomflesher.com&#038;blog=20518139&#038;post=203&#038;subd=tomflesher&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>A baseball team can be thought of as a factory which uses a single crew to operate two machines. The first machine produces runs while the team bats, and the second machine produces outs while the team is on fields. This is a somewhat abstract way to look at the process of winning games, because ordinarily machines have a fixed input and a fixed output. In a box factory, the input comprises man-hours and corrugated board, and the output is a finished box. Here, the input isn&#8217;t as well-defined.</p>
<p>Runs are a function of total bases, certainly, but total bases are functions of things like hits, home runs, and walks. Basically, runs are a function of getting on base and of advancing people who are already on base. Obviously, the best measure of getting on base is On-Base Percentage, and Slugging Average (expected number of bases per at-bat) is a good measure of advancement.</p>
<p>OBP wraps up a lot of things &#8211; walks, hits, and hit-by-pitch appearances &#8211; and SLG corrects for the greater effects of doubles, triples, and home runs. That doesn&#8217;t account for a few other things, though, like stolen bases, sacrifice flies, and sacrifice hits. It also doesn&#8217;t reflect batter ability directly, but that&#8217;s okay &#8211; the stats we have should represent batter ability since the defensive side is trying to prevent run production. The model might look something like this, then:</p>
<p><img src='http://s0.wp.com/latex.php?latex=%5Chat%7BRuns%7D+%3D+%5Chat%7B%5Cbeta_0%7D+%2B+%5Chat%7B%5Cbeta_1%7D+OBP+%2B+%5Chat%7B%5Cbeta_2%7D+SLG+%2B+%5Chat%7B%5Cbeta_3%7D+SB+%2B+%5Chat%7B%5Cbeta_4%7D+SF+%2B+%5Chat%7B%5Cbeta_5%7D+SH+&amp;bg=ffffff&amp;fg=666666&amp;s=0' alt='&#92;hat{Runs} = &#92;hat{&#92;beta_0} + &#92;hat{&#92;beta_1} OBP + &#92;hat{&#92;beta_2} SLG + &#92;hat{&#92;beta_3} SB + &#92;hat{&#92;beta_4} SF + &#92;hat{&#92;beta_5} SH ' title='&#92;hat{Runs} = &#92;hat{&#92;beta_0} + &#92;hat{&#92;beta_1} OBP + &#92;hat{&#92;beta_2} SLG + &#92;hat{&#92;beta_3} SB + &#92;hat{&#92;beta_4} SF + &#92;hat{&#92;beta_5} SH ' class='latex' /></p>
<p>This is the simplest model we can start with &#8211; each factor contributes a discrete number of runs. If we need to (and we probably will), we can add terms to capture concavity of the marginal effect of different stats, or (more likely) an interaction term for SLG and, say, SB, so that a stolen base is worth more on a team where you&#8217;re more likely to be brought home by a batter because he&#8217;s more likely to give you extra bases. As it is, however, we can test this model with linear regression. The details of it are behind the cut.<span id="more-203"></span></p>
<p>I&#8217;m using a dataset (available on request) of American League data pulled from Baseball-Reference.com&#8217;s <a href="http://www.baseball-reference.com/leagues/">Leagues page</a>.  I&#8217;m using the AL only because I don&#8217;t want to correct for the designated hitter&#8217;s differential runs.</p>
<p>The first thing I need to do is decide whether to add a trend correction.</p>
<p style="text-align:center;"><a href="http://tomflesher.files.wordpress.com/2010/06/alruntrend1.jpg"><img class="alignnone size-medium wp-image-218" title="Alruntrend" src="http://tomflesher.files.wordpress.com/2010/06/alruntrend1.jpg?w=300&h=181" alt="Trend of league run total, 2000-2009" width="300" height="181" /></a></p>
<p>I don&#8217;t have to account for a time trend, so I&#8217;m just going to use the team-level data. Using linear regression, I fitted the model above and got the following output:</p>
<table border="0" cellspacing="0" cellpadding="0" width="384">
<col span="6" width="64"></col>
<tbody>
<tr style="text-align:center;">
<td width="64" height="20"></td>
<td width="64">Value</td>
<td width="64">Std Err</td>
<td width="64">t-value</td>
<td width="64">p-value</td>
<td width="64">Signif</td>
</tr>
<tr>
<td height="20">Intercept</td>
<td>-904.638</td>
<td>51.68286</td>
<td>-17.504</td>
<td>0.00000</td>
<td>1.00000</td>
</tr>
<tr>
<td height="20">OBP</td>
<td>2893.123</td>
<td>233.7059</td>
<td>12.379</td>
<td>0.00000</td>
<td>1.00000</td>
</tr>
<tr>
<td height="20">SLG</td>
<td>1601.076</td>
<td>122.3527</td>
<td>13.086</td>
<td>0.00000</td>
<td>1.00000</td>
</tr>
<tr>
<td height="20">SB</td>
<td>-0.01907</td>
<td>0.06415</td>
<td>-0.297</td>
<td>0.76680</td>
<td>0.23320</td>
</tr>
<tr>
<td height="20">SF</td>
<td>0.65975</td>
<td>0.25356</td>
<td>2.602</td>
<td>0.01030</td>
<td>0.98970</td>
</tr>
<tr>
<td height="20">SH</td>
<td>0.28282</td>
<td>0.17445</td>
<td>1.621</td>
<td>0.10730</td>
<td>0.89270</td>
</tr>
</tbody>
</table>
<p>Multiple R-squared: 0.9164,     Adjusted R-squared: 0.9132</p>
<p>It looks like OBP and SLG are in fact highly significant, with each sac fly corresponding to about two-thirds of a run scored, a sac bunt corresponding to about .28 runs scored, and a stolen base actually having a negative effect (but it&#8217;s only significant at about the 23% level, so we can&#8217;t be sure it&#8217;s actually different from zero). This model explains about 91% of the variation in run scoring, which is reasonable since it ignores pitching and defense entirely.</p>
<p>This could be tightened up a bit, but as it stands it gives us a reasonable idea of how runs are produced.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/tomflesher.wordpress.com/203/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/tomflesher.wordpress.com/203/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/tomflesher.wordpress.com/203/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/tomflesher.wordpress.com/203/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/tomflesher.wordpress.com/203/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/tomflesher.wordpress.com/203/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/tomflesher.wordpress.com/203/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/tomflesher.wordpress.com/203/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/tomflesher.wordpress.com/203/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/tomflesher.wordpress.com/203/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/tomflesher.wordpress.com/203/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/tomflesher.wordpress.com/203/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/tomflesher.wordpress.com/203/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/tomflesher.wordpress.com/203/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=tomflesher.com&#038;blog=20518139&#038;post=203&#038;subd=tomflesher&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://tomflesher.com/2010/06/19/modeling-run-production/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/4cc81c8ef60cdc1c146147aed58a6174?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Tom</media:title>
		</media:content>

		<media:content url="http://tomflesher.files.wordpress.com/2010/06/alruntrend1.jpg?w=300" medium="image">
			<media:title type="html">Alruntrend</media:title>
		</media:content>
	</item>
		<item>
		<title>Trends in DH use</title>
		<link>http://tomflesher.com/2010/06/11/trends-in-dh-use/</link>
		<comments>http://tomflesher.com/2010/06/11/trends-in-dh-use/#comments</comments>
		<pubDate>Fri, 11 Jun 2010 19:56:16 +0000</pubDate>
		<dc:creator>tomflesher</dc:creator>
				<category><![CDATA[Baseball]]></category>
		<category><![CDATA[Economics]]></category>
		<category><![CDATA[baseball-reference.com]]></category>
		<category><![CDATA[designated hitter]]></category>
		<category><![CDATA[economics]]></category>
		<category><![CDATA[Interleague play]]></category>
		<category><![CDATA[Mets]]></category>
		<category><![CDATA[regression]]></category>
		<category><![CDATA[sports economics]]></category>
		<category><![CDATA[Stuff Keith Hernandez Says]]></category>

		<guid isPermaLink="false">http://tomflesher.com/?p=181</guid>
		<description><![CDATA[Last night, Keith Hernandez was talking about how the Mets are scheduled to play in American League parks starting, well, today. He pointed out that the Mets will be in a bit of a pickle because they aren&#8217;t built, as AL teams are, to carry one big hitter to be the full-time DH. Instead, an [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=tomflesher.com&#038;blog=20518139&#038;post=181&#038;subd=tomflesher&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Last night, Keith Hernandez was talking about how the Mets are scheduled to play in American League parks starting, well, today. He pointed out that the Mets will be in a bit of a pickle because they aren&#8217;t built, as AL teams are, to carry one big hitter to be the full-time DH. Instead, an NL team will be forced to spread the wealth among lighter hitters who are carried for their defensive acumen as well as their offensive prowess. Keith then corrected himself and said that AL managers are using the DH differently &#8211; to rest individual players instead of having an everyday DH.</p>
<p>That pinged my &#8220;Stuff Keith Hernandez says&#8221; meter, and so I decided to crunch some numbers and see if that&#8217;s true. I interpreted Keith&#8217;s statement as implying that the number of designated hitters should be increasing, since managers are moving away from an everyday DH and toward spreading the DH assignments around a bit more. The crunching also needs to account for interleague play, which should obviously increase the number of DHes. So, after controlling for interleague play, does DH use show an increasing trend with time?</p>
<p><span id="more-181"></span>To set up the regression, I modified an existing data set I had to include a variable for the number of people with at least one at-bat as a designated hitter (culled from <a href="http://www.baseball-reference.com/play-index">baseball-reference.com/play-index</a>). B-R.com didn&#8217;t have a listing for 1973, so I noted that 1974 had 106 DHs and 1975 had 107 and made an educated guess (that would be consistent with Keith&#8217;s statement) that 1973 had 105. Then, I added a binary variable <em>Inter </em>which took value 1 if there was interleague play that year and value 0 otherwise. Finally, I created time variables <em>DHt</em> (starts at 1 in 1973 and increases with each year), <em>Intert</em> (starts at 1 in 1997 and increases with each year), and squares of both of the time variables. My dependent variable is the number of players with at least one at-bat as a designated hitter (<em>DHes</em>) divided by the number of teams playing with the DH rule (<em>DHTms</em>). Finally, armed with <a href="http://tomflesher.com/docs/MLB19552009.txt">this dataset</a>, I pushed the numbers through R and came out with this result:</p>
<table border="0" cellspacing="0" cellpadding="0" width="384">
<col span="6" width="64"></col>
<tbody>
<tr style="text-align:right;">
<td width="64" height="20"></td>
<td width="64"><strong>Estimate</strong></td>
<td width="64"><strong>Std Error</strong></td>
<td width="64"><strong>t value</strong></td>
<td width="64"><strong>p value</strong></td>
<td width="64"><strong>Signif</strong></td>
</tr>
<tr>
<td height="20"><em>B0</em></td>
<td align="right">0.00483</td>
<td align="right">0.06735</td>
<td align="right">0.07200</td>
<td align="right">0.94295</td>
<td align="right">0.05706</td>
</tr>
<tr>
<td height="20"><em>DHt</em></td>
<td align="right">-0.19479</td>
<td align="right">0.07961</td>
<td align="right">-2.44700</td>
<td align="right">0.01610</td>
<td align="right">0.98390</td>
</tr>
<tr>
<td height="20"><em>DHtsq</em></td>
<td align="right">0.00600</td>
<td align="right">0.00299</td>
<td align="right">2.00600</td>
<td align="right">0.04753</td>
<td align="right">0.95247</td>
</tr>
<tr>
<td height="20"><em>DHTms</em></td>
<td align="right">0.74367</td>
<td align="right">0.03300</td>
<td align="right">22.53400</td>
<td align="right">0.00000</td>
<td align="right">1.00000</td>
</tr>
<tr>
<td height="20"><em>Inter</em></td>
<td align="right">3.08814</td>
<td align="right">0.65227</td>
<td align="right">4.73400</td>
<td align="right">0.00001</td>
<td align="right">0.99999</td>
</tr>
<tr>
<td height="20"><em>Intert</em></td>
<td align="right">0.44171</td>
<td align="right">0.19733</td>
<td align="right">2.23800</td>
<td align="right">0.02734</td>
<td align="right">0.97266</td>
</tr>
<tr>
<td height="20"><em>Intertsq</em></td>
<td align="right">-0.04639</td>
<td align="right">0.01321</td>
<td align="right">-3.51200</td>
<td align="right">0.00066</td>
<td align="right">0.99934</td>
</tr>
</tbody>
</table>
<p>Some caveats are in order. First of all, according to a Breusch-Pagan test, the error terms are absolutely heteroskedastic (that is, they&#8217;re correlated to something that I haven&#8217;t accounted for in my data). Second, I have an R[sup]2[/sup] of .9884, meaning that this data explains almost 99% of the variance in the number of designated hitters used. That&#8217;s a lot of explanatory value, and usually means you&#8217;re doing a regression that looks like &#8220;Right shoes = B0 + B1 Price + B2 Left shoes + error term&#8221; &#8211; that is, one where you&#8217;re missing some obvious highly correlated term. I&#8217;m not sure what that term might be, though. Also, there isn&#8217;t really enough data from interleague play to run robust time series analysis on it.</p>
<p>However, we can make some statements. First of all, interleague play adds about 43 designated hitters, or about 2.68 per National League team although that probably varies by the number of series played. Second, DHes per team decreased until they hit a minimum in 1989 and then began increasing again in terms of time series. What do you know? Keith might have been right after all.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/tomflesher.wordpress.com/181/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/tomflesher.wordpress.com/181/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/tomflesher.wordpress.com/181/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/tomflesher.wordpress.com/181/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/tomflesher.wordpress.com/181/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/tomflesher.wordpress.com/181/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/tomflesher.wordpress.com/181/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/tomflesher.wordpress.com/181/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/tomflesher.wordpress.com/181/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/tomflesher.wordpress.com/181/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/tomflesher.wordpress.com/181/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/tomflesher.wordpress.com/181/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/tomflesher.wordpress.com/181/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/tomflesher.wordpress.com/181/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=tomflesher.com&#038;blog=20518139&#038;post=181&#038;subd=tomflesher&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://tomflesher.com/2010/06/11/trends-in-dh-use/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/4cc81c8ef60cdc1c146147aed58a6174?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Tom</media:title>
		</media:content>
	</item>
		<item>
		<title>Is Hatred-Based Investment Rational?</title>
		<link>http://tomflesher.com/2010/06/09/is-hatred-based-investment-rational/</link>
		<comments>http://tomflesher.com/2010/06/09/is-hatred-based-investment-rational/#comments</comments>
		<pubDate>Wed, 09 Jun 2010 17:11:24 +0000</pubDate>
		<dc:creator>tomflesher</dc:creator>
				<category><![CDATA[Economics]]></category>
		<category><![CDATA[US Politics]]></category>
		<category><![CDATA[economics]]></category>
		<category><![CDATA[finance]]></category>
		<category><![CDATA[investment]]></category>
		<category><![CDATA[Scott Adams]]></category>
		<category><![CDATA[utility hedging]]></category>
		<category><![CDATA[Wall Street Journal]]></category>

		<guid isPermaLink="false">http://tomflesher.com/?p=165</guid>
		<description><![CDATA[Scott Adams (of Dilbert fame) has an essay in the Wall Street Journal about investing in companies you hate. His reasoning is that &#8220;the company is so powerful it can make you balance your wallet on your nose while you beg for their product.&#8221; Is hatred-based investing rational? Making the usual assumptions (people are rational [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=tomflesher.com&#038;blog=20518139&#038;post=165&#038;subd=tomflesher&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Scott Adams (of Dilbert fame) has <a href="http://online.wsj.com/article/SB10001424052748704025304575285000265955016.html">an essay</a> in the Wall Street Journal about investing in companies you hate. His reasoning is that &#8220;the company is so powerful it can make you balance your wallet on your  nose while you beg for their product.&#8221;</p>
<p>Is hatred-based investing rational? Making the usual assumptions (people are rational utility maximizers, etc), and assuming that you gain some utility from seeing a company you hate losing money, and that you lose a commensurate amount of utility from seeing that company make money, then it&#8217;s absolutely rational under certain circumstances. Mainly, it would serve as a hedge strategy against emotional distress. In Adams&#8217; example, he&#8217;s talking about BP and their recent oil spill. Owning BP provides a hedge against the disutility of watching BP potentially recover and begin to profit again &#8211; you get paid an amount that should offset some of your lost utility. Conversely, if you lose money, at least your money loss is offset by a gain in utility.</p>
<p>Obviously, it&#8217;s not something to do with all of your money. The optimal hedge ratio will also vary consumer-by-consumer.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/tomflesher.wordpress.com/165/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/tomflesher.wordpress.com/165/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/tomflesher.wordpress.com/165/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/tomflesher.wordpress.com/165/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/tomflesher.wordpress.com/165/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/tomflesher.wordpress.com/165/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/tomflesher.wordpress.com/165/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/tomflesher.wordpress.com/165/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/tomflesher.wordpress.com/165/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/tomflesher.wordpress.com/165/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/tomflesher.wordpress.com/165/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/tomflesher.wordpress.com/165/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/tomflesher.wordpress.com/165/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/tomflesher.wordpress.com/165/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=tomflesher.com&#038;blog=20518139&#038;post=165&#038;subd=tomflesher&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://tomflesher.com/2010/06/09/is-hatred-based-investment-rational/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/4cc81c8ef60cdc1c146147aed58a6174?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Tom</media:title>
		</media:content>
	</item>
		<item>
		<title>Manny&#039;s First 27 Games (or, the Marginal Product of Drug Use)</title>
		<link>http://tomflesher.com/2010/06/04/mannys-first-27-games-or-the-marginal-product-of-drug-use/</link>
		<comments>http://tomflesher.com/2010/06/04/mannys-first-27-games-or-the-marginal-product-of-drug-use/#comments</comments>
		<pubDate>Fri, 04 Jun 2010 18:36:35 +0000</pubDate>
		<dc:creator>tomflesher</dc:creator>
				<category><![CDATA[Baseball]]></category>
		<category><![CDATA[Economics]]></category>
		<category><![CDATA[baseball-reference.com]]></category>
		<category><![CDATA[Dodgers]]></category>
		<category><![CDATA[economics]]></category>
		<category><![CDATA[Manny Ramirez]]></category>
		<category><![CDATA[performance-enhancing drugs]]></category>
		<category><![CDATA[sabermetrics]]></category>
		<category><![CDATA[sports economics]]></category>
		<category><![CDATA[statistics]]></category>
		<category><![CDATA[suspension]]></category>

		<guid isPermaLink="false">http://tomflesher.com/?p=145</guid>
		<description><![CDATA[Last year, Manny Ramirez was suspended for 50 games on May 6. The suspension came after his 27th game of the season. On May 25th of this year, Manny played his 27th game of 2010. That means we can take a look at the first 27 games of each season, when he was using performance-enhancing [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=tomflesher.com&#038;blog=20518139&#038;post=145&#038;subd=tomflesher&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Last year, <strong><a href="http://www.baseball-reference.com/players/r/ramirma02.shtml?utm_source=direct&amp;utm_medium=linker&amp;utm_campaign=Linker">Manny  Ramirez</a></strong> was suspended for 50 games on May 6. The suspension came after his 27th game of the season. On May 25th of this year, Manny played his 27th game of 2010. That means we can take a look at the first 27 games of each season, when he was using performance-enhancing drugs (<a href="http://www.baseball-reference.com/players/gl.cgi?n1=ramirma02&amp;t=b&amp;year=2009&amp;share=2.45#2104-2130-sum:batting_gamelogs">in 2009</a>) and when he wasn&#8217;t (<a href="http://www.baseball-reference.com/players/gl.cgi?t=b&amp;year=2010&amp;n1=ramirma02&amp;share=3.31#2208-2234-sum:batting_gamelogs">presumably, this year</a>). The differential line is behind the cut.</p>
<p><span id="more-145"></span></p>
<table style="border-collapse:collapse;width:336pt;" border="0" cellspacing="0" cellpadding="0" width="448">
<col style="width:48pt;" span="7" width="64"></col>
<tbody>
<tr style="height:15pt;">
<td class="xl65" style="height:15pt;width:48pt;" width="64" height="20">Stat</td>
<td class="xl65" style="width:48pt;" width="64">G</td>
<td class="xl65" style="width:48pt;" width="64">GS</td>
<td class="xl65" style="width:48pt;" width="64">Rslt</td>
<td class="xl65" style="width:48pt;" width="64">PA</td>
<td class="xl65" style="width:48pt;" width="64">AB</td>
<td class="xl65" style="width:48pt;" width="64">R</td>
</tr>
<tr style="height:15pt;">
<td class="xl65" style="height:15pt;" height="20">2009</td>
<td class="xl65">27</td>
<td class="xl65">27</td>
<td class="xl65">20-7</td>
<td class="xl65">120</td>
<td class="xl65">92</td>
<td class="xl65">22</td>
</tr>
<tr style="height:15pt;">
<td class="xl65" style="height:15pt;" height="20">2010</td>
<td class="xl65">27</td>
<td class="xl65">23</td>
<td class="xl65">17-10</td>
<td class="xl65">104</td>
<td class="xl65">82</td>
<td class="xl65">13</td>
</tr>
<tr style="height:15pt;">
<td class="xl65" style="height:15pt;" height="20">∆</td>
<td class="xl65">0</td>
<td class="xl65">-4</td>
<td class="xl65">-3</td>
<td class="xl65">-16</td>
<td class="xl65">-10</td>
<td class="xl65">-9</td>
</tr>
<tr style="height:15pt;">
<td class="xl65" style="height:15pt;" height="20"></td>
<td class="xl65"></td>
<td class="xl65"></td>
<td class="xl65"></td>
<td class="xl65"></td>
<td class="xl65"></td>
<td class="xl65"></td>
</tr>
<tr style="height:15pt;">
<td class="xl65" style="height:15pt;" height="20">Stat</td>
<td class="xl65">2B</td>
<td class="xl65">3B</td>
<td class="xl65">HR</td>
<td class="xl65">RBI</td>
<td class="xl65">BB</td>
<td class="xl65">IBB</td>
</tr>
<tr style="height:15pt;">
<td class="xl65" style="height:15pt;" height="20">2009</td>
<td class="xl65">9</td>
<td class="xl65">0</td>
<td class="xl65">6</td>
<td class="xl65">20</td>
<td class="xl65">26</td>
<td class="xl65">8</td>
</tr>
<tr style="height:15pt;">
<td class="xl65" style="height:15pt;" height="20">2010</td>
<td class="xl65">6</td>
<td class="xl65">0</td>
<td class="xl65">2</td>
<td class="xl65">21</td>
<td class="xl65">18</td>
<td class="xl65">2</td>
</tr>
<tr style="height:15pt;">
<td class="xl65" style="height:15pt;" height="20">∆</td>
<td class="xl65">-3</td>
<td class="xl65">0</td>
<td class="xl65">-4</td>
<td class="xl65">1</td>
<td class="xl65">-8</td>
<td class="xl65">-6</td>
</tr>
<tr style="height:15pt;">
<td class="xl65" style="height:15pt;" height="20"></td>
<td class="xl65"></td>
<td class="xl65"></td>
<td class="xl65"></td>
<td class="xl65"></td>
<td class="xl65"></td>
<td class="xl65"></td>
</tr>
<tr style="height:15pt;">
<td class="xl65" style="height:15pt;" height="20">Stat</td>
<td class="xl65">SO</td>
<td class="xl65">HBP</td>
<td class="xl65">SH</td>
<td class="xl65">SF</td>
<td class="xl65">GDP</td>
<td class="xl65">BA</td>
</tr>
<tr style="height:15pt;">
<td class="xl65" style="height:15pt;" height="20">2009</td>
<td class="xl65">17</td>
<td class="xl65">1</td>
<td class="xl65">0</td>
<td class="xl65">1</td>
<td class="xl65">2</td>
<td class="xl65">0.348</td>
</tr>
<tr style="height:15pt;">
<td class="xl65" style="height:15pt;" height="20">2010</td>
<td class="xl65">13</td>
<td class="xl65">1</td>
<td class="xl65">0</td>
<td class="xl65">3</td>
<td class="xl65">1</td>
<td class="xl65">0.329</td>
</tr>
<tr style="height:15pt;">
<td class="xl65" style="height:15pt;" height="20">∆</td>
<td class="xl65">-4</td>
<td class="xl65">0</td>
<td class="xl65">0</td>
<td class="xl65">2</td>
<td class="xl65">-1</td>
<td class="xl65">-0.019</td>
</tr>
<tr style="height:15pt;">
<td class="xl65" style="height:15pt;" height="20"></td>
<td class="xl65"></td>
<td class="xl65"></td>
<td class="xl65"></td>
<td class="xl65"></td>
<td class="xl65"></td>
<td class="xl65"></td>
</tr>
<tr style="height:15pt;">
<td class="xl65" style="height:15pt;" height="20">Stat</td>
<td class="xl65">OBP</td>
<td class="xl65">SLG</td>
<td class="xl65">OPS</td>
<td class="xl65">aLI</td>
<td class="xl65">WPA</td>
<td class="xl65">RE24</td>
</tr>
<tr style="height:15pt;">
<td class="xl65" style="height:15pt;" height="20">2009</td>
<td class="xl65">0.492</td>
<td class="xl65">0.641</td>
<td class="xl65">1.133</td>
<td class="xl65">1.02</td>
<td class="xl65">1.674</td>
<td class="xl65">17.11</td>
</tr>
<tr style="height:15pt;">
<td class="xl65" style="height:15pt;" height="20">2010</td>
<td class="xl65">0.442</td>
<td class="xl65">0.476</td>
<td class="xl65">0.918</td>
<td class="xl65">1</td>
<td class="xl65">1.334</td>
<td class="xl65">9.43</td>
</tr>
<tr style="height:15pt;">
<td style="height:15pt;" height="20">∆</td>
<td class="xl65">-0.05</td>
<td class="xl65">-0.165</td>
<td class="xl65">-0.215</td>
<td class="xl65">-0.02</td>
<td class="xl65">-0.34</td>
<td class="xl65">-7.68</td>
</tr>
</tbody>
</table>
<p>Obviously, comparing across these years involves making some assumptions, some of which are justified and some of which aren&#8217;t. They boil down to assuming that there isn&#8217;t any other factor that would explain Manny&#8217;s decline in performance. For example, I&#8217;m assuming that Manny didn&#8217;t play a tougher schedule in 2010 than in 2009, which may be suspect because the Dodgers were 20-7 in Manny&#8217;s games in 2009 but 17-10 in 2010. I&#8217;m also assuming that Manny&#8217;s position in the batting order didn&#8217;t change his numbers, which may or may not be a factor. Manny invariably hit third in 2009 and has more often been hitting 4th in 2010.</p>
<p>However, the line is very telling. In 2009, Manny hit 6 home runs in 120 plate appearances, or about .05 home runs per PA. This year, he hit 2 in 104 PA, or a little bit under .02 home runs per PA. This is a significant drop, and since he&#8217;s being intentionally walked significantly less (6.7% of the time in 2009 versus 1.9% of the time this year), it corroborates the idea that Manny is seen as less of a threat. This could also be a result of Manny being moved to the fourth slot instead of being protected by <strong><a href="http://www.baseball-reference.com/players/e/ethiean01.shtml?utm_source=direct&amp;utm_medium=linker&amp;utm_campaign=Linker">Andre  Ethier</a></strong>, but Manny is often backed up by <strong><a href="http://www.baseball-reference.com/players/l/loneyja01.shtml?utm_source=direct&amp;utm_medium=linker&amp;utm_campaign=Linker">James  Loney</a></strong> this year, so I&#8217;m not sure the protection issue is realistic.</p>
<p>Two of those home runs became sacrifice flies, and Manny is striking out slightly less this year, but overall his OBP and slugging average have fallen precipitously.</p>
<p>The margin of error for proportions is <img src='http://s0.wp.com/latex.php?latex=%5Csqrt%7B%5Cfrac%7Bp%281-p%29%7D%7Bn%7D%7D&amp;bg=ffffff&amp;fg=666666&amp;s=0' alt='&#92;sqrt{&#92;frac{p(1-p)}{n}}' title='&#92;sqrt{&#92;frac{p(1-p)}{n}}' class='latex' /> , so the margin for his OBP this year is <img src='http://s0.wp.com/latex.php?latex=%5Csqrt%7B%5Cfrac%7B.442%28.458%29%7D%7B104%7D%7D&amp;bg=ffffff&amp;fg=666666&amp;s=0' alt='&#92;sqrt{&#92;frac{.442(.458)}{104}}' title='&#92;sqrt{&#92;frac{.442(.458)}{104}}' class='latex' /> , or about <img src='http://s0.wp.com/latex.php?latex=%5Csqrt%7B%5Cfrac%7B202%7D%7B104%7D%7D&amp;bg=ffffff&amp;fg=666666&amp;s=0' alt='&#92;sqrt{&#92;frac{202}{104}}' title='&#92;sqrt{&#92;frac{202}{104}}' class='latex' /> , which is about <img src='http://s0.wp.com/latex.php?latex=.044&amp;bg=ffffff&amp;fg=666666&amp;s=0' alt='.044' title='.044' class='latex' />. That means that we can be 95% confident that Manny&#8217;s &#8220;true&#8221; OBP is somewhere within <img src='http://s0.wp.com/latex.php?latex=.442+%5Cpm+1.98%28.044%29&amp;bg=ffffff&amp;fg=666666&amp;s=0' alt='.442 &#92;pm 1.98(.044)' title='.442 &#92;pm 1.98(.044)' class='latex' />. This interval puts the bounds at <img src='http://s0.wp.com/latex.php?latex=.355&amp;bg=ffffff&amp;fg=666666&amp;s=0' alt='.355' title='.355' class='latex' /> on the low end and <img src='http://s0.wp.com/latex.php?latex=.529&amp;bg=ffffff&amp;fg=666666&amp;s=0' alt='.529' title='.529' class='latex' />. In fact, the difference &#8211; <img src='http://s0.wp.com/latex.php?latex=.05&amp;bg=ffffff&amp;fg=666666&amp;s=0' alt='.05' title='.05' class='latex' /> &#8211; is about 1.14 standard  errors. That means we can only be about 75% certain that the difference is not due to chance.</p>
<p>Still, as the year plays out, I&#8217;ll be very interested in seeing whether this is a temporary trend or whether Manny&#8217;s numbers take a permanent dive.</p>
<div id="_mcePaste" style="position:absolute;left:-10000px;top:0;width:1px;height:1px;overflow:hidden;">
<table style="border-collapse:collapse;width:1056pt;" border="0" cellspacing="0" cellpadding="0" width="1408">
<col style="width:48pt;" span="22" width="64"></col>
<tbody>
<tr style="height:15pt;">
<td class="xl63" style="height:15pt;width:48pt;" width="64" height="20">G</td>
<td class="xl63" style="border-left:medium none;width:48pt;" width="64">GS</td>
<td class="xl63" style="border-left:medium none;width:48pt;" width="64">PA</td>
<td class="xl63" style="border-left:medium none;width:48pt;" width="64">AB</td>
<td class="xl63" style="border-left:medium none;width:48pt;" width="64">R</td>
<td class="xl63" style="border-left:medium none;width:48pt;" width="64">H</td>
<td class="xl63" style="border-left:medium none;width:48pt;" width="64">2B</td>
<td class="xl63" style="border-left:medium none;width:48pt;" width="64">3B</td>
<td class="xl63" style="border-left:medium none;width:48pt;" width="64">HR</td>
<td class="xl63" style="border-left:medium none;width:48pt;" width="64">RBI</td>
<td class="xl63" style="border-left:medium none;width:48pt;" width="64">BB</td>
<td class="xl63" style="border-left:medium none;width:48pt;" width="64">IBB</td>
<td class="xl63" style="border-left:medium none;width:48pt;" width="64">SO</td>
<td class="xl63" style="border-left:medium none;width:48pt;" width="64">HBP</td>
<td class="xl63" style="border-left:medium none;width:48pt;" width="64">SH</td>
<td class="xl63" style="border-left:medium none;width:48pt;" width="64">SF</td>
<td class="xl63" style="border-left:medium none;width:48pt;" width="64">BA</td>
<td class="xl63" style="border-left:medium none;width:48pt;" width="64">OBP</td>
<td class="xl63" style="border-left:medium none;width:48pt;" width="64">SLG</td>
<td class="xl63" style="border-left:medium none;width:48pt;" width="64">OPS</td>
<td class="xl63" style="border-left:medium none;width:48pt;" width="64">WPA</td>
<td class="xl63" style="border-left:medium none;width:48pt;" width="64">RE24</td>
</tr>
<tr style="height:15pt;">
<td class="xl63" style="height:15pt;border-top:medium none;" height="20">27</td>
<td class="xl63" style="border-top:medium none;border-left:medium none;">27</td>
<td class="xl63" style="border-top:medium none;border-left:medium none;">120</td>
<td class="xl63" style="border-top:medium none;border-left:medium none;">92</td>
<td class="xl63" style="border-top:medium none;border-left:medium none;">22</td>
<td class="xl63" style="border-top:medium none;border-left:medium none;">32</td>
<td class="xl63" style="border-top:medium none;border-left:medium none;">9</td>
<td class="xl63" style="border-top:medium none;border-left:medium none;">0</td>
<td class="xl63" style="border-top:medium none;border-left:medium none;">6</td>
<td class="xl63" style="border-top:medium none;border-left:medium none;">20</td>
<td class="xl63" style="border-top:medium none;border-left:medium none;">26</td>
<td class="xl63" style="border-top:medium none;border-left:medium none;">8</td>
<td class="xl63" style="border-top:medium none;border-left:medium none;">17</td>
<td class="xl63" style="border-top:medium none;border-left:medium none;">1</td>
<td class="xl63" style="border-top:medium none;border-left:medium none;">0</td>
<td class="xl63" style="border-top:medium none;border-left:medium none;">1</td>
<td class="xl63" style="border-top:medium none;border-left:medium none;">0.348</td>
<td class="xl63" style="border-top:medium none;border-left:medium none;">0.492</td>
<td class="xl63" style="border-top:medium none;border-left:medium none;">0.641</td>
<td class="xl63" style="border-top:medium none;border-left:medium none;">1.133</td>
<td class="xl63" style="border-top:medium none;border-left:medium none;">1.674</td>
<td class="xl63" style="border-top:medium none;border-left:medium none;">17.11</td>
</tr>
<tr style="height:15pt;">
<td class="xl63" style="height:15pt;border-top:medium none;" height="20">27</td>
<td class="xl63" style="border-top:medium none;border-left:medium none;">23</td>
<td class="xl63" style="border-top:medium none;border-left:medium none;">104</td>
<td class="xl63" style="border-top:medium none;border-left:medium none;">82</td>
<td class="xl63" style="border-top:medium none;border-left:medium none;">13</td>
<td class="xl63" style="border-top:medium none;border-left:medium none;">27</td>
<td class="xl63" style="border-top:medium none;border-left:medium none;">6</td>
<td class="xl63" style="border-top:medium none;border-left:medium none;">0</td>
<td class="xl63" style="border-top:medium none;border-left:medium none;">2</td>
<td class="xl63" style="border-top:medium none;border-left:medium none;">21</td>
<td class="xl63" style="border-top:medium none;border-left:medium none;">18</td>
<td class="xl63" style="border-top:medium none;border-left:medium none;">2</td>
<td class="xl63" style="border-top:medium none;border-left:medium none;">13</td>
<td class="xl63" style="border-top:medium none;border-left:medium none;">1</td>
<td class="xl63" style="border-top:medium none;border-left:medium none;">0</td>
<td class="xl63" style="border-top:medium none;border-left:medium none;">3</td>
<td class="xl63" style="border-top:medium none;border-left:medium none;">0.329</td>
<td class="xl63" style="border-top:medium none;border-left:medium none;">0.442</td>
<td class="xl63" style="border-top:medium none;border-left:medium none;">0.476</td>
<td class="xl63" style="border-top:medium none;border-left:medium none;">0.918</td>
<td class="xl63" style="border-top:medium none;border-left:medium none;">1.334</td>
<td class="xl63" style="border-top:medium none;border-left:medium none;">9.43</td>
</tr>
<tr style="height:15pt;">
<td class="xl63" style="height:15pt;border-top:medium none;" height="20">0</td>
<td class="xl63" style="border-top:medium none;border-left:medium none;">4</td>
<td class="xl63" style="border-top:medium none;border-left:medium none;">16</td>
<td class="xl63" style="border-top:medium none;border-left:medium none;">10</td>
<td class="xl63" style="border-top:medium none;border-left:medium none;">9</td>
<td class="xl63" style="border-top:medium none;border-left:medium none;">5</td>
<td class="xl63" style="border-top:medium none;border-left:medium none;">3</td>
<td class="xl63" style="border-top:medium none;border-left:medium none;">0</td>
<td class="xl63" style="border-top:medium none;border-left:medium none;">4</td>
<td class="xl63" style="border-top:medium none;border-left:medium none;">-1</td>
<td class="xl63" style="border-top:medium none;border-left:medium none;">8</td>
<td class="xl63" style="border-top:medium none;border-left:medium none;">6</td>
<td class="xl63" style="border-top:medium none;border-left:medium none;">4</td>
<td class="xl63" style="border-top:medium none;border-left:medium none;">0</td>
<td class="xl63" style="border-top:medium none;border-left:medium none;">0</td>
<td class="xl63" style="border-top:medium none;border-left:medium none;">-2</td>
<td class="xl63" style="border-top:medium none;border-left:medium none;">0.019</td>
<td class="xl63" style="border-top:medium none;border-left:medium none;">0.05</td>
<td class="xl63" style="border-top:medium none;border-left:medium none;">0.165</td>
<td class="xl63" style="border-top:medium none;border-left:medium none;">0.215</td>
<td class="xl63" style="border-top:medium none;border-left:medium none;">0.34</td>
<td class="xl63" style="border-top:medium none;border-left:medium none;">7.68</td>
</tr>
</tbody>
</table>
</div>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/tomflesher.wordpress.com/145/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/tomflesher.wordpress.com/145/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/tomflesher.wordpress.com/145/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/tomflesher.wordpress.com/145/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/tomflesher.wordpress.com/145/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/tomflesher.wordpress.com/145/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/tomflesher.wordpress.com/145/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/tomflesher.wordpress.com/145/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/tomflesher.wordpress.com/145/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/tomflesher.wordpress.com/145/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/tomflesher.wordpress.com/145/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/tomflesher.wordpress.com/145/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/tomflesher.wordpress.com/145/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/tomflesher.wordpress.com/145/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=tomflesher.com&#038;blog=20518139&#038;post=145&#038;subd=tomflesher&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://tomflesher.com/2010/06/04/mannys-first-27-games-or-the-marginal-product-of-drug-use/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/4cc81c8ef60cdc1c146147aed58a6174?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Tom</media:title>
		</media:content>
	</item>
		<item>
		<title>Does the DH Rule Cause Batters to be Hit?</title>
		<link>http://tomflesher.com/2010/06/02/does-the-dh-rule-cause-batters-to-be-hit/</link>
		<comments>http://tomflesher.com/2010/06/02/does-the-dh-rule-cause-batters-to-be-hit/#comments</comments>
		<pubDate>Wed, 02 Jun 2010 16:28:55 +0000</pubDate>
		<dc:creator>tomflesher</dc:creator>
				<category><![CDATA[Baseball]]></category>
		<category><![CDATA[Economics]]></category>
		<category><![CDATA[baseball-reference.com]]></category>
		<category><![CDATA[designated hitter]]></category>
		<category><![CDATA[economics]]></category>
		<category><![CDATA[hit by pitch]]></category>
		<category><![CDATA[Kevin Youkilis]]></category>
		<category><![CDATA[regression]]></category>
		<category><![CDATA[sports economics]]></category>

		<guid isPermaLink="false">http://tomflesher.com/?p=136</guid>
		<description><![CDATA[In an earlier post, I crunched some numbers on the Designated Hitter rule and came to the conclusion that the DH adds about .3 extra trips to first base per game after accounting for trend. I&#8217;m going to play around with another stat that a lot of people seem to think should be affected indirectly [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=tomflesher.com&#038;blog=20518139&#038;post=136&#038;subd=tomflesher&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>In an earlier post, I crunched some numbers on the Designated Hitter rule and came to the conclusion that the DH adds about .3 extra trips to first base per game after accounting for trend. I&#8217;m going to play around with another stat that a lot of people seem to think should be affected indirectly by the DH rule.</p>
<p>The Conventional Wisdom™ is that the DH should increase hit batsman. The argument is that pitchers don&#8217;t bear the costs of hitting a batter with a pitch because they don&#8217;t bat, so they&#8217;ll be less careful to avoid hitting a batter or more likely to plunk a batter out of malice. Do the numbers bear that out?</p>
<p><span id="more-136"></span>To attack this question, I&#8217;m using the same dataset I used in the earlier post &#8211; the <a href="http://tomflesher.com/docs/MLB19552010.txt">per-game average data for each league since 1954</a>, with an added dummy variable for whether the DH rule was in effect that year, and with time normalized to begin with 1955 and an added quadratic term. (I pulled it from <a href="http://www.baseball-reference.com/">Baseball-Reference.com</a>.) I started using the same variables as the previous post:</p>
<p><img src='http://s0.wp.com/latex.php?latex=%5Chat%7BHBP%7D+%3D+%5Chat%7B%5Cbeta%7D_%7B0%7D+%2B+%5Chat%7B%5Cbeta%7D_%7B1%7Dt+%2B+%5Chat%7B%5Cbeta%7D_%7B2%7Dt%5E%7B2%7D+%2B+%5Chat%7B%5Cbeta%7D_%7B3%7DDH+&amp;bg=ffffff&amp;fg=666666&amp;s=0' alt='&#92;hat{HBP} = &#92;hat{&#92;beta}_{0} + &#92;hat{&#92;beta}_{1}t + &#92;hat{&#92;beta}_{2}t^{2} + &#92;hat{&#92;beta}_{3}DH ' title='&#92;hat{HBP} = &#92;hat{&#92;beta}_{0} + &#92;hat{&#92;beta}_{1}t + &#92;hat{&#92;beta}_{2}t^{2} + &#92;hat{&#92;beta}_{3}DH ' class='latex' /></p>
<p>That is, check for a trend and then after controlling for that check to see if there is a significant effect based on the DH rule. However, it occurred to me that there might be an experience effect &#8211; if more players are showing up in the league, you might get matching effects for pitchers with no control hitting batters and for batter with no experience crowding the plate because they haven&#8217;t been trained not to. I added a term for the number of batters in the league to control for that:</p>
<p><img src='http://s0.wp.com/latex.php?latex=%5Chat%7BHBP%7D+%3D+%5Chat%7B%5Cbeta%7D_%7B0%7D+%2B%5Chat%7B%5Cbeta%7D_%7B1%7Dt+%2B++%5Chat%7B%5Cbeta%7D_%7B2%7Dt%5E%7B2%7D+%2B+%5Chat%7B%5Cbeta%7D_%7B3%7DBatters+%2B+%5Chat%7B%5Cbeta%7D_%7B4%7DDH+&amp;bg=ffffff&amp;fg=666666&amp;s=0' alt='&#92;hat{HBP} = &#92;hat{&#92;beta}_{0} +&#92;hat{&#92;beta}_{1}t +  &#92;hat{&#92;beta}_{2}t^{2} + &#92;hat{&#92;beta}_{3}Batters + &#92;hat{&#92;beta}_{4}DH ' title='&#92;hat{HBP} = &#92;hat{&#92;beta}_{0} +&#92;hat{&#92;beta}_{1}t +  &#92;hat{&#92;beta}_{2}t^{2} + &#92;hat{&#92;beta}_{3}Batters + &#92;hat{&#92;beta}_{4}DH ' class='latex' /></p>
<p>The regression output was:</p>
<table border="0" cellspacing="0" cellpadding="0" width="384">
<col span="6" width="64"></col>
<tbody>
<tr>
<td width="64" height="20"></td>
<td width="64">Estimate</td>
<td width="64">Std. Error</td>
<td width="64">t value</td>
<td width="64">Pr(&gt;|t|)</td>
<td width="64"></td>
</tr>
<tr>
<td height="20">(Intercept)</td>
<td align="right">0.11060</td>
<td align="right">0.02172</td>
<td align="right">5.092</td>
<td align="right">1.53E-06</td>
<td>***</td>
</tr>
<tr>
<td height="20">t</td>
<td align="right">-0.00838</td>
<td align="right">0.00091</td>
<td align="right">-9.159</td>
<td align="right">4.08E-15</td>
<td>***</td>
</tr>
<tr>
<td height="20">tsq</td>
<td align="right">0.00015</td>
<td align="right">0.00001</td>
<td align="right">10.792</td>
<td>&lt; 2E-16</td>
<td>***</td>
</tr>
<tr>
<td height="20">Batters</td>
<td align="right">0.00044</td>
<td align="right">0.00007</td>
<td align="right">6.498</td>
<td align="right">2.65E-09</td>
<td>***</td>
</tr>
<tr>
<td height="20">DH</td>
<td align="right">0.08086</td>
<td align="right">0.01300</td>
<td align="right">6.22</td>
<td align="right">9.83E-09</td>
<td>***</td>
</tr>
</tbody>
</table>
<p>Residual standard error: 0.03256 on 107 degrees of freedom<br />
Multiple R-squared: 0.8038,     Adjusted R-squared: 0.7965<br />
F-statistic: 109.6 on 4 and 107 DF,  p-value: &lt; 2.2e-16</p>
<p>The Batters term (and the other three terms) are all statistically significant at the 99% level. These variables explain around 80% of the variation in HBP per game, based on the R-squared statistic. The Breusch-Pagan test, with a null hypothesis of no heteroskedasticity, has a p-value of .2 &#8211; not enough to reject that null hypothesis, so ordinary least squares are appropriate here.</p>
<p>After controlling for time and the effect of talent pool dilution, the designated hitter rule represents about .08 hit batsmen per game, or roughly one hit batsman every 12.5 games, which translates to about 13 additional hit batsmen over the course of a team&#8217;s season. (Of course, that effect could be almost entirely explained by <strong><a href="http://www.baseball-reference.com/players/y/youklke01.shtml?utm_source=direct&amp;utm_medium=linker&amp;utm_campaign=Linker">Kevin  Youkilis</a></strong> stubbornly refusing to back off home plate.)</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/tomflesher.wordpress.com/136/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/tomflesher.wordpress.com/136/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/tomflesher.wordpress.com/136/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/tomflesher.wordpress.com/136/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/tomflesher.wordpress.com/136/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/tomflesher.wordpress.com/136/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/tomflesher.wordpress.com/136/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/tomflesher.wordpress.com/136/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/tomflesher.wordpress.com/136/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/tomflesher.wordpress.com/136/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/tomflesher.wordpress.com/136/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/tomflesher.wordpress.com/136/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/tomflesher.wordpress.com/136/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/tomflesher.wordpress.com/136/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=tomflesher.com&#038;blog=20518139&#038;post=136&#038;subd=tomflesher&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://tomflesher.com/2010/06/02/does-the-dh-rule-cause-batters-to-be-hit/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/4cc81c8ef60cdc1c146147aed58a6174?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Tom</media:title>
		</media:content>
	</item>
		<item>
		<title>Addendum on Pythagorean Expectation</title>
		<link>http://tomflesher.com/2010/05/20/addendum-on-pythagorean-expectation/</link>
		<comments>http://tomflesher.com/2010/05/20/addendum-on-pythagorean-expectation/#comments</comments>
		<pubDate>Thu, 20 May 2010 20:34:24 +0000</pubDate>
		<dc:creator>tomflesher</dc:creator>
				<category><![CDATA[Baseball]]></category>
		<category><![CDATA[Economics]]></category>
		<category><![CDATA[economics]]></category>
		<category><![CDATA[Pythagorean expectation]]></category>
		<category><![CDATA[statistics]]></category>

		<guid isPermaLink="false">http://tomflesher.com/?p=88</guid>
		<description><![CDATA[I noted below that the sample size of 13 games is too small to make a determination as to whether the proportions of conditions expected to predict the winning team &#8211; the home team, the team with the higher Pythagorean expectation, the team with more runs scored, and the team with the higher run differential [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=tomflesher.com&#038;blog=20518139&#038;post=88&#038;subd=tomflesher&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>I noted below that the sample size of 13 games is too small to make a determination as to whether the proportions of conditions expected to predict the winning team &#8211; the home team, the team with the higher Pythagorean expectation, the team with more runs scored, and the team with the higher run differential &#8211; is significantly different from chance. If chance were the only determinant of the winner, then we would expect each proportion to be .5, since you&#8217;d expect a randomly-selected home team to win half the games, a randomly-selected team with higher run differential to win half the games, and so on.</p>
<p>Making the standard statistical assumptions, the <a href="http://en.wikipedia.org/wiki/Margin_of_error#Calculations_assuming_random_sampling">margin of error using proportions</a> is <img src='http://s0.wp.com/latex.php?latex=%5Csqrt%7B%5Cfrac%7Bp%281-p%29%7D%7Bn%7D%7D&amp;bg=ffffff&amp;fg=666666&amp;s=0' alt='&#92;sqrt{&#92;frac{p(1-p)}{n}}' title='&#92;sqrt{&#92;frac{p(1-p)}{n}}' class='latex' /> . Three of the proportions were .46, meaning that the margin of error would be <img src='http://s0.wp.com/latex.php?latex=%5Csqrt%7B%5Cfrac%7B.46%28.54%29%7D%7B13%7D%7D+%3D+%5Csqrt%7B%5Cfrac%7B.2484%7D%7B13%7D%7D&amp;bg=ffffff&amp;fg=666666&amp;s=0' alt='&#92;sqrt{&#92;frac{.46(.54)}{13}} = &#92;sqrt{&#92;frac{.2484}{13}}' title='&#92;sqrt{&#92;frac{.46(.54)}{13}} = &#92;sqrt{&#92;frac{.2484}{13}}' class='latex' /> which simplifies to <img src='http://s0.wp.com/latex.php?latex=%5Csqrt%7B.0191%7D+%3D+%7B.1382%7D+&amp;bg=ffffff&amp;fg=666666&amp;s=0' alt='&#92;sqrt{.0191} = {.1382} ' title='&#92;sqrt{.0191} = {.1382} ' class='latex' />. Using 12 degrees of freedom, a <a href="http://www.sociology.ohio-state.edu/people/ptv/publications/p%20values/t_table.jpg">t-table</a> shows that the critical value for 95% confidence  is 2.18. Thus, the <a href="http://en.wikipedia.org/wiki/Binomial_proportion_confidence_interval">binomial confidence interval</a> method, tells us we can be 95% sure that the true value of the proportion lies within the range .46 ± 2.18*.1382 = .46 ± .30 = .16 &#8230; .76. Clearly, this range is far too large to reject the conclusion that the proportion is significantly different from .5.</p>
<p>For the simple measure of more runs, the proportion was .31, meaning that the margin of error is <img src='http://s0.wp.com/latex.php?latex=%5Csqrt%7B%5Cfrac%7B.31%28.69%29%7D%7B13%7D%7D+%3D+%5Csqrt%7B%5Cfrac%7B.2139%7D%7B13%7D%7D&amp;bg=ffffff&amp;fg=666666&amp;s=0' alt='&#92;sqrt{&#92;frac{.31(.69)}{13}} = &#92;sqrt{&#92;frac{.2139}{13}}' title='&#92;sqrt{&#92;frac{.31(.69)}{13}} = &#92;sqrt{&#92;frac{.2139}{13}}' class='latex' /> or <img src='http://s0.wp.com/latex.php?latex=%5Csqrt%7B.0165%7D+%3D+%7B.1283%7D&amp;bg=ffffff&amp;fg=666666&amp;s=0' alt='&#92;sqrt{.0165} = {.1283}' title='&#92;sqrt{.0165} = {.1283}' class='latex' />. The 95% confidence interval around .31 is .31 ± 2.18*.1283 = .31 ± .2797 = .03 &#8230; .59. Again, .5 is included in this range.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/tomflesher.wordpress.com/88/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/tomflesher.wordpress.com/88/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/tomflesher.wordpress.com/88/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/tomflesher.wordpress.com/88/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/tomflesher.wordpress.com/88/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/tomflesher.wordpress.com/88/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/tomflesher.wordpress.com/88/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/tomflesher.wordpress.com/88/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/tomflesher.wordpress.com/88/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/tomflesher.wordpress.com/88/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/tomflesher.wordpress.com/88/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/tomflesher.wordpress.com/88/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/tomflesher.wordpress.com/88/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/tomflesher.wordpress.com/88/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=tomflesher.com&#038;blog=20518139&#038;post=88&#038;subd=tomflesher&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://tomflesher.com/2010/05/20/addendum-on-pythagorean-expectation/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/4cc81c8ef60cdc1c146147aed58a6174?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Tom</media:title>
		</media:content>
	</item>
		<item>
		<title>Cy Young gives me a headache.</title>
		<link>http://tomflesher.com/2010/01/15/cy-young-gives-me-a-headache/</link>
		<comments>http://tomflesher.com/2010/01/15/cy-young-gives-me-a-headache/#comments</comments>
		<pubDate>Fri, 15 Jan 2010 17:01:29 +0000</pubDate>
		<dc:creator>tomflesher</dc:creator>
				<category><![CDATA[Baseball]]></category>
		<category><![CDATA[Economics]]></category>
		<category><![CDATA[baseball-reference.com]]></category>
		<category><![CDATA[Bill James]]></category>
		<category><![CDATA[Cy Young predictor]]></category>
		<category><![CDATA[economics]]></category>
		<category><![CDATA[Eric Gagne]]></category>
		<category><![CDATA[linear regression]]></category>
		<category><![CDATA[R]]></category>
		<category><![CDATA[Rob Neyer]]></category>
		<category><![CDATA[sabermetrics]]></category>
		<category><![CDATA[Tim Lincecum]]></category>
		<category><![CDATA[Weighted saves]]></category>
		<category><![CDATA[Weighted shutouts]]></category>

		<guid isPermaLink="false">http://tomflesher.com/?p=71</guid>
		<description><![CDATA[As usual, I&#8217;ve started my yearly struggle against a Cy Young predictor. Bill James and Rob Neyer&#8217;s predictor (which I&#8217;ve preserved for posterity here) did a pretty poor job this year, having predicted the wrong winner in both leagues and even getting the order very wrong compared to the actual results. Inside, I&#8217;d like to [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=tomflesher.com&#038;blog=20518139&#038;post=71&#038;subd=tomflesher&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>As usual, I&#8217;ve started my yearly struggle against a Cy Young predictor. Bill James and Rob Neyer&#8217;s <a title="ESPN.com" href="http://espn.go.com/mlb/features/cyyoung">predictor</a> (which I&#8217;ve preserved for posterity <a href="http://tomflesher.com/docs/CyPredictor.pdf">here</a>) did a pretty poor job this year, having predicted the wrong winner in both leagues and even getting the order very wrong compared to the <a href="http://www.baseball-reference.com/awards/awards_2009.shtml#ALcya">actual results</a>. Inside, I&#8217;d like to share some of my pain, since I can&#8217;t seem to do much better.</p>
<p><span id="more-71"></span></p>
<p>I&#8217;m using a <a href="http://tomflesher.com/docs/pitchers0509.txt">dataset</a> I culled from baseball-reference.com&#8217;s <a href="http://www.baseball-reference.com/play-index/">Play Index</a> to which I added Cy Young points for each year, as well as a number of binary variables for team division wins, team wildcard appearances, and so on. It includes every player who pitched from the 2005 through 2009 seasons, all told about 3000 observations. Using <a href="http://cran.r-project.org/">R</a>, I tried a number of linear regression models to test their veracity.</p>
<p>First, I tried a variation of the James/Neyer formula, CYP = ((5*IP/9)-ER) + (SO/12) + (SV*2.5) + Shutouts + ((W*6)-(L*2)) + VB. I included IP, ER, SO, SV, SHO, W, L, and VB and got this result:</p>
<p><em>Call:<br />
lm(formula = model &lt;- cypoints ~ IP + ER + SO + SV + SHO + W +<br />
L + VB)</em></p>
<p><em>Residuals:<br />
Min       1Q   Median       3Q      Max<br />
-31.2641  -1.4715   0.1084   0.9949 144.4079</em></p>
<p><em>Coefficients:<br />
Estimate Std. Error t value Pr(&gt;|t|)<br />
(Intercept) -0.1057887  0.2341857  -0.452    0.651<br />
IP           0.0080245  0.0136774   0.587    0.557<br />
ER          -0.0960892  0.0184517  -5.208 2.03e-07 ***<br />
SO           0.0483835  0.0090107   5.370 8.45e-08 ***<br />
SV           0.0001499  0.0218261   0.007    0.995<br />
SHO          5.5749651  0.4340868  12.843  &lt; 2e-16 ***<br />
W            0.5653568  0.0899062   6.288 3.64e-10 ***<br />
L           -0.3987691  0.0901410  -4.424 1.00e-05 ***<br />
VB          -0.0191531  0.3781868  -0.051    0.960<br />
&#8212;<br />
Signif. codes:  0 ‘***’ 0.001 ‘**’ 0.01 ‘*’ 0.05 ‘.’ 0.1 ‘ ’ 1</em></p>
<p><em>Residual standard error: 7.977 on 3213 degrees of freedom<br />
Multiple R-squared: 0.1952,     Adjusted R-squared: 0.1932<br />
F-statistic: 97.43 on 8 and 3213 DF,  p-value: &lt; 2.2e-16</em></p>
<p>This isn&#8217;t promising. Over the past five years, these factors aren&#8217;t very predictive at all &#8211; the model explains only about 19% of the variation in voting; innings pitched, saves, and the victory bonus aren&#8217;t statistically significant, and the victory bonus has a negative effect. The caveat, of course, is that James and Neyer aren&#8217;t predicting <em>actual</em> Cy Young voting points but rather a statistical construct that shows the relative likelihood that a given pitcher will receive the Cy. I&#8217;m predicting actual Cy Young points. Still, the effects should be similar.</p>
<p>In fact, the model grossly overestimates the proclivity of Cy Young voters for choosing relievers. A pitcher with Saves as his primary statistic hasn&#8217;t been given the Cy since Eric Gagne in 2003. This is a double-edged sword &#8211; on the one hand, saves have apparently been historically significant for the Cy, but on the other hand, the voting appears to be trending away from them. The five-year time set I used is a compromise to get enough data without compromising the trend.</p>
<p>After playing with R for a little while, I ended up creating a few extra measures that seem to capture the voting a little bit better (but not much). First, to approximate the relief effect, I created a &#8220;weighted saves&#8221; statistic that multiplies SV*GF and then takes the square root. To maximize the stat for a given number of games finished, all of those games would be saves. (Every save is a game finished, by definition.) Thus, it helps show that the pitcher was relied on as a clutch player. I did the same thing for Complete Games and Shutouts &#8211; weighted shutouts is the square root of CG*SHO. Again, to maximize this, every complete game should be a shutout. It ends up being far more predictive than CG or SHO alone. Finally, to capture the added value of each marginal win and marginal strikeout and the added penalty for each marginal home run and marginal walk, I included the squares of those terms. I also tried a dummy variable for previous year winner, since Lincecum&#8217;s so-so predicted points must have been bumped up by something.</p>
<p>After playing with the stats with parsimony in mind, I came up with a number of models, the best of which is:</p>
<p><em>Call:<br />
lm(formula = model &lt;- cypoints ~ W + Wsq + HR + HRsq + K + Ksq +<br />
BB + BBsq + weightedsv + weightedsho)</em></p>
<p><em>Residuals:<br />
Min       1Q   Median       3Q      Max<br />
-40.7374  -1.0710  -0.1198   1.1044 122.7243</em></p>
<p><em>Coefficients:<br />
Estimate Std. Error t value Pr(&gt;|t|)<br />
(Intercept)  1.995e-03  2.795e-01   0.007   0.9943<br />
W           -1.295e+00  1.315e-01  -9.844  &lt; 2e-16 ***<br />
Wsq          1.260e-01  7.371e-03  17.091  &lt; 2e-16 ***<br />
HR           1.807e-01  7.286e-02   2.480   0.0132 *<br />
HRsq        -1.499e-02  2.143e-03  -6.996 3.19e-12 ***<br />
K           -8.473e-02  1.642e-02  -5.161 2.61e-07 ***<br />
Ksq          5.972e-04  6.734e-05   8.869  &lt; 2e-16 ***<br />
BB           2.292e-01  3.143e-02   7.292 3.82e-13 ***<br />
BBsq        -2.826e-03  3.041e-04  -9.295  &lt; 2e-16 ***<br />
weightedsv   7.411e-02  1.652e-02   4.487 7.49e-06 ***<br />
weightedsho  2.443e+00  3.252e-01   7.513 7.43e-14 ***<br />
&#8212;<br />
Signif. codes:  0 ‘***’ 0.001 ‘**’ 0.01 ‘*’ 0.05 ‘.’ 0.1 ‘ ’ 1</em></p>
<p><em>Residual standard error: 7.245 on 3211 degrees of freedom<br />
Multiple R-squared: 0.3367,     Adjusted R-squared: 0.3346<br />
F-statistic:   163 on 10 and 3211 DF,  p-value: &lt; 2.2e-16</em></p>
<p>It&#8217;s not a great predictor, explaining only about 33% of the variation in points. However, all of the regressors are statistically significant at at leas the 99% level. Some of the other models I tried are <a href="http://tomflesher.com/docs/cymodels2009.txt">here</a>, so you can get an idea of how significant or insignificant other stats might have been at predicting the Cy Young winner.</p>
<p>The long and the short of it is, there appears to be very little predictive value for the Cy Young voting with respect to common statistical measures.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/tomflesher.wordpress.com/71/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/tomflesher.wordpress.com/71/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/tomflesher.wordpress.com/71/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/tomflesher.wordpress.com/71/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/tomflesher.wordpress.com/71/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/tomflesher.wordpress.com/71/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/tomflesher.wordpress.com/71/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/tomflesher.wordpress.com/71/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/tomflesher.wordpress.com/71/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/tomflesher.wordpress.com/71/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/tomflesher.wordpress.com/71/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/tomflesher.wordpress.com/71/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/tomflesher.wordpress.com/71/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/tomflesher.wordpress.com/71/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=tomflesher.com&#038;blog=20518139&#038;post=71&#038;subd=tomflesher&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://tomflesher.com/2010/01/15/cy-young-gives-me-a-headache/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/4cc81c8ef60cdc1c146147aed58a6174?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Tom</media:title>
		</media:content>
	</item>
		<item>
		<title>The Misery Index</title>
		<link>http://tomflesher.com/2009/04/02/the-misery-index/</link>
		<comments>http://tomflesher.com/2009/04/02/the-misery-index/#comments</comments>
		<pubDate>Thu, 02 Apr 2009 16:27:02 +0000</pubDate>
		<dc:creator>tomflesher</dc:creator>
				<category><![CDATA[Academia]]></category>
		<category><![CDATA[Economics]]></category>
		<category><![CDATA[US Politics]]></category>
		<category><![CDATA[economics]]></category>
		<category><![CDATA[Economics haiku]]></category>
		<category><![CDATA[macroeconomics]]></category>
		<category><![CDATA[Misery Index]]></category>
		<category><![CDATA[research project ideas]]></category>

		<guid isPermaLink="false">http://tomflesher.com/?p=61</guid>
		<description><![CDATA[The Misery Index is a measure of national economic health derived by adding the unemployment rate to the rate of inflation. It was famously used by Jimmy Carter to declare that Gerald Ford, under whom the rate had risen to 12.5%, had no right to run the country, and then by Ronald Reagan to declare [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=tomflesher.com&#038;blog=20518139&#038;post=61&#038;subd=tomflesher&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>The <a href="http://en.wikipedia.org/wiki/Misery_index_(economics)">Misery Index</a> is a measure of national economic health derived by adding the unemployment rate to the rate of inflation. It was famously used by Jimmy Carter to declare that Gerald Ford, under whom the rate had risen to 12.5%, had no right to run the country, and then by Ronald Reagan to declare that Carter was unfit for the presidency after it rose to over 20%. (It&#8217;s available in real time at <a href="http://www.miseryindex.us/">MiseryIndex.us</a>.)<span id="more-61"></span></p>
<p>I haven&#8217;t had time to run the numbers, but I&#8217;m a bit dissatisfied with the Misery Index in this case. The most obvious issue is that while inflation is a bad thing, so is deflation; however, under the Index, a high deflation rate is seen to <em>mitigate</em> high unemployment. The second is that steady, targeted inflation is a sign that the economy is growing smoothly and under control.</p>
<p>Again, without crunching the numbers, I can&#8217;t say anything specific, but it seems to me that a formula with nicer properties might measure either the absolute rate of change from one period to the next (capturing volatility fairly cleanly) or, for the less mathematically inclined, the absolute value of the change. The problem of measuring a rate of change is that you&#8217;d need to correct for unemployment as well; measuring rates of change also leaves you sensitive to different lengths of time being measured, whereas the misery index as it stands can be seen as a snapshot.</p>
<p>So, a compromise: set a benchmark &#8211; perhaps 3% for inflation and 5% for unemployment, since those are numbers that are bandied about as &#8220;targets.&#8221; Snapshot the measure by measuring the absolute value of the rate minus the benchmark figure.</p>
<p><em>Misery Index<br />
Accurate, but hamfisted<br />
Plausible? Who knows?</em></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/tomflesher.wordpress.com/61/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/tomflesher.wordpress.com/61/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/tomflesher.wordpress.com/61/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/tomflesher.wordpress.com/61/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/tomflesher.wordpress.com/61/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/tomflesher.wordpress.com/61/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/tomflesher.wordpress.com/61/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/tomflesher.wordpress.com/61/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/tomflesher.wordpress.com/61/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/tomflesher.wordpress.com/61/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/tomflesher.wordpress.com/61/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/tomflesher.wordpress.com/61/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/tomflesher.wordpress.com/61/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/tomflesher.wordpress.com/61/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=tomflesher.com&#038;blog=20518139&#038;post=61&#038;subd=tomflesher&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://tomflesher.com/2009/04/02/the-misery-index/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/4cc81c8ef60cdc1c146147aed58a6174?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Tom</media:title>
		</media:content>
	</item>
		<item>
		<title>Barry Bonds (with bonus Collusion discussion)</title>
		<link>http://tomflesher.com/2009/03/25/barry-bonds-with-bonus-collusion-discussion/</link>
		<comments>http://tomflesher.com/2009/03/25/barry-bonds-with-bonus-collusion-discussion/#comments</comments>
		<pubDate>Wed, 25 Mar 2009 18:02:24 +0000</pubDate>
		<dc:creator>tomflesher</dc:creator>
				<category><![CDATA[Academia]]></category>
		<category><![CDATA[Baseball]]></category>
		<category><![CDATA[Economics]]></category>
		<category><![CDATA[Barry Bonds]]></category>
		<category><![CDATA[chili peppers as commodity]]></category>
		<category><![CDATA[collusion]]></category>
		<category><![CDATA[David Ortiz]]></category>
		<category><![CDATA[economics]]></category>
		<category><![CDATA[Economics haiku]]></category>
		<category><![CDATA[incentives]]></category>
		<category><![CDATA[market competition]]></category>
		<category><![CDATA[monopoly]]></category>

		<guid isPermaLink="false">http://tomflesher.com/?p=59</guid>
		<description><![CDATA[Sorry about the infrequent updates. It&#8217;s a busy time in the semester. Barry Bonds is, without a doubt, one of the most controversial figures in baseball. He&#8217;s currently trying, again, what he tried last year &#8211; shopping himself around for the league&#8217;s minimum salary. (Thanks to the Sports Law Blog for the link.) Inside, I&#8217;d [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=tomflesher.com&#038;blog=20518139&#038;post=59&#038;subd=tomflesher&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><em>Sorry about the infrequent updates. It&#8217;s a busy time in the semester.</em></p>
<p>Barry Bonds is, without a doubt, one of the most controversial figures in baseball. He&#8217;s currently trying, again, what he tried last year &#8211; <a href="http://sportsillustrated.cnn.com/2009/writers/michael_mccann/03/16/bonds.collusion/index.html">shopping himself around for the league&#8217;s minimum salary</a>. (Thanks to the <a href="http://sports-law.blogspot.com/2009/03/catching-up-with-links.html">Sports Law Blog</a> for the link.) Inside, I&#8217;d like to briefly discuss collusion and look at the incentives involved with this situation.</p>
<p><span id="more-59"></span></p>
<p><a href="http://en.wikipedia.org/wiki/Collusion">Collusion</a> in the economic sense involves an agreement to act inefficiently. To give an oversimplified stock example, suppose a competitive market for chili peppers. That is, there are many people growing chili peppers and many people who want to buy chili peppers. Each bushel of peppers costs about $1 to produce and process from seed to sale. The market is big enough that no one producer or consumer can affect the overall price of the peppers. If one person raises his prices, the others can easily undercut him, and if he wants to sell his peppers he&#8217;ll have to meet them. As a result, the sale price approaches the (marginal) cost of production ($1).</p>
<p>Now suppose that only one person grows chilies. They still cost $1 to produce, but the chili monopolist can maximize his profits however he chooses. (The standard assumption is that he&#8217;ll set the price equal to marginal <strong>revenue</strong>, not marginal <strong>cost</strong>.) If I had made up a demand function and were in the mood to do calculus, I could figure out exactly how many bushels he would produce, what their price would be, and how many fewer bushels that would be than the perfectly competitive market would yield, but the important thing is that <strong>monopolies derive more profit than competitive firms</strong>, at a cost to the consumer. (Let&#8217;s leave aside the idea of a natural monopoly, where high production costs make it more efficient for only one firm to produce.)</p>
<p>So, what&#8217;s collusion? Simply, it&#8217;s an agreement by two or more firms to act like a monopoly and split the much higher monopoly profits. This is good for the firms and (generally) bad for the consumers because there&#8217;s a loss of welfare &#8211; some people want the product but at the higher monopoly price they can&#8217;t afford it and the monopoly produces fewer goods than the competitive market.</p>
<p>And what does this have to do with Bonds? Consider that Bonds is a producer of runs, and production can be roughly measured by the OPS stat. (There are other methods, but I&#8217;ll follow SI&#8217;s lead.) Assume that there&#8217;s a positive relation between previous OPS and salary (that is, that when negotiating contracts you can put OPS into a formula and that formula will spit out a salary, and that most salaries more or less line up with it), and that Bonds would play either right field or DH, so defense wouldn&#8217;t impose an additional cost. A rational team, when offered Bonds&#8217; OPS number for a significantly smaller salary than it would otherwise have to shell out for the same number, should sign Bonds for $400,000. It would be fairly easy to make the leap from this statement of rational behavior to declaring that the teams are behaving irrationally and therefore must be colluding.</p>
<p>SI make a good counterpoint &#8211; in economic terms, Bonds&#8217; clubhouse demeanor and notoriety would cause high amounts of negative utility in terms of unhappy and distracted teammates in the first case and customers unwilling to buy tickets to see Bonds in the second. Both of these can affect the profit of the firms and would have to be accounted for in any analysis of the value the team can expect to derive from Bonds. Suppose the most extreme case &#8211; that all fans are so disgusted by Bonds that they refuse to attend games he plays in, and that his teammates are so distracted by his attitude that they produce zero runs. In that case Bonds will still be a high producer, but he would still have a decidedly negative effect on profit and on his team&#8217;s record.</p>
<p>SI also makes two suggestions I don&#8217;t agree with &#8211; that Bonds&#8217; felony charges might provide a disincentive in that the team has a high probability of losing him, and that Bonds&#8217; age makes him unattractive. The first assertion ignores the fact that Bonds will still probably produce more than $400,000 worth of runs in a partial season, so in a strict runs-to-salary relation he still represents a net profit. The second doesn&#8217;t take into account that at age 42 in 2007 Bonds was worth $15.5 million dollars and that he would have to have declined at an almost impossibly high rate to fail to produce $400,000 worth of runs. Bonds will be out of shape and fragile, but the comparison need not be Bonds now to Bonds in 2007. I&#8217;d much rather have an out-of-shape and fragile Barry Bonds as my designated hitter than a $400,000 wet-behind-the-ears rookie. Hell, considering how fragile David Ortiz is, I&#8217;d rather take Bonds at $400,000 than Ortiz at his market salary. (The Red Sox could spend the difference on a new fifth starter now that Curt Schilling retired.)</p>
<p>Collusion thus doesn&#8217;t make much sense to me in this case, since the incentive to break collusion would be so strong. Stable collusion requires some method for the colluders to punish a fellow colluder who cheats. In a market this would be by simply returning to competitive prices, depriving the undercutter of his excess profits. Here, unless Selig is directly involved (unlikely), there&#8217;s no way for the teams to punish anyone for signing Bonds. (Yes, I suppose they could start plunking the batters every time, but that&#8217;s not sustainable.) The alternative explanation that makes the most sense to me is the disutility argument &#8211; that production and ticket sales will suffer for any team that employs Bonds. If, however, the SI article is correct in its idle suggestion that Bud Selig has ordered teams not to sign Bonds, Selig should be ashamed of himself.</p>
<p><em>Inexpensive runs<br />
will not placate angry fans.<br />
&#8220;Cheap offense&#8221; indeed.</em></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/tomflesher.wordpress.com/59/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/tomflesher.wordpress.com/59/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/tomflesher.wordpress.com/59/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/tomflesher.wordpress.com/59/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/tomflesher.wordpress.com/59/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/tomflesher.wordpress.com/59/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/tomflesher.wordpress.com/59/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/tomflesher.wordpress.com/59/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/tomflesher.wordpress.com/59/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/tomflesher.wordpress.com/59/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/tomflesher.wordpress.com/59/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/tomflesher.wordpress.com/59/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/tomflesher.wordpress.com/59/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/tomflesher.wordpress.com/59/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=tomflesher.com&#038;blog=20518139&#038;post=59&#038;subd=tomflesher&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://tomflesher.com/2009/03/25/barry-bonds-with-bonus-collusion-discussion/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/4cc81c8ef60cdc1c146147aed58a6174?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Tom</media:title>
		</media:content>
	</item>
		<item>
		<title>Measurability and Derek Jeter</title>
		<link>http://tomflesher.com/2009/02/26/measurability-and-derek-jeter/</link>
		<comments>http://tomflesher.com/2009/02/26/measurability-and-derek-jeter/#comments</comments>
		<pubDate>Thu, 26 Feb 2009 17:30:21 +0000</pubDate>
		<dc:creator>tomflesher</dc:creator>
				<category><![CDATA[Baseball]]></category>
		<category><![CDATA[Economics]]></category>
		<category><![CDATA[basketball]]></category>
		<category><![CDATA[Daryl Morey]]></category>
		<category><![CDATA[David Ortiz]]></category>
		<category><![CDATA[Derek Jeter]]></category>
		<category><![CDATA[economics]]></category>
		<category><![CDATA[Economics haiku]]></category>
		<category><![CDATA[plus-minus]]></category>
		<category><![CDATA[Shane Battier]]></category>

		<guid isPermaLink="false">http://tomflesher.com/?p=57</guid>
		<description><![CDATA[Skip Sauer at The Sports Economist had an interesting post about Houston Rockets forward Shane Battier&#8217;s lack of traditional stats and Rockets GM Daryl Morey&#8217;s belief in him regardless. Morey&#8217;s use of an adjusted plus-minus stat to justify hiring Battier is reminiscent of Billy Beane&#8217;s attention to on-base percentage in building the Oakland As as [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=tomflesher.com&#038;blog=20518139&#038;post=57&#038;subd=tomflesher&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Skip Sauer at <a href="http://thesportseconomist.com/">The Sports Economist</a> had <a href="http://thesportseconomist.com/2009/02/someone-created-box-score-and-he-should.htm">an interesting post</a> about Houston Rockets forward Shane Battier&#8217;s lack of traditional stats and Rockets GM Daryl Morey&#8217;s belief in him regardless. Morey&#8217;s use of an adjusted plus-minus stat to justify hiring Battier is reminiscent of Billy Beane&#8217;s attention to on-base percentage in building the Oakland As as detailed in <span style="text-decoration:underline;">Moneyball</span>.</p>
<p>What I take from Sauer&#8217;s post is that plus-minus is a surrogate variable for ability to be a team player. That opens the broader question of what can be measured and whether nonmeasurable statistics are ever useful in building a team.</p>
<p><span id="more-57"></span></p>
<p>If it&#8217;s not measurable, does it exist? Many people believe so. Think, for example, of clutch hitting, the vaunted (alleged) ability of certain players, such as Derek Jeter and David Ortiz, to hit more reliably in situations where the team&#8217;s expectation of winning or losing is weighted more heavily. The usual clutch situation is described as &#8220;close and late.&#8221; Clutch hitting is widely regarded by statistical analysts to be a myth, largely an artifact of small sample size. (In some cases, such as Jeter&#8217;s as <a href="http://en.wikipedia.org/wiki/Clutch_hitter">identified in Wikipedia</a>,the reputation for clutch hitting isn&#8217;t supported by any stats at all, but just a long memory for isolated incidences of close-and-late production.)</p>
<p>Jeter, predictably, thinks people who find statistical evidence that he doesn&#8217;t live up to his reputation should be defenestrated.</p>
<p>My opinion is that measurable and objective statistics are essential for valuing players (and coaching staff). The article on Battier is a red herring &#8211; Battier has what is presumably an anomalous plus-minus, particularly when accounting for distortions based on the quality of his teammates. Battier does, in fact, &#8220;have stats.&#8221; &#8220;Team player ability&#8221; isn&#8217;t a soft, undefined concept, but rather the ability to act as a multiplier for other players&#8217; ability, and it&#8217;s measurable in final production numbers (probably as a factor of the player&#8217;s specific marginal product of labor). Battier&#8217;s plus-minus stat is evidence of an increased marginal product of labor.</p>
<p>Jeter, on the other hand, is a <a href="http://arxiv.org/PS_cache/arxiv/pdf/0802/0802.4317v2.pdf">defensive liability</a> who happens to be productive offensively. He&#8217;s a perfectly good hitter, but his numbers should be allowed to stand on their own rather than being propped up by some ephemeral idea that he occasionally produces at full ability and runs the rest of the season at some lower value of his optimal productivity.</p>
<p><em>High plus-minus is<br />
evidence of production;<br />
clutch hitting is not.</em></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/tomflesher.wordpress.com/57/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/tomflesher.wordpress.com/57/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/tomflesher.wordpress.com/57/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/tomflesher.wordpress.com/57/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/tomflesher.wordpress.com/57/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/tomflesher.wordpress.com/57/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/tomflesher.wordpress.com/57/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/tomflesher.wordpress.com/57/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/tomflesher.wordpress.com/57/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/tomflesher.wordpress.com/57/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/tomflesher.wordpress.com/57/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/tomflesher.wordpress.com/57/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/tomflesher.wordpress.com/57/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/tomflesher.wordpress.com/57/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=tomflesher.com&#038;blog=20518139&#038;post=57&#038;subd=tomflesher&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://tomflesher.com/2009/02/26/measurability-and-derek-jeter/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/4cc81c8ef60cdc1c146147aed58a6174?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Tom</media:title>
		</media:content>
	</item>
	</channel>
</rss>
