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: AW: st: a specific data management question


From   "Lachenbruch, Peter" <[email protected]>
To   "[email protected]" <[email protected]>
Subject   RE: AW: st: a specific data management question
Date   Wed, 11 Aug 2010 08:19:30 -0700

What does this do to the tab=3 observation?  Do you want that to be part of the total?  In that case you would want 
egen tagb1=total(tag>=0), by(firm)

________________________________________
From: [email protected] [[email protected]] On Behalf Of Grace Jessie [[email protected]]
Sent: Wednesday, August 11, 2010 3:42 AM
To: [email protected]
Subject: RE: AW: st: a specific data management question

egen tag1 = total(tag==1), by(firm)

It is exactly what I want!
Thank you for all replies.

Grace

----------------------------------------
> From: [email protected]
> To: [email protected]
> Subject: AW: st: a specific data management question
> Date: Wed, 11 Aug 2010 09:13:24 +0200
>
>
> <>
>
> I think this code comes closer to Grace`s wishes, as the maximum was not
> really requested, but a count:
>
> *************
> clear
> input firm tag
> 1 0
> 1 0
> 1 1
> 1 1
> 1 3
> 2 0
> 2 1
> 2 2
> 2 3
> 3 0
> 3 0
> end
>
> egen tag1 = total(tag==1), by(firm)
>
> l, sepby(firm) noo
> *************
>
>
> As always, http://www.stata-journal.com/sjpdf.html?articlenum=pr0004 is the
> best source...
>
>
> HTH
> Martin
>
> -----Ursprüngliche Nachricht-----
> Von: [email protected]
> [mailto:[email protected]] Im Auftrag von Michael N.
> Mitchell
> Gesendet: Mittwoch, 11. August 2010 06:27
> An: [email protected]
> Betreff: Re: st: a specific data management question
>
> How about this...
>
> clear
> input firm tag
> 1 0
> 1 0
> 1 1
> 1 1
> 1 3
> 2 0
> 2 1
> 2 2
> 2 3
> 3 0
> 3 0
> end
> egen tag1 = max(tag==1), by(firm)
>
> However, note that this gives a value of 0 if all values of tag are . for a
> given firm.
>
> Hope this helps,
>
> Michael N. Mitchell
> Data Management Using Stata - http://www.stata.com/bookstore/dmus.html
> A Visual Guide to Stata Graphics - http://www.stata.com/bookstore/vgsg.html
> Stata tidbit of the week - http://www.MichaelNormanMitchell.com
>
>
>
> On 2010-08-10 8.50 PM, Grace Jessie wrote:
> > firm tag
> > 1 0
> > 1 0
> > 1 1
> > 1 1
> > 1 3
> > 2 0
> > 2 1
> > 2 2
> > 2 3
> > 3 0
> > 3 0
> *
> * 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/
>
>
> *
> * 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/
*
*   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/
*
*   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