Skip to content

Instantly share code, notes, and snippets.

@inkhorn
Created April 2, 2012 19:09
Show Gist options
  • Save inkhorn/2286417 to your computer and use it in GitHub Desktop.
Save inkhorn/2286417 to your computer and use it in GitHub Desktop.
Fuzzy Matching Results
Call:
glm(formula = Probable.Match. ~ First.Name.Match + Spouse.First.Name.Match:Spouse.Last.Name.Match +
Parenthetical + Ampersand, family = binomial(logit), data = fuzzy.matching)
Deviance Residuals:
Min 1Q Median 3Q Max
-2.9371 -0.2437 -0.1136 -0.0462 3.3885
Coefficients:
Estimate Std. Error z value Pr(>|z|)
(Intercept) -7.5156 0.3187 -23.579 < 2e-16 ***
First.Name.Match 16.7103 0.8104 20.620 < 2e-16 ***
Parenthetical 3.4699 0.3057 11.351 < 2e-16 ***
Ampersand 2.5669 0.3476 7.384 1.53e-13 ***
Spouse.First.Name.Match:Spouse.Last.Name.Match 13.4399 0.7576 17.740 < 2e-16 ***
---
Signif. codes: 0 '***' 0.001 '**' 0.01 '*' 0.05 '.' 0.1 ' ' 1
(Dispersion parameter for binomial family taken to be 1)
Null deviance: 2855.9 on 3197 degrees of freedom
Residual deviance: 931.5 on 3193 degrees of freedom
AIC: 941.5
Number of Fisher Scoring iterations: 7
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment