makeOptmatch {optmatch} | R Documentation |
(Internal) Create optmatch
objects, the result of matching.
Description
This internal function is used to create the final output of the matching
functions (fullmatch
and pairmatch
). The
optmatch
object descends from a factor
, but contains additional
information relating to the quality of the match.
Usage
makeOptmatch(distance, solutions, call, data = NULL)
Arguments
distance |
A |
solutions |
A list of the results of the matching, one |
call |
The call to |
data |
An object from which |
Value
optmatch
object
See Also
[Package optmatch version 0.10.7 Index]