View source: R/matching_messages.R
| diagnose_distance_matrix | R Documentation |
Comprehensive diagnostics for a distance matrix with actionable suggestions.
diagnose_distance_matrix(
cost_matrix,
left = NULL,
right = NULL,
vars = NULL,
warn = TRUE
)
cost_matrix |
Numeric matrix of distances |
left |
Left dataset (for variable checking) |
right |
Right dataset (for variable checking) |
vars |
Variables used for matching |
warn |
If TRUE, issue warnings |
List with diagnostic results and suggestions
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.