|
From: | Alan Mead |
Subject: | Re: find duplicate in dataset |
Date: | Mon, 25 Feb 2019 08:20:43 -0600 |
User-agent: | Mozilla/5.0 (Windows NT 6.1; WOW64; rv:60.0) Gecko/20100101 Thunderbird/60.5.0 |
I would construct a new variable with values A1, A2, A2, B1, etc.
but you could do something like this (from memory/untested): sort cases by var 1 var2. compute dup=0. execute. if( lag(var1)=var1 and lag(var2)=var2) dup = lag(dup)+1. execute. Sometimes lag() surprises me, but I think the above should work. -Alan On 2/25/2019 4:56 AM, Matteo Ga wrote:
-- Alan D. Mead, Ph.D. President, Talent Algorithms Inc. science + technology = better workers http://www.alanmead.org "You're an interesting species. An interesting mix. You're capable of such beautiful dreams, and such horrible nightmares. You feel so lost, so cut off, so alone, only you're not. See, in all our searching, the only thing we've found that makes the emptiness bearable, is each other." -- Carl Sagan, Contact |
[Prev in Thread] | Current Thread | [Next in Thread] |