<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Curving Normality &#187; R-Sessions</title>
	<atom:link href="http://www.rensenieuwenhuis.nl/category/r-project/r-sessions/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, 10 Jun 2010 10:00:30 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Index of the R-Sessions</title>
		<link>http://www.rensenieuwenhuis.nl/index-of-the-r-sessions/</link>
		<comments>http://www.rensenieuwenhuis.nl/index-of-the-r-sessions/#comments</comments>
		<pubDate>Mon, 17 May 2010 10:00:19 +0000</pubDate>
		<dc:creator>Rense Nieuwenhuis</dc:creator>
				<category><![CDATA[R-Project]]></category>
		<category><![CDATA[R-Sessions]]></category>
		<category><![CDATA[R]]></category>

		<guid isPermaLink="false">http://www.rensenieuwenhuis.nl/?p=1209</guid>
		<description><![CDATA[The R-Sessions are a series of blog entries on using R. A large part consists of an R-manual I once wrote. Other posts include some tricks I found out, as well as entries detailing functions and packages I wrote for R. The series already entails over forty posts, so I decided to create an index. [...]]]></description>
		<wfw:commentRss>http://www.rensenieuwenhuis.nl/index-of-the-r-sessions/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>R Sessions 33: Select (nested) observations with equal number of occurences</title>
		<link>http://www.rensenieuwenhuis.nl/r-sessions-33-select-nested-observations-with-equal-number-of-occurences/</link>
		<comments>http://www.rensenieuwenhuis.nl/r-sessions-33-select-nested-observations-with-equal-number-of-occurences/#comments</comments>
		<pubDate>Wed, 23 Sep 2009 10:00:05 +0000</pubDate>
		<dc:creator>Rense Nieuwenhuis</dc:creator>
				<category><![CDATA[R-Project]]></category>
		<category><![CDATA[R-Sessions]]></category>
		<category><![CDATA[balanced data]]></category>
		<category><![CDATA[merge]]></category>
		<category><![CDATA[R]]></category>
		<category><![CDATA[subset]]></category>
		<category><![CDATA[unbalanced data]]></category>

		<guid isPermaLink="false">http://www.rensenieuwenhuis.nl/?p=1107</guid>
		<description><![CDATA[Recently, I was contacted with an question about R code. A befriended researcher was working with nested data, which was unbalanced. He was working with data in a &#8216;long&#8217; format: all observations nested within the same group had the same identification number. But, the number of observations in each of the groups differed (hence: unbalanced [...]]]></description>
		<wfw:commentRss>http://www.rensenieuwenhuis.nl/r-sessions-33-select-nested-observations-with-equal-number-of-occurences/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>R-Sessions 32: Forward.lmer: Basic stepwise function for mixed effects in R</title>
		<link>http://www.rensenieuwenhuis.nl/r-sessions-32/</link>
		<comments>http://www.rensenieuwenhuis.nl/r-sessions-32/#comments</comments>
		<pubDate>Fri, 13 Feb 2009 10:59:03 +0000</pubDate>
		<dc:creator>Rense Nieuwenhuis</dc:creator>
				<category><![CDATA[R-Project]]></category>
		<category><![CDATA[R-Sessions]]></category>
		<category><![CDATA[forward]]></category>
		<category><![CDATA[hierarchical]]></category>
		<category><![CDATA[lme4]]></category>
		<category><![CDATA[mixed effects models]]></category>
		<category><![CDATA[multilevel]]></category>
		<category><![CDATA[stepwise]]></category>

		<guid isPermaLink="false">http://www.rensenieuwenhuis.nl/?p=897</guid>
		<description><![CDATA[Intended to be a customized solution, it may have grown to be a little more. forward.lmer is an early installment of a full stepwise function for mixed effects regression models in R-Project. I may put in some work to extend it, or I may not. Nevertheless, in a &#8216;forward sense of stepwise&#8217;, I think it [...]]]></description>
		<wfw:commentRss>http://www.rensenieuwenhuis.nl/r-sessions-32/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>R-Sessions 31: Combining lmer output in a single table (UPDATED)</title>
		<link>http://www.rensenieuwenhuis.nl/r-sessions-31-combining-lmer-output-in-a-single-table/</link>
		<comments>http://www.rensenieuwenhuis.nl/r-sessions-31-combining-lmer-output-in-a-single-table/#comments</comments>
		<pubDate>Thu, 05 Feb 2009 11:00:38 +0000</pubDate>
		<dc:creator>Rense Nieuwenhuis</dc:creator>
				<category><![CDATA[R-Project]]></category>
		<category><![CDATA[R-Sessions]]></category>
		<category><![CDATA[lme4]]></category>
		<category><![CDATA[lmer]]></category>
		<category><![CDATA[mixed effect models]]></category>

		<guid isPermaLink="false">http://www.rensenieuwenhuis.nl/?p=891</guid>
		<description><![CDATA[There are various ways of getting your output from R to your publication draft. Most of them are highly efficient, but unfortunately I couldn&#8217;t find a function that combines the output from several (lmer) models and presents it in a single table. lmer is the mixed effects model function from the lme4 package. So, I [...]]]></description>
		<wfw:commentRss>http://www.rensenieuwenhuis.nl/r-sessions-31-combining-lmer-output-in-a-single-table/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>R-Sessions 30: Visualizing missing values</title>
		<link>http://www.rensenieuwenhuis.nl/r-sessions-30-visualizing-missing-values/</link>
		<comments>http://www.rensenieuwenhuis.nl/r-sessions-30-visualizing-missing-values/#comments</comments>
		<pubDate>Thu, 08 Jan 2009 10:00:39 +0000</pubDate>
		<dc:creator>Rense Nieuwenhuis</dc:creator>
				<category><![CDATA[R-Sessions]]></category>
		<category><![CDATA[GSS]]></category>
		<category><![CDATA[GSS cumulative file]]></category>
		<category><![CDATA[Missing values]]></category>
		<category><![CDATA[R-Project]]></category>

		<guid isPermaLink="false">http://www.rensenieuwenhuis.nl/?p=872</guid>
		<description><![CDATA[<a href="http://www.rensenieuwenhuis.nl/archive/category/r-project/r-sessions/"><img title="R-Sessions" src="http://www.rensenieuwenhuis.nl/wp-content/uploads/2008/07/r-sessions.jpg" alt="" width="470" /></a> 

It always takes some time to get a grip on a new dataset, especially large ones. The code-books are often as indispensable as they are massive, and not always as clear as one would want. Routings, and resulting and strange patterns of missing values are at times difficult to find.

I found a nice way to plot missing values, using R. Basically, I thought it would be nice to calculate the percentage of missings on each variable, and do so for each year represented in the data. These numbers could be visualized using a levelplot(), which resulted in the graph below.]]></description>
		<wfw:commentRss>http://www.rensenieuwenhuis.nl/r-sessions-30-visualizing-missing-values/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>R-Sessions 29: Running R-Project twice on Apple Mac OS X</title>
		<link>http://www.rensenieuwenhuis.nl/r-sessions-29-running-r-project-twice-on-apple-mac-os-x/</link>
		<comments>http://www.rensenieuwenhuis.nl/r-sessions-29-running-r-project-twice-on-apple-mac-os-x/#comments</comments>
		<pubDate>Mon, 24 Nov 2008 10:00:40 +0000</pubDate>
		<dc:creator>Rense Nieuwenhuis</dc:creator>
				<category><![CDATA[R-Project]]></category>
		<category><![CDATA[R-Sessions]]></category>
		<category><![CDATA[computing]]></category>
		<category><![CDATA[statistical software]]></category>
		<category><![CDATA[twice]]></category>

		<guid isPermaLink="false">http://www.rensenieuwenhuis.nl/?p=835</guid>
		<description><![CDATA[Working with statistics can be quite time consuming. As anyone working with relatively advanced models and large amounts of data knows, especially the waiting can be excruciating. Your statistical software is locked up while crunching those numbers, while you'd actually prefer to run some minor procedures, such as post-estimations, testing some loops, or simply displaying the output of a previously estimated model. With Apple's Mac OS X you now can run R-Project twice, making the most of your dual core processor. ]]></description>
		<wfw:commentRss>http://www.rensenieuwenhuis.nl/r-sessions-29-running-r-project-twice-on-apple-mac-os-x/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>R-Sessions 28: Impressive R Speeds</title>
		<link>http://www.rensenieuwenhuis.nl/r-sessions-28-impressive-r-speeds/</link>
		<comments>http://www.rensenieuwenhuis.nl/r-sessions-28-impressive-r-speeds/#comments</comments>
		<pubDate>Thu, 30 Oct 2008 10:00:22 +0000</pubDate>
		<dc:creator>Rense Nieuwenhuis</dc:creator>
				<category><![CDATA[R-Sessions]]></category>
		<category><![CDATA[macbook]]></category>
		<category><![CDATA[matrix]]></category>
		<category><![CDATA[R-Project]]></category>
		<category><![CDATA[speed]]></category>
		<category><![CDATA[system.time]]></category>

		<guid isPermaLink="false">http://www.rensenieuwenhuis.nl/?p=778</guid>
		<description><![CDATA[Yesterday, I received my new Apple MacBook. It's running a Core 2 Duo at 2.4 Ghz and it's fast. Really fast! I tested it with using R-Project, doing some timings on matrix transformations.

Apparently, it's very cool to show of the speed of R-Project on your system. Optimized .DLL files help to speed up your R on Windows systems (and possibly other systems as well) with respect to matrix transformations, which has led to enormous speed increases. So, let's perform a speed-test of our own.]]></description>
		<wfw:commentRss>http://www.rensenieuwenhuis.nl/r-sessions-28-impressive-r-speeds/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>The R-Sessions Forum: Introducing a new forum on R-Project</title>
		<link>http://www.rensenieuwenhuis.nl/the-r-sessions-forum/</link>
		<comments>http://www.rensenieuwenhuis.nl/the-r-sessions-forum/#comments</comments>
		<pubDate>Mon, 20 Oct 2008 10:00:55 +0000</pubDate>
		<dc:creator>Rense Nieuwenhuis</dc:creator>
				<category><![CDATA[R-Project]]></category>
		<category><![CDATA[R-Sessions]]></category>
		<category><![CDATA[forum]]></category>
		<category><![CDATA[R-Sessions forum]]></category>

		<guid isPermaLink="false">http://www.rensenieuwenhuis.nl/?p=726</guid>
		<description><![CDATA[Today, I introduce the new <a href="http://www.rensenieuwenhuis.nl/R-forum/">R-Sessions Forum</a>: a new forum on R-Project and statistics in general. This new forum is closely integrated with <a href="http://www.rensenieuwenhuis.nl/"Curving Normality</a>, but has its own dynamic. The <a href="http://www.rensenieuwenhuis.nl/R-forum/">R-Sessions Forum</a> aims at providing a flexible stage for visitors interested in discussing both R-Project and  general statistics. 

<h2>Topics &#038; Features</h2>
The new R-Sessions Forum has several interesting features and covers many topics. Amongst the new topics covered are integration with the R-Sessions on Curving Normality, a section for general question on R, a section for general statistical questions, package specific questions, R development, and of course we have a pub for your general chatter. The integration with the R-Sessions is intended to give more dynamic ways of interacting with the Curving Normality web-site. The other topics are more general in nature and provide ample opportunity to pose your own questions and discuss those with other participants. ]]></description>
		<wfw:commentRss>http://www.rensenieuwenhuis.nl/the-r-sessions-forum/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>R-Sessions 27: Text Editors for R: Textmate</title>
		<link>http://www.rensenieuwenhuis.nl/r-sessions-27/</link>
		<comments>http://www.rensenieuwenhuis.nl/r-sessions-27/#comments</comments>
		<pubDate>Thu, 16 Oct 2008 10:14:33 +0000</pubDate>
		<dc:creator>Rense Nieuwenhuis</dc:creator>
				<category><![CDATA[R-Project]]></category>
		<category><![CDATA[R-Sessions]]></category>
		<category><![CDATA[Academic Software]]></category>
		<category><![CDATA[text editor]]></category>
		<category><![CDATA[Textmate]]></category>

		<guid isPermaLink="false">http://www.rensenieuwenhuis.nl/?p=686</guid>
		<description><![CDATA[R-Project works best with a good text editor that is well integrated with R-Project. This edition of the R-Sessions will focus on <a href="http://macromates.com/">TextMate</a>, a paid application marketed as 'The Missing Editor for Mac OS X'. 

Designed explicitly for use by programmers on Mac OS X, TextMate makes a promising first impression. The interface looks very clean, text is rendered perfectly, and syntax colouring is provided for quite a large number of programming languages. Also, the colouring of the syntax looks very nice, by the use of light colours that don't interfere with reading the text.]]></description>
		<wfw:commentRss>http://www.rensenieuwenhuis.nl/r-sessions-27/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>R Sessions 26: Text editors for R: Internal editor on OS X</title>
		<link>http://www.rensenieuwenhuis.nl/r-sessions-26-text-editors-for-r-internal-editor-on-os-x/</link>
		<comments>http://www.rensenieuwenhuis.nl/r-sessions-26-text-editors-for-r-internal-editor-on-os-x/#comments</comments>
		<pubDate>Mon, 06 Oct 2008 10:00:38 +0000</pubDate>
		<dc:creator>Rense Nieuwenhuis</dc:creator>
				<category><![CDATA[R-Project]]></category>
		<category><![CDATA[R-Sessions]]></category>
		<category><![CDATA[OS X]]></category>
		<category><![CDATA[text editor]]></category>

		<guid isPermaLink="false">http://www.rensenieuwenhuis.nl/?p=654</guid>
		<description><![CDATA[<a href="http://www.rensenieuwenhuis.nl/archive/category/r-project/r-sessions/"><img src="http://www.rensenieuwenhuis.nl/wp-content/uploads/2008/07/r-sessions.jpg" " title="R-Sessions" width="470" /></a>
Since <a href="www.r-project.org">R-Project</a> is essentially syntax based, one needs a good text editor to write some code before it is executed in R. And, since we are all writing high quality code, we need a high quality text editor. This is the first in a series on text editors for using with R-Project on MacOSX.

The first editor to look at, is the internal one. The Mac OS X version of R-Project comes with quite a strong, although basic, text editor.]]></description>
		<wfw:commentRss>http://www.rensenieuwenhuis.nl/r-sessions-26-text-editors-for-r-internal-editor-on-os-x/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
