Overview: How to setup R on an EC2 instance of Ubuntu 11.04 (Natty Narwhal) How to setup Apache Tomcat 6.0 web server and configuring it with basic authentication so that we can view our output from R on a password … Continue reading →
Overview: How to setup R on an EC2 instance of Ubuntu 11.04 (Natty Narwhal) How to setup Apache Tomcat 6.0 web server and configuring it with basic authentication so that we can view our output from R on a password … Continue reading →
R-bloggers is a site that aggregates many of the best R blogs on the internet. We're glad they've allowed our R-related posts to be aggregated there. If you mainly write in R, it's worth checking them out.
R is many things, but it's not exactly speedy like a Patas Monkey. In fact, while it is much faster than many other solutions, R is notably slower than Stata (even inspiring talks that it should be rewritten from scratch!).Fortunately, Radford Neal ha...
"The R-Files" is an occasional series from Revolution Analytics, where we profile prominent members of the R Community. Name: Jeroen Ooms Background: Ph.D. Candidate, Statistics, UCLA Nationality: Netherlands Years Using R: 3 1/2 Known for: Developing web applications for popular R packages including ggplot2, lme4, stockplot and irttool Jeroen Ooms is a statistical consultant and R enthusiast currently pursuing...
My neighbour is an half-retired entrepreneur who still runs his electric engine company. A few weekends ago, he came to me with the following physics question related with one of those engines: given a primary disk rotating at the angular speed of ω0 and a secondary disk located on the first one with a centre 
Thanks to this great post http://www.imachordata.com/?p=730 we can now put multiple plots on a display with ggplot2. This provides somewhat similar functionality to ‘par(mfrow=c(x,y))’ which would allow multiple plots with the base plot function. gridExtra doesn’t have quite the same level of options as ‘par’, but the syntax is simple. grid.arrange( graph1, graph2, ncol=2 Simple. ‘grid.table’ 
An interested PR piece I got from Janet Dobbins: ————— Luis Torgo is teaching an online course, “Data Mining in R: Learning with Case Studies” at statistics.com. The course starts June 17 – July 15. Brief Description: The main goal of this course is to teach users how to perform data mining tasks using R. Instructor(s): Dr. Luis Torgo...