obj.to.match: An internal helper function that transforms the output from...

View source: R/obj_to_match.R View source: R/multiObjMatch.R View source: R/dist_funcs.R

obj.to.matchR 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

Description

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

Usage

obj.to.match(out.elem, already.done = NULL, prev.obj = NULL)

obj.to.match(out.elem, already.done = NULL, prev.obj = NULL)

Arguments

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

Value

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


ShichaoHan/MultiObjMatch documentation built on May 3, 2022, 7:24 p.m.