Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Case control Matching for 1:5 in SPSS without Syntax

840 views
Skip to first unread message

kunalsuradkar

unread,
Nov 2, 2015, 8:59:32 PM11/2/15
to
Hello All,
I am trying to perform 1:5 Case control in SPSS using fuzzy, I dont have experience with syntax and would appreciate if anyone can tell me how to do a 1:5 Case control match?
I can perform 1:1 but not 1:5.

Thank you


apwh...@gmail.com

unread,
Nov 3, 2015, 11:09:07 AM11/3/15
to
Here is some hypothetical syntax, you just specify the number of matches on the NEWDEMANDERIDVARS option by specifying more resulting variables.

FUZZY BY=Covar1 Covar2 Covar3 SUPPLIERID=ID NEWDEMANDERIDVARS=Match1 Match2 Match3 Match4 Match5
GROUP=CaseFlag FUZZ=1 2 3 EXACTPRIORITY=FALSE MATCHGROUPVAR=MGroup
/OPTIONS SAMPLEWITHREPLACEMENT=FALSE MINIMIZEMEMORY=TRUE SHUFFLE=TRUE SEED=10.

I have a blog post that goes though an example analysis, https://andrewpwheeler.wordpress.com/2015/05/20/fuzzy-matching-in-spss-using-a-custom-python-function/. It is for a custom match function, but you can skip that part and replace with your own FUZZY command.
0 new messages