Get the posterior probability of a match for each matched pair of observations
getPosterior(matchesA, matchesB, EM, patterns)
getPosterior
returns the posterior probability of a match for each matched pair of observations
in matchesA and matchesB
A dataframe of the matched observations in dataset A, with all variables used to inform the match.
A dataframe of the matched observations in dataset B, with all variables used to inform the match.
The EM object from emlinkMARmov()
The output from getPatterns()
.
Ben Fifield <benfifield@gmail.com>