getPosterior | R Documentation |
Get the posterior probability of a match for each matched pair of observations
getPosterior(matchesA, matchesB, EM, patterns)
matchesA |
A dataframe of the matched observations in dataset A, with all variables used to inform the match. |
matchesB |
A dataframe of the matched observations in dataset B, with all variables used to inform the match. |
EM |
The EM object from |
patterns |
The output from |
getPosterior
returns the posterior probability of a match for each matched pair of observations
in matchesA and matchesB
Ben Fifield <benfifield@gmail.com>
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.