Statalist


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

st: loop question


From   Sandu Cojocaru <[email protected]>
To   [email protected]
Subject   st: loop question
Date   Mon, 2 Nov 2009 15:34:30 -0400

Dear All:

I'm having trouble generating a variable that for each member i equals
sum(Cj-Ci) over all Cj>Ci where i and j are members of the same group.
Here's an example of the data setup - I'm trying to calculate
`outcome_var'.
For row 1 outcome_var=0, for row 3 = (200-100)+(300-100) = 300...and so on...

group_id       member_id       C           outcome_var
1                  1                     300        0
1                  2                     200        100
1                  3                     100        300
2                  1                     150        50
2                  2                     200        0
2                  3                     100        150
2                  4                     50          300
3                  1 and so on...

Any help would be greatly appreciated!
sandu
*
*   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–2024 StataCorp LLC   |   Terms of use   |   Privacy   |   Contact us   |   What's new   |   Site index