Bookmark and Share

Notice: On April 23, 2014, Statalist moved from an email list to a forum, based at statalist.org.


[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: st: Creating household id for groups of persons


From   Nick Cox <[email protected]>
To   [email protected]
Subject   Re: st: Creating household id for groups of persons
Date   Wed, 6 Jul 2011 08:47:16 +0100

If I understand this correctly, -contract- is already such an
identifier. You can use

egen group = group(contract)

to get a tidy equivalent with values 1 up.

Nick

On Wed, Jul 6, 2011 at 8:23 AM, Hans Meier <[email protected]> wrote:

> I'm trying to create an id-variable for groups of persons.
>
> My data looks like this:
>
>
> contract |    id
> ___________
> 123        |   1
> 123        |   2
> 123        |   3
> 456        |   4
> 456        |   5
> 678        |   1
>
> There are different insurance-contracts, and many people (id's) can be part of one contract.
>
> Now I need a household id, which groups the people who have contracts together, like this:
>
>
> contract |    id       |  household_id
> ___________________________
> 123        |   1        |   1
> 123        |   2        |   1
> 123        |   3        |   1
> 456        |   4        |   2
> 456        |   5        |   2
> 678        |   1        |   1
>
> The problem is, as you can see in my example, that its's not always the same people having contracts together, like id "1" has the contract "678" alone, but he belongs to household_id "1".
>
> How can I create this household id?

*
*   For searches and help try:
*   http://www.stata.com/help.cgi?search
*   http://www.stata.com/support/statalist/faq
*   http://www.ats.ucla.edu/stat/stata/


© Copyright 1996–2018 StataCorp LLC   |   Terms of use   |   Privacy   |   Contact us   |   Site index