Get matching method used for Matched object

method(x, ...)

# S4 method for Matched
method(x, ...)

Arguments

x

Matched object.

...

Additional arguments.

Value

A character describing the matched method

Examples

set.seed(123)
mdf <- makeExampleMatchedDataSet(matched = TRUE)
method(mdf)
#> [1] "rejection"