| .cardinality_result | R Documentation |
Assemble a matching_result from a cardinality report
.cardinality_result(
report,
left,
right,
vars,
left_ids,
right_ids,
distance = "euclidean",
max_std_diff = NULL
)
report |
A |
left, right |
The data frames the match was solved on. |
vars |
The matching variables, for the per-variable difference columns. |
left_ids, right_ids |
The ids the pairs are keyed on. |
distance |
The distance metric the cost matrix was built from. |
max_std_diff |
The standardized-difference bound the call stated. |
A matching_result carrying cardinality, status, info$engine,
and a certificate when the search certified optimality.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.