<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments for blog.RDataMining.com</title>
	<atom:link href="http://rdatamining.wordpress.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://rdatamining.wordpress.com</link>
	<description>R and Data Mining</description>
	<lastBuildDate>Wed, 22 May 2013 09:04:29 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
	<item>
		<title>Comment on An Example of Social Network Analysis with R using Package igraph by Yanchang Zhao</title>
		<link>http://rdatamining.wordpress.com/2012/05/17/an-example-of-social-network-analysis-with-r-using-package-igraph/#comment-700</link>
		<dc:creator><![CDATA[Yanchang Zhao]]></dc:creator>
		<pubDate>Wed, 22 May 2013 09:04:29 +0000</pubDate>
		<guid isPermaLink="false">http://rdatamining.wordpress.com/?p=267#comment-700</guid>
		<description><![CDATA[First, create a data frame with 2 columns: food and ingredient, You might use stack() or unstack() for that. In you case, the data frame will look like:
Column1 Column2
Food1 ingredient1
Food1 ingredient2 
Food1 ingredient3
Food2 ingredient2
Food2 ingredient3
... 

Second, convert it to graph with graph.data.frame(YourDataFrame)

For future questions, please post them to my RDataMining group on LinkedIn at http://group.rdatamining.com/]]></description>
		<content:encoded><![CDATA[<p>First, create a data frame with 2 columns: food and ingredient, You might use stack() or unstack() for that. In you case, the data frame will look like:<br />
Column1 Column2<br />
Food1 ingredient1<br />
Food1 ingredient2<br />
Food1 ingredient3<br />
Food2 ingredient2<br />
Food2 ingredient3<br />
&#8230; </p>
<p>Second, convert it to graph with graph.data.frame(YourDataFrame)</p>
<p>For future questions, please post them to my RDataMining group on LinkedIn at <a href="http://group.rdatamining.com/" rel="nofollow">http://group.rdatamining.com/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on An Example of Social Network Analysis with R using Package igraph by Asif</title>
		<link>http://rdatamining.wordpress.com/2012/05/17/an-example-of-social-network-analysis-with-r-using-package-igraph/#comment-699</link>
		<dc:creator><![CDATA[Asif]]></dc:creator>
		<pubDate>Wed, 22 May 2013 03:28:53 +0000</pubDate>
		<guid isPermaLink="false">http://rdatamining.wordpress.com/?p=267#comment-699</guid>
		<description><![CDATA[Hi ,
I want to create a network data file for further analysis using igraph.
 I want to create a network of ingredients.
The current data format that I have looks like this :
Column1  Column2
Food1     ingredient1, ingredient2 , ingredient3
Food2    ingredient2, ingredeint3
Food3    ingredeint3, ingredeint4

From this file I want to create an adjacency matrix of ingredients   . My final goal is to find out 
which ingredients go together.
Could you please give me suggestion how to create adjacency matrix from the above datafile.
Thanks]]></description>
		<content:encoded><![CDATA[<p>Hi ,<br />
I want to create a network data file for further analysis using igraph.<br />
 I want to create a network of ingredients.<br />
The current data format that I have looks like this :<br />
Column1  Column2<br />
Food1     ingredient1, ingredient2 , ingredient3<br />
Food2    ingredient2, ingredeint3<br />
Food3    ingredeint3, ingredeint4</p>
<p>From this file I want to create an adjacency matrix of ingredients   . My final goal is to find out<br />
which ingredients go together.<br />
Could you please give me suggestion how to create adjacency matrix from the above datafile.<br />
Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Using Text Mining to Find Out What @RDataMining Tweets are About by CASEN survey &#8211; text mining after Social Network Analysis // Encuesta CASEN &#8211; mineria de texto despues del analisis de redes sociales &#124; Kawin project</title>
		<link>http://rdatamining.wordpress.com/2011/11/09/using-text-mining-to-find-out-what-rdatamining-tweets-are-about/#comment-698</link>
		<dc:creator><![CDATA[CASEN survey &#8211; text mining after Social Network Analysis // Encuesta CASEN &#8211; mineria de texto despues del analisis de redes sociales &#124; Kawin project]]></dc:creator>
		<pubDate>Tue, 21 May 2013 16:13:21 +0000</pubDate>
		<guid isPermaLink="false">http://rdatamining.wordpress.com/?p=137#comment-698</guid>
		<description><![CDATA[[&#8230;] For this post, I relied heavily on this post http://rdatamining.wordpress.com/2011/11/09/using-text-mining-to-find-out-what-rdatamining-tweets-ar&#8230; [&#8230;]]]></description>
		<content:encoded><![CDATA[<p>[&#8230;] For this post, I relied heavily on this post http://rdatamining.wordpress.com/2011/11/09/using-text-mining-to-find-out-what-rdatamining-tweets-ar&#8230; [&#8230;]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Using Text Mining to Find Out What @RDataMining Tweets are About by Yanchang Zhao</title>
		<link>http://rdatamining.wordpress.com/2011/11/09/using-text-mining-to-find-out-what-rdatamining-tweets-are-about/#comment-697</link>
		<dc:creator><![CDATA[Yanchang Zhao]]></dc:creator>
		<pubDate>Sat, 18 May 2013 05:44:27 +0000</pubDate>
		<guid isPermaLink="false">http://rdatamining.wordpress.com/?p=137#comment-697</guid>
		<description><![CDATA[Seems that you haven&#039;t install package twitteR. Please install it first and then try the code again.]]></description>
		<content:encoded><![CDATA[<p>Seems that you haven&#8217;t install package twitteR. Please install it first and then try the code again.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Using Text Mining to Find Out What @RDataMining Tweets are About by David</title>
		<link>http://rdatamining.wordpress.com/2011/11/09/using-text-mining-to-find-out-what-rdatamining-tweets-are-about/#comment-696</link>
		<dc:creator><![CDATA[David]]></dc:creator>
		<pubDate>Thu, 16 May 2013 21:24:07 +0000</pubDate>
		<guid isPermaLink="false">http://rdatamining.wordpress.com/?p=137#comment-696</guid>
		<description><![CDATA[Hi, I&#039;m completely new to R, but everything works fine until I get to this line:
df &lt;- do.call(“rbind”, lapply(rdmTweets, as.data.frame))

I get this error:
Error in as.data.frame.default(X[[1L]], ...) : 
  cannot coerce class &quot;structure(&quot;status&quot;, package = &quot;twitteR&quot;)&quot; to a data.frame

Any idea why? I can&#039;t find anyone else with my problem via Google.
Thanks for any help.]]></description>
		<content:encoded><![CDATA[<p>Hi, I&#8217;m completely new to R, but everything works fine until I get to this line:<br />
df &lt;- do.call(“rbind”, lapply(rdmTweets, as.data.frame))</p>
<p>I get this error:<br />
Error in as.data.frame.default(X[[1L]], &#8230;) :<br />
  cannot coerce class &quot;structure(&quot;status&quot;, package = &quot;twitteR&quot;)&quot; to a data.frame</p>
<p>Any idea why? I can&#039;t find anyone else with my problem via Google.<br />
Thanks for any help.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Time Series Analysis and Mining with R by huiseguiji</title>
		<link>http://rdatamining.wordpress.com/2011/08/23/time-series-analysis-and-mining-with-r/#comment-690</link>
		<dc:creator><![CDATA[huiseguiji]]></dc:creator>
		<pubDate>Tue, 23 Apr 2013 03:08:28 +0000</pubDate>
		<guid isPermaLink="false">http://rdatamining.wordpress.com/?p=40#comment-690</guid>
		<description><![CDATA[I think the data sample2 have some NA values, hava a look at your sample2 data!]]></description>
		<content:encoded><![CDATA[<p>I think the data sample2 have some NA values, hava a look at your sample2 data!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Time Series Analysis and Mining with R by Julian Hagenauer</title>
		<link>http://rdatamining.wordpress.com/2011/08/23/time-series-analysis-and-mining-with-r/#comment-688</link>
		<dc:creator><![CDATA[Julian Hagenauer]]></dc:creator>
		<pubDate>Mon, 15 Apr 2013 09:43:16 +0000</pubDate>
		<guid isPermaLink="false">http://rdatamining.wordpress.com/?p=40#comment-688</guid>
		<description><![CDATA[Thank you for pointing this out!]]></description>
		<content:encoded><![CDATA[<p>Thank you for pointing this out!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Using Text Mining to Find Out What @RDataMining Tweets are About by Ganttic</title>
		<link>http://rdatamining.wordpress.com/2011/11/09/using-text-mining-to-find-out-what-rdatamining-tweets-are-about/#comment-685</link>
		<dc:creator><![CDATA[Ganttic]]></dc:creator>
		<pubDate>Fri, 05 Apr 2013 15:09:43 +0000</pubDate>
		<guid isPermaLink="false">http://rdatamining.wordpress.com/?p=137#comment-685</guid>
		<description><![CDATA[Thank you very much for sharing this informative post. I have learned a lot from here. I hope that there will be an update soon. Keep up the good work!]]></description>
		<content:encoded><![CDATA[<p>Thank you very much for sharing this informative post. I have learned a lot from here. I hope that there will be an update soon. Keep up the good work!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on R Code Examples on Graphics by incataloguevn</title>
		<link>http://rdatamining.wordpress.com/2011/08/16/r-code-examples-on-graphics/#comment-684</link>
		<dc:creator><![CDATA[incataloguevn]]></dc:creator>
		<pubDate>Thu, 21 Mar 2013 09:05:00 +0000</pubDate>
		<guid isPermaLink="false">http://rdatamining.wordpress.com/?p=28#comment-684</guid>
		<description><![CDATA[thanks]]></description>
		<content:encoded><![CDATA[<p>thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Time Series Analysis and Mining with R by Emmanuel</title>
		<link>http://rdatamining.wordpress.com/2011/08/23/time-series-analysis-and-mining-with-r/#comment-683</link>
		<dc:creator><![CDATA[Emmanuel]]></dc:creator>
		<pubDate>Tue, 19 Mar 2013 11:47:26 +0000</pubDate>
		<guid isPermaLink="false">http://rdatamining.wordpress.com/?p=40#comment-683</guid>
		<description><![CDATA[Dear Yanchang,
As a follow up to my previous request on how to merge data from different stations where you suggested using &quot;d &lt;- merge(stn12, stn14, by=&quot;vehicleId&quot;)&quot;, I would like to ask for your assistance once again.
At this stage, I am trying to work with data from many stations stored as a list which requires writing a loop that will merge all the stations together and and give the output of the individual merge data set. I have tried a couple of solutions based on my Fortran knowledge but to no avail.
Here is a brief breakdown of what I have tried:
# mdata  is a list of the files to be merged
# merging more than 2 files using a loop function
mdata &lt;- all
i&lt;-0
i2&lt;-0
mgr&lt;- function(mdata){
    l &lt;- length(mdata)
       for(i in mdata){
       i &lt;- i+1
       i2 &lt;- i+1
  mdat[[i]] &lt;- merge(mdata[[i]],  mdata[[i2]], by = &quot;VehicleId&quot;, sort=T,all = FALSE)[mdata[[i]],
 !=mdata[[i2]]]
  }
  return(mdat)
}
mg &lt;- mgr(mdata)

### another trier
i&lt;-0
i2&lt;-0
mdata &lt;- all
mgr = function(mdata){
     for(i in 1:length(mdata)){
       i &lt;- i+1
       i2 &lt;- i+1
  mdat[[i]] &lt;- merge(mdata[[i]], mdata[[i2]], by = &quot;VehicleId&quot;, sort=TRUE,
               all = FALSE)
     }
  return(mdat[[i]])
}
mg &lt;- lapply(mdata,mgr)

However, if I run the following for any combination of two files, it will give me the output as desired.
mdat &lt;- merge(mdata[[1]], mdata[[2]], by = &quot;VehicleId&quot;, sort=TRUE,all = FALSE)

Any help will be highly appreciated. Thank you for your usual cooperation]]></description>
		<content:encoded><![CDATA[<p>Dear Yanchang,<br />
As a follow up to my previous request on how to merge data from different stations where you suggested using &#8220;d &lt;- merge(stn12, stn14, by=&quot;vehicleId&quot;)&quot;, I would like to ask for your assistance once again.<br />
At this stage, I am trying to work with data from many stations stored as a list which requires writing a loop that will merge all the stations together and and give the output of the individual merge data set. I have tried a couple of solutions based on my Fortran knowledge but to no avail.<br />
Here is a brief breakdown of what I have tried:<br />
# mdata  is a list of the files to be merged<br />
# merging more than 2 files using a loop function<br />
mdata &lt;- all<br />
i&lt;-0<br />
i2&lt;-0<br />
mgr&lt;- function(mdata){<br />
    l &lt;- length(mdata)<br />
       for(i in mdata){<br />
       i &lt;- i+1<br />
       i2 &lt;- i+1<br />
  mdat[[i]] &lt;- merge(mdata[[i]],  mdata[[i2]], by = &quot;VehicleId&quot;, sort=T,all = FALSE)[mdata[[i]],<br />
 !=mdata[[i2]]]<br />
  }<br />
  return(mdat)<br />
}<br />
mg &lt;- mgr(mdata)</p>
<p>### another trier<br />
i&lt;-0<br />
i2&lt;-0<br />
mdata &lt;- all<br />
mgr = function(mdata){<br />
     for(i in 1:length(mdata)){<br />
       i &lt;- i+1<br />
       i2 &lt;- i+1<br />
  mdat[[i]] &lt;- merge(mdata[[i]], mdata[[i2]], by = &quot;VehicleId&quot;, sort=TRUE,<br />
               all = FALSE)<br />
     }<br />
  return(mdat[[i]])<br />
}<br />
mg &lt;- lapply(mdata,mgr)</p>
<p>However, if I run the following for any combination of two files, it will give me the output as desired.<br />
mdat &lt;- merge(mdata[[1]], mdata[[2]], by = &quot;VehicleId&quot;, sort=TRUE,all = FALSE)</p>
<p>Any help will be highly appreciated. Thank you for your usual cooperation</p>
]]></content:encoded>
	</item>
</channel>
</rss>
