LISTSERV at the University of Georgia
Menubar Imagemap
Home Browse Manage Request Manuals Register
Previous messageNext messagePrevious in topicNext in topicPrevious by same authorNext by same authorPrevious page (April 2007)Back to main SPSSX-L pageJoin or leave SPSSX-L (or change settings)ReplyPost a new messageSearchProportional fontNon-proportional font
Date:         Fri, 27 Apr 2007 09:49:21 -0400
Reply-To:     Gene Maguin <emaguin@buffalo.edu>
Sender:       "SPSSX(r) Discussion" <SPSSX-L@LISTSERV.UGA.EDU>
From:         Gene Maguin <emaguin@buffalo.edu>
Subject:      Re: $casenum for households?
Comments: To: Christian Deindl <deindl@SOZIOLOGIE.UZH.CH>
In-Reply-To:  <4631CAC9.4080306@soziologie.uzh.ch>
Content-Type: text/plain; charset="US-ASCII"

Christian,

Exellant explanation. Thank you.

Compute houseid=1. Do if (sampid eq lag(sampid)). + compute houseid=lag(houseid). Else if (sampid ne lag(sampid)). + compute houseid=lag(houseid)+1. End if.

Gene Maguin


Back to: Top of message | Previous page | Main SPSSX-L page