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