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: How to generate variables by period


From   Xixi Lin <[email protected]>
To   [email protected]
Subject   Re: st: How to generate variables by period
Date   Mon, 11 Feb 2013 14:35:50 -0500

Wow!

Thank you so much!

Best,
Xixi Lin

On Mon, Feb 11, 2013 at 2:25 PM, Nick Cox <[email protected]> wrote:
> No loop needed.
>
> bysort period : gen bench = 4/_N
>
> On Mon, Feb 11, 2013 at 7:18 PM, Xixi Lin <[email protected]> wrote:
>
>> I want to generate a benchmark, which equals 4/n, while n is the
>> number of observations and changes for each period out of 120 periods.
>> For example,
>> period 1: n=2000, benchmark=4/2000
>> period 2: n=3000, benchmark=4/3000
>> ......
>> period 120: n=1800, benchmark=4/1800
>>
>> How can I generate this benchmark more efficiently, for instance, write a loop?
> *
> *   For searches and help try:
> *   http://www.stata.com/help.cgi?search
> *   http://www.stata.com/support/faqs/resources/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/faqs/resources/statalist-faq/
*   http://www.ats.ucla.edu/stat/stata/


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