[R] indices of mismatch element in two vector with missing values

baccts baccts at hotmail.com
Tue Jul 28 22:25:32 CEST 2015


How would you return the index where two vectors differs if they may contain
missing (NA) values?
For example:
test1 <- c("1","2",NA);
test2 <- c("1","2","3");
which(test1!=test2) does not return 3!

Thanks in advance.






--
View this message in context: http://r.789695.n4.nabble.com/indices-of-mismatch-element-in-two-vector-with-missing-values-tp4710497.html
Sent from the R help mailing list archive at Nabble.com.



More information about the R-help mailing list