> Each element of list1 is a list with components: model, pcorrect > Each element of list2 has a single unnamed numeric value > > What I would like to do is to be able to combine list1 and list2 to give > list3 such that
mapply(c, list1, list2, SIMPLIFY=F) should get you started. Hadley ______________________________________________ [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
