<?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: influence.ME: Tools for detecting influential data in mixed models</title>
	<atom:link href="http://www.rensenieuwenhuis.nl/r-project/influenceme/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.rensenieuwenhuis.nl</link>
	<description>&#34;The extra-ordinary lies within the curve of normality&#34;</description>
	<lastBuildDate>Thu, 29 Oct 2009 04:27:47 +0100</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Influence.ME: Simple Analysis &#124; Curving Normality</title>
		<link>http://www.rensenieuwenhuis.nl/r-project/influenceme/comment-page-1/#comment-2332</link>
		<dc:creator>Influence.ME: Simple Analysis &#124; Curving Normality</dc:creator>
		<pubDate>Thu, 16 Jul 2009 11:02:16 +0000</pubDate>
		<guid isPermaLink="false">http://www.rensenieuwenhuis.nl/?page_id=908#comment-2332</guid>
		<description>[...] encouraged to discuss the content of the manual here. All information will be accessible from the influence.ME website as well. Note that updates to the manual will be made available on that website&#8221;, instead of [...]</description>
		<content:encoded><![CDATA[<p>[...] encouraged to discuss the content of the manual here. All information will be accessible from the influence.ME website as well. Note that updates to the manual will be made available on that website&#8221;, instead of [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Presenting influence.ME at useR! &#124; Curving Normality</title>
		<link>http://www.rensenieuwenhuis.nl/r-project/influenceme/comment-page-1/#comment-2326</link>
		<dc:creator>Presenting influence.ME at useR! &#124; Curving Normality</dc:creator>
		<pubDate>Sat, 11 Jul 2009 10:22:09 +0000</pubDate>
		<guid isPermaLink="false">http://www.rensenieuwenhuis.nl/?page_id=908#comment-2326</guid>
		<description>[...] More information about influence.ME can be found on another section of my website. [...]</description>
		<content:encoded><![CDATA[<p>[...] More information about influence.ME can be found on another section of my website. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: One outlier and you&#8217;re out: Influential data and racial prejudice &#124; Curving Normality</title>
		<link>http://www.rensenieuwenhuis.nl/r-project/influenceme/comment-page-1/#comment-2294</link>
		<dc:creator>One outlier and you&#8217;re out: Influential data and racial prejudice &#124; Curving Normality</dc:creator>
		<pubDate>Tue, 16 Jun 2009 11:02:16 +0000</pubDate>
		<guid isPermaLink="false">http://www.rensenieuwenhuis.nl/?page_id=908#comment-2294</guid>
		<description>[...] preparing a presentation on analyzing influential data in mixed effects models myself, my eye fell on an article in which important claims on racial prejudice were refuted. An [...]</description>
		<content:encoded><![CDATA[<p>[...] preparing a presentation on analyzing influential data in mixed effects models myself, my eye fell on an article in which important claims on racial prejudice were refuted. An [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Stijn Ruiter</title>
		<link>http://www.rensenieuwenhuis.nl/r-project/influenceme/comment-page-1/#comment-2269</link>
		<dc:creator>Stijn Ruiter</dc:creator>
		<pubDate>Wed, 27 May 2009 18:33:24 +0000</pubDate>
		<guid isPermaLink="false">http://www.rensenieuwenhuis.nl/?page_id=908#comment-2269</guid>
		<description>Influence.ME suffers from ill-convergence of lmer models. Now, lmer models generally seem to converge more quickly when using poly() for all independent variables. However, influence.ME fails when this approach is followed in the target model. This problem is easily overcome when poly-variables are first constructed before they are entered into the model of interest.
Something like this:

data$x1.poly&lt;-poly(data$x1,1)
data$x2.poly&lt;-poly(data$x2,2)
lmer(y~(1&#124;level2id)+x1.poly+x2.poly,data=data)

hope this helps to use the influence.ME macro...</description>
		<content:encoded><![CDATA[<p>Influence.ME suffers from ill-convergence of lmer models. Now, lmer models generally seem to converge more quickly when using poly() for all independent variables. However, influence.ME fails when this approach is followed in the target model. This problem is easily overcome when poly-variables are first constructed before they are entered into the model of interest.<br />
Something like this:</p>
<p>data$x1.poly&lt;-poly(data$x1,1)<br />
data$x2.poly&lt;-poly(data$x2,2)<br />
lmer(y~(1|level2id)+x1.poly+x2.poly,data=data)</p>
<p>hope this helps to use the influence.ME macro&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Introducing Influence.ME: Tools for detecting influential data in mixed models &#8211; Curving Normality</title>
		<link>http://www.rensenieuwenhuis.nl/r-project/influenceme/comment-page-1/#comment-2237</link>
		<dc:creator>Introducing Influence.ME: Tools for detecting influential data in mixed models &#8211; Curving Normality</dc:creator>
		<pubDate>Sun, 03 May 2009 18:45:11 +0000</pubDate>
		<guid isPermaLink="false">http://www.rensenieuwenhuis.nl/?page_id=908#comment-2237</guid>
		<description>[...] features, or exciting applications in research papers will be discussed here as well in due time. A static page on influence.ME is available as well, where all important information is [...]</description>
		<content:encoded><![CDATA[<p>[...] features, or exciting applications in research papers will be discussed here as well in due time. A static page on influence.ME is available as well, where all important information is [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: useR! 2009 acceptance: presenting influence.ME &#8211; Curving Normality</title>
		<link>http://www.rensenieuwenhuis.nl/r-project/influenceme/comment-page-1/#comment-2231</link>
		<dc:creator>useR! 2009 acceptance: presenting influence.ME &#8211; Curving Normality</dc:creator>
		<pubDate>Thu, 23 Apr 2009 10:24:05 +0000</pubDate>
		<guid isPermaLink="false">http://www.rensenieuwenhuis.nl/?page_id=908#comment-2231</guid>
		<description>[...] Influence.ME is an R package that provides a collection of tools for detecting influential data in mixed effects models. Testing for inﬂuence with mixed effects models is especially important in Social Science applications, for two reasons. First, models in the Social Sciences are frequently based on large numbers of individuals while the number of higher level units is often relatively small. Secondly, often the higher level units are remarkably similar, for instance in the case of neighboring countries. [...]</description>
		<content:encoded><![CDATA[<p>[...] Influence.ME is an R package that provides a collection of tools for detecting influential data in mixed effects models. Testing for inﬂuence with mixed effects models is especially important in Social Science applications, for two reasons. First, models in the Social Sciences are frequently based on large numbers of individuals while the number of higher level units is often relatively small. Secondly, often the higher level units are remarkably similar, for instance in the case of neighboring countries. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Manfred te Grotenhuis</title>
		<link>http://www.rensenieuwenhuis.nl/r-project/influenceme/comment-page-1/#comment-2230</link>
		<dc:creator>Manfred te Grotenhuis</dc:creator>
		<pubDate>Wed, 22 Apr 2009 22:55:05 +0000</pubDate>
		<guid isPermaLink="false">http://www.rensenieuwenhuis.nl/?page_id=908#comment-2230</guid>
		<description>I just can&#039;t wait!</description>
		<content:encoded><![CDATA[<p>I just can&#8217;t wait!</p>
]]></content:encoded>
	</item>
</channel>
</rss>

