validDistanceSpecification {optmatch} | R Documentation |
(Internal) Validate that objects are valid distance specifications.
Description
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.
Usage
validDistanceSpecification(distance, stopOnProblem = TRUE)
Arguments
distance |
The object to test. |
stopOnProblem |
If |
Value
logical
[Package optmatch version 0.10.8 Index]