Displaying 1 result from an estimated 1 matches for "tp26359843p26359843".
2009 Nov 15
1
where is a value in my list
...i in 1:3)
{
for (j in 1:length(lista[[i]])){
if ((lista[[i]][j])==5 k[i]= [i])
}
}
This loop is wrong but I would like to get in my vector k sth like this:
k = lista[[1]][1], lista[[2]][1] ...or sth similar
--
View this message in context: http://old.nabble.com/where-is-a-value-in-my-list-tp26359843p26359843.html
Sent from the R help mailing list archive at Nabble.com.