Skip to content

Commit

Permalink
iematch : isseu #110 - fix issue
Browse files Browse the repository at this point in the history
This is probably the whole issue, but let's test before labeling it as resolved
  • Loading branch information
kbjarkefur committed Nov 30, 2017
1 parent c96ca90 commit 49260a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ado_files/iematch.ado
Original file line number Diff line number Diff line change
Expand Up @@ -537,7 +537,7 @@
replace `matchIDname' = `prefID' if `matched' == 1 & `grpdummy' == 1

*Remove the best match value in obs that did not have a match within maxdiff()
replace `matchDiffName' == . if `matchResultName' == .d
replace `matchDiffName' = . if `matchResultName' == .d

*Matched observations are give value 1 in result var
replace `matchResultName' = 1 if `matched' == 1 & `matchResultName' != .d
Expand Down

0 comments on commit 49260a8

Please sign in to comment.