unmatched {nullranges} | R Documentation |
Get unmatched set from a Matched object
unmatched(x, ...) ## S4 method for signature 'MDF_OR_MGR_OR_MGI' unmatched(x, ...)
x |
A |
... |
Additional options. |
An object of the same class as x
representing
the unmatched set.
set.seed(123) x <- makeExampleMatchedDataSet(matched = TRUE) unmatched(x)