On Jan 28, 2010, at 4:03 PM, Jonathan Greenberg wrote:
list1=c(1:10) # neither of which really are lists list2=c(2:4) lists = list(list1,list2) $ a list of two vectors.
David Winsemius, MD Heritage Laboratories West Hartford, CT ______________________________________________ [email protected] mailing list 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.

