View source: R/matching_messages.R
| check_cost_distribution | R Documentation |
Examines the distance matrix for common issues and provides helpful warnings.
check_cost_distribution(cost_matrix, threshold_zero = 1e-10, warn = TRUE)
cost_matrix |
Numeric matrix of distances |
threshold_zero |
Threshold for considering distance "zero" (default: 1e-10) |
warn |
If TRUE, issue warnings for problems found |
List with diagnostic information
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.