Module 7: Integrating R with Hadoop
Please try to install R and Hadoop on Ubuntu by referring to the document " R Integration with Hadoop (UBUNTU) " present in the Module 7 of your...
Mon, 22 Sep, 2014 at 10:39 AM
Query:
I am trying to connect MySQL with R by referring the belowlink.
http://decisionstats.com/2011/10/16/using-r-with-mysql/
I used the bel...
Mon, 22 Sep, 2014 at 11:04 AM
order() returns the index of the elements when the vector is arranged in an ascending order
x<- c(5,3,4)
...
Mon, 18 Jul, 2016 at 10:11 AM