apply vs for

R-bloggers 2013-04-03

Summary:

It’s widely understood that, in R programming, one should avoid for loops and always try to use apply-type functions. But this isn’t entirely true. It may have been true for Splus, back in the day: As I recall, that had to do with the entire environment from each iteration being retained in memory. Here’s a [...]

Link:

http://feedproxy.google.com/~r/RBloggers/~3/nBDHWDcVIuA/

From feeds:

Statistics and Visualization » R-bloggers

Tags:

Authors:

Karl Broman

Date tagged:

04/03/2013, 12:02

Date published:

04/03/2013, 00:44