- patterns
table that holds the counts for each unique agreement
pattern. This object is produced by the function: tableCounts.
- nobs.a
Number of observations in dataset A
- nobs.b
Number of observations in dataset B
- p.m
probability of finding a match. Default is 0.1
- iter.max
Max number of iterations. Default is 5000
- tol
Convergence tolerance. Default is 1e-05
- p.gamma.k.m
probability that conditional of being in the matched set we observed a specific agreement value for field k.
- p.gamma.k.u
probability that conditional of being in the non-matched set we observed a specific agreement value for field k.
- prior.lambda
The prior probability of finding a match, derived from auxiliary data.
- w.lambda
How much weight to give the prior on lambda versus the data. Must range between 0 (no weight on prior) and 1 (weight fully on prior)
- prior.pi
The prior probability of the address field not matching, conditional on being in the matched set. To be used when the
share of movers in the population is known with some certainty.
- w.pi
How much weight to give the prior on pi versus the data. Must range between 0 (no weight on prior) and 1 (weight fully on prior)
- address.field
Boolean indicators for whether a given field is an address field. Default is NULL (FALSE for all fields).
Address fields should be set to TRUE while non-address fields are set to FALSE if provided.
- gender.field
Boolean indicators for whether a given field is for gender. If so, exact match is conducted on gender.
Default is NULL (FALSE for all fields). The one gender field should be set to TRUE while all other fields are set to FALSE if provided.
- varnames
The vector of variable names used for matching. Automatically provided if using fastLink()
wrapper. Used for
clean visualization of EM results in summary functions.