View source: R/zzzDistanceSpecification.R
validDistanceSpecification | R Documentation |
The functions fullmatch
and pairmatch
create optimal matches of treated and control units given a
matrix (or similar representation) of distances between treated and
control units. These distance specifications must implement certain
generic functions. This function checks that all necessary methods
exist and the object can be used to specify distances in a way that
the matching functions can use.
validDistanceSpecification(distance, stopOnProblem = TRUE)
distance |
The object to test. |
stopOnProblem |
If |
logical
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.