<?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: One-way Analysis of Variance (ANOVA)</title>
	<atom:link href="http://www.wekaleamstudios.co.uk/posts/one-way-analysis-of-variance-anova/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.wekaleamstudios.co.uk/posts/one-way-analysis-of-variance-anova/</link>
	<description>Statistical Modelling with R</description>
	<lastBuildDate>Mon, 12 Dec 2011 16:21:06 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Ralph</title>
		<link>http://www.wekaleamstudios.co.uk/posts/one-way-analysis-of-variance-anova/comment-page-1/#comment-2019</link>
		<dc:creator>Ralph</dc:creator>
		<pubDate>Sat, 02 Jul 2011 09:57:31 +0000</pubDate>
		<guid isPermaLink="false">http://www.wekaleamstudios.co.uk/?p=658#comment-2019</guid>
		<description>Hi Bob,

Thanks for your positive comments on the blog and I think that I will investigate the R package you mention (granova) as I am particularly interested in the visual display of information. Having learnt a lot about R from reading freely available resources from other people I hope to give something back to other people who are finding their feet while learning R. An additional benefit for me of this blog is that I don&#039;t have to carry round a large stack of books on R!

Many thanks
Ralph</description>
		<content:encoded><![CDATA[<p>Hi Bob,</p>
<p>Thanks for your positive comments on the blog and I think that I will investigate the R package you mention (granova) as I am particularly interested in the visual display of information. Having learnt a lot about R from reading freely available resources from other people I hope to give something back to other people who are finding their feet while learning R. An additional benefit for me of this blog is that I don&#8217;t have to carry round a large stack of books on R!</p>
<p>Many thanks<br />
Ralph</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bob Pruzek</title>
		<link>http://www.wekaleamstudios.co.uk/posts/one-way-analysis-of-variance-anova/comment-page-1/#comment-2010</link>
		<dc:creator>Bob Pruzek</dc:creator>
		<pubDate>Fri, 24 Jun 2011 18:02:52 +0000</pubDate>
		<guid isPermaLink="false">http://www.wekaleamstudios.co.uk/?p=658#comment-2010</guid>
		<description>In case you might be interested, I (w/ a coauthor) have created a package called &#039;granova&#039; for R (now in ver. 2.0), that creates particularly helpful graphics for four classes of ANOVA. Further, we have now completed a paper (submitted for publication) on Elemenatal Graphics that provides extended documentation for the functions in the package. I will send it to you upon request. 
The reason I&#039;m writing is that I&#039;m particularly impressed w/ your superb website at wekaleamstudios and find it helpful in many ways in my teaching statistics w/ R. (My special concerns have to do w/ graphics and visualization of data; also propensity score analysis for which I have a package: PSAgraphics.) 
Best, Bob Pruzek (Professor, Statistics, NY)</description>
		<content:encoded><![CDATA[<p>In case you might be interested, I (w/ a coauthor) have created a package called &#8216;granova&#8217; for R (now in ver. 2.0), that creates particularly helpful graphics for four classes of ANOVA. Further, we have now completed a paper (submitted for publication) on Elemenatal Graphics that provides extended documentation for the functions in the package. I will send it to you upon request.<br />
The reason I&#8217;m writing is that I&#8217;m particularly impressed w/ your superb website at wekaleamstudios and find it helpful in many ways in my teaching statistics w/ R. (My special concerns have to do w/ graphics and visualization of data; also propensity score analysis for which I have a package: PSAgraphics.)<br />
Best, Bob Pruzek (Professor, Statistics, NY)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ralph</title>
		<link>http://www.wekaleamstudios.co.uk/posts/one-way-analysis-of-variance-anova/comment-page-1/#comment-174</link>
		<dc:creator>Ralph</dc:creator>
		<pubDate>Fri, 12 Feb 2010 13:15:05 +0000</pubDate>
		<guid isPermaLink="false">http://www.wekaleamstudios.co.uk/?p=658#comment-174</guid>
		<description>Romunov

The functions &lt;strong&gt;aov()&lt;/strong&gt; and &lt;strong&gt;lm()&lt;/strong&gt; can indeed be used to fit the same model and &lt;strong&gt;aov()&lt;/strong&gt; has the advantage that when we summarise the fitted model object the output includes analysis of variance tables as the user might be expecting to see with the partitions based on the model terms.

Thanks for the suggesting about extending the blog post and I will look in to describing how to create graphs with means and confidence intervals and other usual ways to interrogate the model.

Ralph</description>
		<content:encoded><![CDATA[<p>Romunov</p>
<p>The functions <strong>aov()</strong> and <strong>lm()</strong> can indeed be used to fit the same model and <strong>aov()</strong> has the advantage that when we summarise the fitted model object the output includes analysis of variance tables as the user might be expecting to see with the partitions based on the model terms.</p>
<p>Thanks for the suggesting about extending the blog post and I will look in to describing how to create graphs with means and confidence intervals and other usual ways to interrogate the model.</p>
<p>Ralph</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ralph</title>
		<link>http://www.wekaleamstudios.co.uk/posts/one-way-analysis-of-variance-anova/comment-page-1/#comment-173</link>
		<dc:creator>Ralph</dc:creator>
		<pubDate>Fri, 12 Feb 2010 12:57:16 +0000</pubDate>
		<guid isPermaLink="false">http://www.wekaleamstudios.co.uk/?p=658#comment-173</guid>
		<description>Dear Duleep,

My intention is to convert the blog posts into pdf documents for easier consumption online and offline. As you can see from supplementary material section of the website I have (slowly) started this process with producing graphs of various different types. If there are particular statistical methods that you feel should be covered then that is useful for me to know where to focus efforts in blogging.

Ralph</description>
		<content:encoded><![CDATA[<p>Dear Duleep,</p>
<p>My intention is to convert the blog posts into pdf documents for easier consumption online and offline. As you can see from supplementary material section of the website I have (slowly) started this process with producing graphs of various different types. If there are particular statistical methods that you feel should be covered then that is useful for me to know where to focus efforts in blogging.</p>
<p>Ralph</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: romunov</title>
		<link>http://www.wekaleamstudios.co.uk/posts/one-way-analysis-of-variance-anova/comment-page-1/#comment-167</link>
		<dc:creator>romunov</dc:creator>
		<pubDate>Thu, 04 Feb 2010 11:28:51 +0000</pubDate>
		<guid isPermaLink="false">http://www.wekaleamstudios.co.uk/?p=658#comment-167</guid>
		<description>Great post. Perhaps you could add how to plot confidence intervals on one&#039;s plot.

I personally use aov() and draw the diagnostic plot of that model.</description>
		<content:encoded><![CDATA[<p>Great post. Perhaps you could add how to plot confidence intervals on one&#8217;s plot.</p>
<p>I personally use aov() and draw the diagnostic plot of that model.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Duleep Kumar Samuel</title>
		<link>http://www.wekaleamstudios.co.uk/posts/one-way-analysis-of-variance-anova/comment-page-1/#comment-166</link>
		<dc:creator>Duleep Kumar Samuel</dc:creator>
		<pubDate>Thu, 04 Feb 2010 05:59:49 +0000</pubDate>
		<guid isPermaLink="false">http://www.wekaleamstudios.co.uk/?p=658#comment-166</guid>
		<description>Dear Ralph, thanks for real good content. will you please compile your writings into a pdf , thanks with regards, Dr.D.K.Samuel, Ind Inst of Hort Research, Bangalore India</description>
		<content:encoded><![CDATA[<p>Dear Ralph, thanks for real good content. will you please compile your writings into a pdf , thanks with regards, Dr.D.K.Samuel, Ind Inst of Hort Research, Bangalore India</p>
]]></content:encoded>
	</item>
</channel>
</rss>

