Skip to content
Prev 205499 / 398506 Next

Odp: Choose variables according to index

Hi

r-help-bounces at r-project.org napsal dne 06.01.2010 11:19:01:
not
do
Put your var.n to list

lll<- list(var.1, var.2, var.3)

and use list indexing
temp.mat <- lll[[i]]

do stuff with temp.mat
http://www.R-project.org/posting-guide.html