<?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: Visualization, modeling, and surprises</title>
	<atom:link href="http://www.johndcook.com/blog/2013/02/07/visualization-modeling-and-surprises/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.johndcook.com/blog/2013/02/07/visualization-modeling-and-surprises/</link>
	<description>John D. Cook</description>
	<lastBuildDate>Wed, 22 May 2013 23:55:34 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5.1</generator>
	<item>
		<title>By: Visual Revelations, Howard Wainer &#124; Civil Statistician</title>
		<link>http://www.johndcook.com/blog/2013/02/07/visualization-modeling-and-surprises/comment-page-1/#comment-489</link>
		<dc:creator>Visual Revelations, Howard Wainer &#124; Civil Statistician</dc:creator>
		<pubDate>Fri, 22 Mar 2013 02:05:34 +0000</pubDate>
		<guid isPermaLink="false">http://www.johndcook.com/blog/?p=12844#comment-489</guid>
		<description><![CDATA[[...] p. 80: &#8220;a reasonable strategy in what ought to be an iterative process. Sometimes one has a data-related question and then draws a graph to try to answer it. After drawing the graph a new question might suggest itself, and hence a different graph, better suited to this new question (perhaps with additional data), is drawn. This in turn suggests something else, and so on, until either the data or the grapher is exhausted. [...] My experience suggests that if you begin with a general-purpose plot there is a greater chance of finding what you had not expected.&#8221; This is my experience as well, and reminds me also of Hadley Wickham&#8217;s description of statistics as iterating between models and graphics. [...] ]]></description>
		<content:encoded><![CDATA[<p>[...] p. 80: &#8220;a reasonable strategy in what ought to be an iterative process. Sometimes one has a data-related question and then draws a graph to try to answer it. After drawing the graph a new question might suggest itself, and hence a different graph, better suited to this new question (perhaps with additional data), is drawn. This in turn suggests something else, and so on, until either the data or the grapher is exhausted. [...] My experience suggests that if you begin with a general-purpose plot there is a greater chance of finding what you had not expected.&#8221; This is my experience as well, and reminds me also of Hadley Wickham&#8217;s description of statistics as iterating between models and graphics. [...] </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andrew Gelman</title>
		<link>http://www.johndcook.com/blog/2013/02/07/visualization-modeling-and-surprises/comment-page-1/#comment-486</link>
		<dc:creator>Andrew Gelman</dc:creator>
		<pubDate>Sat, 09 Feb 2013 19:27:33 +0000</pubDate>
		<guid isPermaLink="false">http://www.johndcook.com/blog/?p=12844#comment-486</guid>
		<description><![CDATA[John:

Yup.  As Bayes once said, with great power comes great responsibility.]]></description>
		<content:encoded><![CDATA[<p>John:</p>
<p>Yup.  As Bayes once said, with great power comes great responsibility.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: John</title>
		<link>http://www.johndcook.com/blog/2013/02/07/visualization-modeling-and-surprises/comment-page-1/#comment-485</link>
		<dc:creator>John</dc:creator>
		<pubDate>Sat, 09 Feb 2013 17:32:33 +0000</pubDate>
		<guid isPermaLink="false">http://www.johndcook.com/blog/?p=12844#comment-485</guid>
		<description><![CDATA[Andrew: I agree, and too often step 3 is missing. 

Statistics without model checking makes me uneasy, to put it mildly. Some argue that model checking is less important in Bayesian statistics, but I don&#039;t buy that. If anything, because Bayesian analysis makes it easier to construct complex models, there may be more need for model checking.]]></description>
		<content:encoded><![CDATA[<p>Andrew: I agree, and too often step 3 is missing. </p>
<p>Statistics without model checking makes me uneasy, to put it mildly. Some argue that model checking is less important in Bayesian statistics, but I don&#8217;t buy that. If anything, because Bayesian analysis makes it easier to construct complex models, there may be more need for model checking.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andrew Gelman</title>
		<link>http://www.johndcook.com/blog/2013/02/07/visualization-modeling-and-surprises/comment-page-1/#comment-484</link>
		<dc:creator>Andrew Gelman</dc:creator>
		<pubDate>Sat, 09 Feb 2013 16:24:01 +0000</pubDate>
		<guid isPermaLink="false">http://www.johndcook.com/blog/?p=12844#comment-484</guid>
		<description><![CDATA[John:

Yes, this is what we are trying to get at in Bayesian Data Analysis.  You iterate the following 3 steps:  (1) model building, (2) inference conditional on the model, (3) model checking.  The better you do (1) and (2), the more informative step (3) will be.  

The paradox, if there is one, is that people tend to think of steps 2 and 3 as competing:  in step 2 you (temporarily) commit to a belief, whereas in step 3 you look for problems.  I think these go together--really, that&#039;s what the scientific method is all about--but I&#039;ve found that, in many cases, people who spend a lot of time with a model &lt;em&gt;don&#039;t&lt;/em&gt; want to check it, while people who spend a lot of time on exploratory data analysis don&#039;t like models at all.]]></description>
		<content:encoded><![CDATA[<p>John:</p>
<p>Yes, this is what we are trying to get at in Bayesian Data Analysis.  You iterate the following 3 steps:  (1) model building, (2) inference conditional on the model, (3) model checking.  The better you do (1) and (2), the more informative step (3) will be.  </p>
<p>The paradox, if there is one, is that people tend to think of steps 2 and 3 as competing:  in step 2 you (temporarily) commit to a belief, whereas in step 3 you look for problems.  I think these go together&#8211;really, that&#8217;s what the scientific method is all about&#8211;but I&#8217;ve found that, in many cases, people who spend a lot of time with a model <em>don&#8217;t</em> want to check it, while people who spend a lot of time on exploratory data analysis don&#8217;t like models at all.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rick Minerich</title>
		<link>http://www.johndcook.com/blog/2013/02/07/visualization-modeling-and-surprises/comment-page-1/#comment-483</link>
		<dc:creator>Rick Minerich</dc:creator>
		<pubDate>Fri, 08 Feb 2013 04:58:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.johndcook.com/blog/?p=12844#comment-483</guid>
		<description><![CDATA[Have you ever looked at Structure Learning for extending models?  Very cool stuff.  Daphne Koller used it to find new cell protein interactions.]]></description>
		<content:encoded><![CDATA[<p>Have you ever looked at Structure Learning for extending models?  Very cool stuff.  Daphne Koller used it to find new cell protein interactions.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
