Statalist The Stata Listserver


[Date Prev][Date Next][Thread Prev][Thread Next][Date index][Thread index]

Re: st: Combining forvalues and by - simple programming question that somehow eludes me


From   Maarten buis <[email protected]>
To   [email protected]
Subject   Re: st: Combining forvalues and by - simple programming question that somehow eludes me
Date   Sun, 17 Jun 2007 17:14:41 +0100 (BST)

--- Pierre Azoulay <[email protected]> wrote:
> I am trying to calculate the so-called h index for a large number of
> scientists. The h index of a scientist and the highest integer h such
> that the scientist has h papers cited at least h times.

sort scientist_id
by scientist_id: egen hcites = max(nbcites)
by scientist_id: gen harticles = _N
gen h = max(h_cites, h_articles)

Hope this helps,
Maarten


-----------------------------------------
Maarten L. Buis
Department of Social Research Methodology
Vrije Universiteit Amsterdam
Boelelaan 1081
1081 HV Amsterdam
The Netherlands

visiting address:
Buitenveldertselaan 3 (Metropolitan), room Z434

+31 20 5986715

http://home.fsw.vu.nl/m.buis/
-----------------------------------------


      ___________________________________________________________ 
Yahoo! Mail is the world's favourite email. Don't settle for less, sign up for
your free account today http://uk.rd.yahoo.com/evt=44106/*http://uk.docs.yahoo.com/mail/winter07.html 
*
*   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