[R] How do I use "tapply" in this case ?

RICHARD M. HEIBERGER rmh at temple.edu
Fri Feb 5 06:10:07 CET 2010


lapply(1:4, function(i, x, y) {x[i,y[,1]]}, Z, index ) ## reproduces
your results

sapply(1:4, function(i, x, y) {x[i,y[,1]]}, Z, index ) ## collapses
your list into a set of columns



More information about the R-help mailing list