[R] Is variable in one vector part of variable in another
darthgervais
darthgervais at yahoo.ca
Sat May 31 14:57:55 CEST 2008
I have 2 vectors x & z
x has 10 variables in it
z has 75 variable in it
I need to check all 75 variables in z and see if they are present in the
vector x.
So far this is what I have:
for (i in 0:75){
if (z[i]==x) (w=w+1)
}
Thanks in advance
w
--
View this message in context: http://www.nabble.com/Is-variable-in-one-vector-part-of-variable-in-another-tp17574954p17574954.html
Sent from the R help mailing list archive at Nabble.com.
More information about the R-help
mailing list