View source: R/matching_core.R
| match_couples_from_distance | R Documentation |
Internal function to handle matching when a distance_object is provided
match_couples_from_distance(
dist_obj,
max_distance = Inf,
calipers = NULL,
ignore_blocks = FALSE,
require_full_matching = FALSE,
method = "auto",
return_unmatched = TRUE,
return_diagnostics = FALSE,
check_costs = TRUE
)
A matching_result object with pairs, info, and optional diagnostics.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.