<?xml version="1.0" encoding="ISO-8859-1"?>

<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/">
	<channel>
		<title>Statistics Help @ Talk Stats Forum - R</title>
		<link>http://www.talkstats.com/</link>
		<description>R programming and usage, R news, R tips and tutorials</description>
		<language>en</language>
		<lastBuildDate>Thu, 23 May 2013 10:17:29 GMT</lastBuildDate>
		<generator>vBulletin</generator>
		<ttl>60</ttl>
		<image>
			<url>http://www.talkstats.com/images/misc/rss.png</url>
			<title>Statistics Help @ Talk Stats Forum - R</title>
			<link>http://www.talkstats.com/</link>
		</image>
		<item>
			<title>canceling effect of interaction in a 2-factor table of means</title>
			<link>http://www.talkstats.com/showthread.php/43815-canceling-effect-of-interaction-in-a-2-factor-table-of-means?goto=newpost</link>
			<pubDate>Wed, 22 May 2013 21:57:04 GMT</pubDate>
			<description>Hi, 
 
I would like if there is a simple R command to get a table of means (2-factor analysis) with the interaction addendum removed (canceled out)...</description>
			<content:encoded><![CDATA[<div>Hi,<br />
<br />
I would like if there is a simple R command to get a table of means (2-factor analysis) with the interaction addendum removed (canceled out) in an ANOVA setting.<br />
<br />
thanks!</div>

 ]]></content:encoded>
			<category domain="http://www.talkstats.com/forumdisplay.php/14-R">R</category>
			<dc:creator>stablum</dc:creator>
			<guid isPermaLink="true">http://www.talkstats.com/showthread.php/43815-canceling-effect-of-interaction-in-a-2-factor-table-of-means</guid>
		</item>
		<item>
			<title>Converting Matrix with chars to data frame</title>
			<link>http://www.talkstats.com/showthread.php/43797-Converting-Matrix-with-chars-to-data-frame?goto=newpost</link>
			<pubDate>Wed, 22 May 2013 12:53:04 GMT</pubDate>
			<description>Hey guys,  
 
I am studying about converting Matrix to Data frames. What I have observed though is that converting matrix with characters into a data...</description>
			<content:encoded><![CDATA[<div>Hey guys, <br />
<br />
I am studying about converting Matrix to Data frames. What I have observed though is that converting matrix with characters into a data frame gives factors and not chars as shown below:<br />
<br />
&gt; yr.matrix<br />
     Qtr1  Qtr2  Qtr3  Qtr4 <br />
row1 &quot;Jan&quot; &quot;Apr&quot; &quot;Jul&quot; &quot;Oct&quot;<br />
row2 &quot;Feb&quot; &quot;May&quot; &quot;Aug&quot; &quot;Nov&quot;<br />
row3 &quot;Mar&quot; &quot;Jun&quot; &quot;Sep&quot; &quot;Dec&quot;<br />
&gt; yr.mat2frame = as.data.frame (yr.matrix)<br />
&gt; yr.mat2frame<br />
     Qtr1 Qtr2 Qtr3 Qtr4<br />
row1  Jan  Apr  Jul  Oct<br />
row2  Feb  May  Aug  Nov<br />
row3  Mar  Jun  Sep  Dec<br />
<br />
How may I use ascharacter() function to see chars in my data frame?<br />
<br />
Thanks, <br />
Chai</div>

 ]]></content:encoded>
			<category domain="http://www.talkstats.com/forumdisplay.php/14-R">R</category>
			<dc:creator>NoviceDataMiner</dc:creator>
			<guid isPermaLink="true">http://www.talkstats.com/showthread.php/43797-Converting-Matrix-with-chars-to-data-frame</guid>
		</item>
		<item>
			<title>Multiple Regression</title>
			<link>http://www.talkstats.com/showthread.php/43772-Multiple-Regression?goto=newpost</link>
			<pubDate>Tue, 21 May 2013 19:36:23 GMT</pubDate>
			<description><![CDATA[Hi! 
 
I'm an R-beginner and need to regress [log(yt) - log(yo)] on several variables. I am using the lm-function. 
Unfortunately, it is not working,...]]></description>
			<content:encoded><![CDATA[<div>Hi!<br />
<br />
I'm an R-beginner and need to regress [log(yt) - log(yo)] on several variables. I am using the lm-function.<br />
Unfortunately, it is not working, i.e. there is an error message when I simply type lm((log(yt) - log(y0))~a+b+c, data =d). :/<br />
<br />
Can you guys please help me? : 3<br />
I'd really appreciate it more than you can imagine. <br />
<br />
All the best,<br />
<br />
Amanda</div>

 ]]></content:encoded>
			<category domain="http://www.talkstats.com/forumdisplay.php/14-R">R</category>
			<dc:creator>Amanda_UK</dc:creator>
			<guid isPermaLink="true">http://www.talkstats.com/showthread.php/43772-Multiple-Regression</guid>
		</item>
	</channel>
</rss>
