(This article was first published on Yu-Sung Su's Blog, and kindly contributed to R-bloggers)
Just when I am about to convert myself into a Linux user, I found this. Running R in the command mode in the Window system is much faster. Here is a simple test:in the Window interface:> system.time(rnorm(1000000)%*%rnorm(1000000)) user system elapsed 1.06 0.05 1.14 in the command mode> system.time(rnorm(1000000)%*%rnorm(1000000)) user system elapsed 0.70 0.01 0.72 So it
To leave a comment for the author, please follow the link and comment on his blog: Yu-Sung Su's Blog.
R-bloggers.com offers daily e-mail updates about R news and tutorials on topics such as: visualization (ggplot2, Boxplots, maps, animation), programming (RStudio, Sweave, LaTeX, SQL, Eclipse, git, hadoop, Web Scraping) statistics (regression, PCA, time series,ecdf, trading) and more...

Zero Inflated Models and Generalized Linear Mixed Models with R.
Zuur, Saveliev, Ieno (2012).