method {nullranges} | R Documentation |
Get matching method used for Matched object
method(x, ...) ## S4 method for signature 'Matched' method(x, ...)
x |
Matched object. |
... |
Additional arguments. |
A character describing the matched method
set.seed(123) mdf <- makeExampleMatchedDataSet(matched = TRUE) method(mdf)