Re: [R] creating list of lists

2011-03-12 Thread Ben Tupper
Hello, On Mar 12, 2011, at 8:32 AM, Maas James Dr (MED) wrote: Question 1: I have a long list of variable names such as first <- c("one","two","three") and what I want to do is create a list of lists ... where the names of each of overall lists components are "one","two", and "three". Th

[R] creating list of lists

2011-03-12 Thread Maas James Dr (MED)
Question 1: I have a long list of variable names such as first <- c("one","two","three") and what I want to do is create a list of lists ... where the names of each of overall lists components are "one","two", and "three". This is the same result as second <- list(one=list(),two=list(),three