[R] simple loop

hadley wickham h.wickham at gmail.com
Sun Jun 28 19:12:32 CEST 2009


> Also consider ddply in the plyr package (although that's an over kill if
> your only having two loops)

Maybe, but it sure is much simpler:

library(plyr)
ddply(data, c("industry","year"), summarise, avg = mean(X1))

Hadley

-- 
http://had.co.nz/




More information about the R-help mailing list