<?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: Automatically calculate confidence intervals in Excel</title>
	<atom:link href="http://www.bloggpro.com/automatically-calculate-confidence-intervals-in-excel/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.bloggpro.com/automatically-calculate-confidence-intervals-in-excel/</link>
	<description>Office tips, CSS, PHP, MySQL scripting and web publishing</description>
	<lastBuildDate>Thu, 29 Jul 2010 13:24:38 -0700</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: J</title>
		<link>http://www.bloggpro.com/automatically-calculate-confidence-intervals-in-excel/comment-page-1/#comment-12394</link>
		<dc:creator>J</dc:creator>
		<pubDate>Tue, 26 May 2009 09:31:11 +0000</pubDate>
		<guid isPermaLink="false">http://www.bloggpro.com/2007/10/05/automatically-calculate-confidence-intervals-in-excel/#comment-12394</guid>
		<description>Hi,
You have errors in this, 
your CLs are not the percentages they aspire to be.

See below for first two examples

r1	250.56	236.68
r2	258.81	234.76
r3	249.73	231.23
r4	253.50	238.37
r5	247.10	222.11

n	5.00	5.00
stdev	4.47	6.45
mean	251.94	232.63

0.1	3.29	4.75
0.05	3.92	5.66
0.01	5.15	7.43

C.L 90%	251.94 ± 3.29	232.63 ± 4.75
C.L 95%	3.29 ± 3.92	4.75 ± 5.66
C.L 99%	3.92 ± 5.15	5.66 ± 7.43</description>
		<content:encoded><![CDATA[<p>Hi,<br />
You have errors in this,<br />
your CLs are not the percentages they aspire to be.</p>
<p>See below for first two examples</p>
<p>r1	250.56	236.68<br />
r2	258.81	234.76<br />
r3	249.73	231.23<br />
r4	253.50	238.37<br />
r5	247.10	222.11</p>
<p>n	5.00	5.00<br />
stdev	4.47	6.45<br />
mean	251.94	232.63</p>
<p>0.1	3.29	4.75<br />
0.05	3.92	5.66<br />
0.01	5.15	7.43</p>
<p>C.L 90%	251.94 ± 3.29	232.63 ± 4.75<br />
C.L 95%	3.29 ± 3.92	4.75 ± 5.66<br />
C.L 99%	3.92 ± 5.15	5.66 ± 7.43</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Irfan</title>
		<link>http://www.bloggpro.com/automatically-calculate-confidence-intervals-in-excel/comment-page-1/#comment-8307</link>
		<dc:creator>Irfan</dc:creator>
		<pubDate>Sun, 08 Mar 2009 10:09:35 +0000</pubDate>
		<guid isPermaLink="false">http://www.bloggpro.com/2007/10/05/automatically-calculate-confidence-intervals-in-excel/#comment-8307</guid>
		<description>Dear

Congrats  for your hardwork.But friends I want one help how can I create a formula to find the exact time intervals  , the time taken by employee.

Example: The Lunch Break is for one hour assume 1:00 PM to 2:00 PM If employee comes by 2:15 PM How can I make it.</description>
		<content:encoded><![CDATA[<p>Dear</p>
<p>Congrats  for your hardwork.But friends I want one help how can I create a formula to find the exact time intervals  , the time taken by employee.</p>
<p>Example: The Lunch Break is for one hour assume 1:00 PM to 2:00 PM If employee comes by 2:15 PM How can I make it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jeroen</title>
		<link>http://www.bloggpro.com/automatically-calculate-confidence-intervals-in-excel/comment-page-1/#comment-6807</link>
		<dc:creator>Jeroen</dc:creator>
		<pubDate>Mon, 02 Feb 2009 16:42:26 +0000</pubDate>
		<guid isPermaLink="false">http://www.bloggpro.com/2007/10/05/automatically-calculate-confidence-intervals-in-excel/#comment-6807</guid>
		<description>I&#039;m not a statistician by any means, so correct me if I&#039;m wrong, but there seems to be an error in your macro:

confint = stderr * Application.TInv((1 - conflvl), n)
should imo be
confint = stderr * Application.TInv((1 - conflvl), (n-1))

The reason for this is that TINV takes degrees of freedom as input and NOT sample size. For a sample of size n, the t distribution will have n-1 degrees of freedom.</description>
		<content:encoded><![CDATA[<p>I&#8217;m not a statistician by any means, so correct me if I&#8217;m wrong, but there seems to be an error in your macro:</p>
<p>confint = stderr * Application.TInv((1 &#8211; conflvl), n)<br />
should imo be<br />
confint = stderr * Application.TInv((1 &#8211; conflvl), (n-1))</p>
<p>The reason for this is that TINV takes degrees of freedom as input and NOT sample size. For a sample of size n, the t distribution will have n-1 degrees of freedom.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jenna</title>
		<link>http://www.bloggpro.com/automatically-calculate-confidence-intervals-in-excel/comment-page-1/#comment-5935</link>
		<dc:creator>Jenna</dc:creator>
		<pubDate>Mon, 05 Jan 2009 03:08:04 +0000</pubDate>
		<guid isPermaLink="false">http://www.bloggpro.com/2007/10/05/automatically-calculate-confidence-intervals-in-excel/#comment-5935</guid>
		<description>Thank you so much for this - a friend needed help, and this little macro let me wrap up everything in 2 hours!  I was already thinking I was in for a big haul...</description>
		<content:encoded><![CDATA[<p>Thank you so much for this &#8211; a friend needed help, and this little macro let me wrap up everything in 2 hours!  I was already thinking I was in for a big haul&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Balaji P.G</title>
		<link>http://www.bloggpro.com/automatically-calculate-confidence-intervals-in-excel/comment-page-1/#comment-3349</link>
		<dc:creator>Balaji P.G</dc:creator>
		<pubDate>Wed, 22 Oct 2008 10:49:26 +0000</pubDate>
		<guid isPermaLink="false">http://www.bloggpro.com/2007/10/05/automatically-calculate-confidence-intervals-in-excel/#comment-3349</guid>
		<description>That was real quick update...BTW may i know your name and what you are doing? I am Balaji P.G and a research scholar working towards my PhD in National University of Singapore</description>
		<content:encoded><![CDATA[<p>That was real quick update&#8230;BTW may i know your name and what you are doing? I am Balaji P.G and a research scholar working towards my PhD in National University of Singapore</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jesper</title>
		<link>http://www.bloggpro.com/automatically-calculate-confidence-intervals-in-excel/comment-page-1/#comment-3348</link>
		<dc:creator>Jesper</dc:creator>
		<pubDate>Wed, 22 Oct 2008 09:25:23 +0000</pubDate>
		<guid isPermaLink="false">http://www.bloggpro.com/2007/10/05/automatically-calculate-confidence-intervals-in-excel/#comment-3348</guid>
		<description>You are absolutely correct. I will update my post to reflect this.

Thanks!</description>
		<content:encoded><![CDATA[<p>You are absolutely correct. I will update my post to reflect this.</p>
<p>Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Balaji P.G</title>
		<link>http://www.bloggpro.com/automatically-calculate-confidence-intervals-in-excel/comment-page-1/#comment-3344</link>
		<dc:creator>Balaji P.G</dc:creator>
		<pubDate>Wed, 22 Oct 2008 08:25:53 +0000</pubDate>
		<guid isPermaLink="false">http://www.bloggpro.com/2007/10/05/automatically-calculate-confidence-intervals-in-excel/#comment-3344</guid>
		<description>hi,

I disagree with your comment that there is no native comment. There is a comment called as Confidence(alpha, Standard deviation, size) which calculates confidence interval.</description>
		<content:encoded><![CDATA[<p>hi,</p>
<p>I disagree with your comment that there is no native comment. There is a comment called as Confidence(alpha, Standard deviation, size) which calculates confidence interval.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
