Re: [R] Choose variables according to index

2010-01-06 Thread Uwe Ligges
On 06.01.2010 11:19, Hadassa Brunschwig wrote: Hi There must have someone already posted this question but I still have not figured how I could do this: So please read the posting guide and according to that search in the mailing list archives and particularly the R FAQs (it is descibred in

[R] Choose variables according to index

2010-01-06 Thread Hadassa Brunschwig
Hi There must have someone already posted this question but I still have not figured how I could do this: Say I have var.1 var.2 var.3 which are large matrices. I would like to do the following loop: for(i in 1:3){ # Pick var.i and do something with it } How can I tell R to do this? Thanks fo