powered by
Field comparisons: 0 disagreement, 2 total agreement.
gammaKpar(matAp, matBp, gender, n.cores)
gammaKpar returns a list with the indices corresponding to each matching pattern, which can be fed directly into tableCounts and matchesLink.
gammaKpar
tableCounts
matchesLink
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.
Ted Enamorado <ted.enamorado@gmail.com>, Ben Fifield <benfifield@gmail.com>, and Kosuke Imai
if (FALSE) { g1 <- gammaKpar(dfA$birthyear, dfB$birthyear) }
Run the code above in your browser using DataLab