From | "Michael Blasnik" <[email protected]> |
To | <[email protected]> |
Subject | Re: st: Question on data manipulation |
Date | Fri, 21 Oct 2005 08:35:44 -0400 |
On Friday 21 October 2005 11:48, Andre pierre wrote:I have a question, for which the answer might be simple, but I did not find
it yet.
I am working on a datset that contains information on innovating firms. My
question might be more understandable with the following example:
Firm 1 has 3 innovations (A, B and C). A and B have one caracteristic in
common (x); B and C have another caracteristic in common (g), while
Innovation D does not have the same caracteristic as any of the other
innovations.
I would like to create a dummy that takes the value one if an invention by
a given firm has at least one caracteristic in common with one of the other
innovations by the the same firm. My question is how can I get this dummy?
<snip>
. by firm (charateristic): gen dummy = _N > 0
. by firm innovation (dummy): replace dummy = dummy[_N]
--
[email protected]
+49 (0)30 25491-361
*
* For searches and help try:
* http://www.stata.com/support/faqs/res/findit.html
* http://www.stata.com/support/statalist/faq
* http://www.ats.ucla.edu/stat/stata/
* * For searches and help try: * http://www.stata.com/support/faqs/res/findit.html * 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 |