View source: R/obj_to_match.R View source: R/multiObjMatch.R View source: R/dist_funcs.R
obj.to.match | R Documentation |
An internal helper function that transforms the output from the RELAX algorithm to a data structure that is more interpretable for the output of the main matching function
An internal helper function that transforms the output from the RELAX algorithm to a data structure that is more interpretable for the output of the main matching function
obj.to.match(out.elem, already.done = NULL, prev.obj = NULL) obj.to.match(out.elem, already.done = NULL, prev.obj = NULL)
out.elem |
an object from the output of RELAX algorithm |
already.done |
a factor indicating the index of matches already been transformed |
prev.obj |
an object of previously transformed matches |
a named list with elements containing matching information useful for the main matching function
a named list with elements containing matching information useful for the main matching function
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.