Skip to content
Prev 120748 / 398500 Next

Write columns from within a list to a matrix?

test <- lapply(1:3, function(i) cbind(runif(15), rnorm(15,2)))
sapply(test, "[", 16:30)

b
On Jul 22, 2007, at 3:39 PM, jrg66 at comcast.net wrote: