<?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: Demonstration of Confidence Intervals Using R (Animated)</title>
	<atom:link href="http://yihui.name/en/2007/10/demonstration-of-confidence-intervals-using-r/feed/" rel="self" type="application/rss+xml" />
	<link>http://yihui.name/en/2007/10/demonstration-of-confidence-intervals-using-r/</link>
	<description>Yihui XIE</description>
	<lastBuildDate>Wed, 28 Jul 2010 20:51:28 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
	<item>
		<title>By: Dan</title>
		<link>http://yihui.name/en/2007/10/demonstration-of-confidence-intervals-using-r/#comment-3280</link>
		<dc:creator>Dan</dc:creator>
		<pubDate>Thu, 15 Oct 2009 20:24:50 +0000</pubDate>
		<guid isPermaLink="false">http://yihui.name/en/?p=9#comment-3280</guid>
		<description>Great, thank you! Again, great site, keep up the good work.  :grin: 

D.</description>
		<content:encoded><![CDATA[<p>Great, thank you! Again, great site, keep up the good work.  <img src='http://yihui.name/en/wp-content/plugins/tango-smilies/tango/face-smile-big.png' alt=':grin:' class='wp-smiley' />  </p>
<p>D.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Yihui Xie</title>
		<link>http://yihui.name/en/2007/10/demonstration-of-confidence-intervals-using-r/#comment-3279</link>
		<dc:creator>Yihui Xie</dc:creator>
		<pubDate>Thu, 15 Oct 2009 20:19:50 +0000</pubDate>
		<guid isPermaLink="false">http://yihui.name/en/?p=9#comment-3279</guid>
		<description>You mean the source code for &lt;code&gt;conf.int&lt;/code&gt;? Just type &lt;code&gt;conf.int&lt;/code&gt; in R and you&#039;ll see it.
&lt;pre&gt;&gt; library(animation)
&gt; conf.int
function (level = 0.95, size = 50, cl = c(&quot;red&quot;, &quot;gray&quot;), ...) 
{
    n = ani.options(&quot;nmax&quot;)
    d = replicate(n, rnorm(size))
    m = colMeans(d)
....
&lt;/pre&gt;
If you want to see related examples, just take a look at the &quot;Examples&quot; section of &lt;code&gt;?conf.int&lt;/code&gt;.</description>
		<content:encoded><![CDATA[<p>You mean the source code for <code>conf.int</code>? Just type <code>conf.int</code> in R and you&#8217;ll see it.</p>
<pre>&gt; library(animation)
&gt; conf.int
function (level = 0.95, size = 50, cl = c("red", "gray"), ...)
{
    n = ani.options("nmax")
    d = replicate(n, rnorm(size))
    m = colMeans(d)
....
</pre>
<p>If you want to see related examples, just take a look at the &#8220;Examples&#8221; section of <code>?conf.int</code>.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dan</title>
		<link>http://yihui.name/en/2007/10/demonstration-of-confidence-intervals-using-r/#comment-3278</link>
		<dc:creator>Dan</dc:creator>
		<pubDate>Thu, 15 Oct 2009 20:14:49 +0000</pubDate>
		<guid isPermaLink="false">http://yihui.name/en/?p=9#comment-3278</guid>
		<description>I&#039;ve loaded &quot;animation&quot; but where can I find conf.int() to know the code?   :cool:</description>
		<content:encoded><![CDATA[<p>I&#8217;ve loaded &#8220;animation&#8221; but where can I find conf.int() to know the code?   <img src='http://yihui.name/en/wp-content/plugins/tango-smilies/tango/face-cool.png' alt=':cool:' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Yihui Xie</title>
		<link>http://yihui.name/en/2007/10/demonstration-of-confidence-intervals-using-r/#comment-3277</link>
		<dc:creator>Yihui Xie</dc:creator>
		<pubDate>Thu, 15 Oct 2009 20:08:44 +0000</pubDate>
		<guid isPermaLink="false">http://yihui.name/en/?p=9#comment-3277</guid>
		<description>quick question and even quicker answer  :grin: 

You might be more interested in the function &lt;code&gt;conf.int()&lt;/code&gt; in my R package &quot;animation&quot;. There are more animations beside this one in the package.</description>
		<content:encoded><![CDATA[<p>quick question and even quicker answer  <img src='http://yihui.name/en/wp-content/plugins/tango-smilies/tango/face-smile-big.png' alt=':grin:' class='wp-smiley' />  </p>
<p>You might be more interested in the function <code>conf.int()</code> in my R package &#8220;animation&#8221;. There are more animations beside this one in the package.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dan</title>
		<link>http://yihui.name/en/2007/10/demonstration-of-confidence-intervals-using-r/#comment-3276</link>
		<dc:creator>Dan</dc:creator>
		<pubDate>Thu, 15 Oct 2009 20:02:59 +0000</pubDate>
		<guid isPermaLink="false">http://yihui.name/en/?p=9#comment-3276</guid>
		<description>Wait, I see in the code that it is. Thanks. 

D.</description>
		<content:encoded><![CDATA[<p>Wait, I see in the code that it is. Thanks. </p>
<p>D.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dan</title>
		<link>http://yihui.name/en/2007/10/demonstration-of-confidence-intervals-using-r/#comment-3275</link>
		<dc:creator>Dan</dc:creator>
		<pubDate>Thu, 15 Oct 2009 20:02:18 +0000</pubDate>
		<guid isPermaLink="false">http://yihui.name/en/?p=9#comment-3275</guid>
		<description>Yihui, 

Great site, is the interval calculated for 95% confidence? 

Dan.</description>
		<content:encoded><![CDATA[<p>Yihui, </p>
<p>Great site, is the interval calculated for 95% confidence? </p>
<p>Dan.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
