Imagine that you have one vector like
a <- c(0,0,0,1,1,1)
and then another vector
b <- c(0,1,1)
How would you remove "b"-vector elements from vector "a"?
The output should look like that:
a (0,0,1)
|
Imagine that you have one vector like
and then another vector
How would you remove "b"-vector elements from vector "a"? The output should look like that:
|
||||
| show 1 more comment |
|
Interesting question: a naive approach would be
EDIT: you could change your method of sampling for example
if you want to take a sample of size 3
and in this case |
|||||||
|
|
I originally interpreted like ttmaccer but now that I see your comments there your issue is much simpler. You just want to reduce the number of items in A by the items in B and order is pretty irrelevant.
|
|||||||||
|
b(similar to checksums and Forward Error Correction polynomials) that can be used to sweep thruavery quickly. Unfortunately, my knowledge in that area is quite limited. – Carl Witthoft Jul 9 '12 at 13:26