<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: Simpson&#8217;s paradox is so totally solved</title>
	<atom:link href="http://brenocon.com/blog/2007/05/simpsons-paradox-is-so-totally-solved/feed/" rel="self" type="application/rss+xml" />
	<link>http://brenocon.com/blog/2007/05/simpsons-paradox-is-so-totally-solved/</link>
	<description>cognition, language, social systems; statistics, visualization, computation</description>
	<lastBuildDate>Tue, 25 Nov 2025 13:11:20 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
	<item>
		<title>By: createmo</title>
		<link>http://brenocon.com/blog/2007/05/simpsons-paradox-is-so-totally-solved/#comment-260</link>
		<dc:creator>createmo</dc:creator>
		<pubDate>Sun, 02 Nov 2008 08:24:07 +0000</pubDate>
		<guid isPermaLink="false">http://blog.anyall.org/?p=67#comment-260</guid>
		<description><![CDATA[Thank you for your website :-)
I made with photoshop backgrounds for youtube, myspace and whatever
my backgrounds:http://tinyurl.com/6r7cav
all the best and thank you again!]]></description>
		<content:encoded><![CDATA[<p>Thank you for your website :-)<br />
I made with photoshop backgrounds for youtube, myspace and whatever<br />
my backgrounds:<a href="http://tinyurl.com/6r7cav" rel="nofollow">http://tinyurl.com/6r7cav</a><br />
all the best and thank you again!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Brendan</title>
		<link>http://brenocon.com/blog/2007/05/simpsons-paradox-is-so-totally-solved/#comment-28</link>
		<dc:creator>Brendan</dc:creator>
		<pubDate>Sat, 12 May 2007 05:17:00 +0000</pubDate>
		<guid isPermaLink="false">http://blog.anyall.org/?p=67#comment-28</guid>
		<description><![CDATA[&gt;&gt;&gt; def p(w, t):  print &#039;&#124;&#039; + &#039;*&#039;*w + &#039;-&#039;*(t-w) + &#039;&#124;&#039;, &quot;\t ==&gt; %.2f avg&quot; %(w*1.0/t)&lt;br/&gt;... &lt;br/&gt;&gt;&gt;&gt; a_vs_l = (2,4)&lt;br/&gt;&gt;&gt;&gt; b_vs_l = (1,4)&lt;br/&gt;&gt;&gt;&gt; p(*a_vs_l); p(*b_vs_l)&lt;br/&gt;&#124;**--&#124;   ==&gt; 0.50 avg&lt;br/&gt;&#124;*---&#124;   ==&gt; 0.25 avg&lt;br/&gt;&lt;br/&gt;&gt;&gt;&gt; a_vs_r = (2,2)&lt;br/&gt;&gt;&gt;&gt; b_vs_r = (14,15)&lt;br/&gt;&gt;&gt;&gt; p(*a_vs_r); p(*b_vs_r)&lt;br/&gt;&#124;**&#124;     ==&gt; 1.00 avg&lt;br/&gt;&#124;**************-&#124;        ==&gt; 0.93 avg&lt;br/&gt;&lt;br/&gt;&gt;&gt;&gt; def elemadd(a,b):  return [a[i]+b[i] for i in range(len(a))]&lt;br/&gt;&gt;&gt;&gt; p(*elemadd(a_vs_l,a_vs_r)); p(*elemadd(b_vs_l,b_vs_r))&lt;br/&gt;&#124;****--&#124;         ==&gt; 0.67 avg&lt;br/&gt;&#124;***************----&#124;    ==&gt; 0.79 avg]]></description>
		<content:encoded><![CDATA[<p>>>> def p(w, t):  print &#8216;|&#8217; + &#8216;*&#8217;*w + &#8216;-&#8217;*(t-w) + &#8216;|&#8217;, &#8220;\t ==> %.2f avg&#8221; %(w*1.0/t)<br />&#8230; <br />>>> a_vs_l = (2,4)<br />>>> b_vs_l = (1,4)<br />>>> p(*a_vs_l); p(*b_vs_l)<br />|**&#8211;|   ==> 0.50 avg<br />|*&#8212;|   ==> 0.25 avg</p>
<p>>>> a_vs_r = (2,2)<br />>>> b_vs_r = (14,15)<br />>>> p(*a_vs_r); p(*b_vs_r)<br />|**|     ==> 1.00 avg<br />|**************-|        ==> 0.93 avg</p>
<p>>>> def elemadd(a,b):  return [a[i]+b[i] for i in range(len(a))]<br />>>> p(*elemadd(a_vs_l,a_vs_r)); p(*elemadd(b_vs_l,b_vs_r))<br />|****&#8211;|         ==> 0.67 avg<br />|***************&#8212;-|    ==> 0.79 avg</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mike</title>
		<link>http://brenocon.com/blog/2007/05/simpsons-paradox-is-so-totally-solved/#comment-27</link>
		<dc:creator>mike</dc:creator>
		<pubDate>Wed, 09 May 2007 16:59:00 +0000</pubDate>
		<guid isPermaLink="false">http://blog.anyall.org/?p=67#comment-27</guid>
		<description><![CDATA[i just got this book on the basics of python to manipulate data and the intro says it won&#039;t cover GUIs because they are totally lame, although you need to use them because &quot;ASCII bar charts don&#039;t cut it in the Twenty-First Century&quot;&lt;br/&gt;&lt;br/&gt;thanks python book!]]></description>
		<content:encoded><![CDATA[<p>i just got this book on the basics of python to manipulate data and the intro says it won&#8217;t cover GUIs because they are totally lame, although you need to use them because &#8220;ASCII bar charts don&#8217;t cut it in the Twenty-First Century&#8221;</p>
<p>thanks python book!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: L2K</title>
		<link>http://brenocon.com/blog/2007/05/simpsons-paradox-is-so-totally-solved/#comment-26</link>
		<dc:creator>L2K</dc:creator>
		<pubDate>Wed, 09 May 2007 16:27:00 +0000</pubDate>
		<guid isPermaLink="false">http://blog.anyall.org/?p=67#comment-26</guid>
		<description><![CDATA[Is there anything ascii art can&#039;t do?]]></description>
		<content:encoded><![CDATA[<p>Is there anything ascii art can&#8217;t do?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
