Displaying 2 results from an estimated 2 matches for "tazd".
Did you mean:
tad
2008 Dec 12
1
Creating a vector
Good day all,
I am having seom trouble building a simple vector. Below my sample code
shows what ime trying to do and i have pointed out where the issue is. What
happens not is that a single "TAZDetermine_FEET" is selected by i need
multiple values, as many as there are "cands". I am thinking that this
should occur within the for loop and add a "TAZDetermine_FEET" to a new
vector ("TAZDs") each time the loop goes round but i cant seem to make it
work using...
2009 Apr 29
2
Re moving unwanted double values in list
...based on specidifed
criteria and for some reason the list contains double values in some of the
rows such as:
TAZs <-
[[84]]
[1] 638
[[85]]
[1] 643
[[86]]
[1] 644 732
[[87]]
[1] 651 801
i would like to check list TAZs for double values and remove any if present.
I have tried
if (length(TAZDs==2))
rm(TAZDs[2])
but no luck. I cant find nor think of another way. Any help would be
helpful. Thanks in advance
--
View this message in context: http://www.nabble.com/Removing-unwanted-double-values-in-list-tp23288507p23288507.html
Sent from the R help mailing list archive at Nabble.com.