Skip to content
Prev 261155 / 398502 Next

Speed up an R code

This is a very open ended question that depends very heavily on what
you are trying to do and how you are doing it. Often times, the
bottleneck operations that limit speed the most are not necessarily
sped up by adding RAM. They also often require special setup to run
multiple operations/iterations in parallel. Try some of the options at
the High Performance Computing task view for specifics.

http://cran.cnr.berkeley.edu/web/views/

HTH,
Jon
On Fri, May 27, 2011 at 2:00 PM, Debs Majumdar <debs_stata at yahoo.com> wrote: