Skip to content
Prev 359303 / 398502 Next

How to speed up R program

Nobody can help you without a lot more information, though there are
some obvious places to start, like pre-allocating objects rather than
growing them inside a loop.

You can get a good discussion of how to profile your code here:
http://adv-r.had.co.nz/Profiling.html

Sarah
On Mon, Mar 14, 2016 at 5:55 PM, Ragia . <ragia11 at hotmail.com> wrote: