Dear friends - this is simple I know but I can figure it out without your help. I have for each of 2195 instances 10 variables measured at specific times from 6 to several hundred, so if I just take one of the instances, I can make a list of the 10 variables together with their variable times. But when I have 2195 such instances I cannot get it how to make a list of these individual lists

As a toy example demonstrating mercilessly my problem, if ASL[j] is mean to take the list of here 5 entries made in RES[[i]] and I write this (ignoring the times) it certainly doesn't work
ASL <- list()
RES <- list()
for (j in 1:5){
for (i in 1:5)
ASL[[j]] <-
 RES[[i]] <- i^j }

All best wishes
Troels Ring
Aalborg, Denmark

______________________________________________
R-help@r-project.org mailing list -- To UNSUBSCRIBE and more, see
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.

Reply via email to