powered by
Field comparisons: 0 disagreement, 2 total agreement.
gammaKpar(matAp, matBp, gender, n.cores)
vector storing the comparison field in data set 1
vector storing the comparison field in data set 2
Whether the matching variable is gender. Will override standard warnings of missingness/nonvariability. Default is FALSE.
Number of cores to parallelize over. Default is NULL.
gammaKpar returns a list with the indices corresponding to each matching pattern, which can be fed directly into tableCounts and matchesLink.
gammaKpar
tableCounts
matchesLink
# NOT RUN { g1 <- gammaKpar(dfA$birthyear, dfB$birthyear) # }
Run the code above in your browser using DataLab