makeOptmatch | R Documentation |
optmatch
objects, the result of matching.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.
makeOptmatch(distance, solutions, call, data = NULL)
distance |
A |
solutions |
A list of the results of the matching, one |
call |
The call to |
data |
An object from which |
optmatch
object
summary.optmatch
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.