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: forming groups by an ordered number
From
Joerg Luedicke <[email protected]>
To
[email protected]
Subject
Re: st: forming groups by an ordered number
Date
Fri, 22 Jun 2012 11:34:04 -0500
Say your variable is called -days-, you could type:
gen week=ceil(days/7)
J.
On Fri, Jun 22, 2012 at 11:10 AM, [email protected]
<[email protected]> wrote:
> Dear all,
>
> I have a sequence of numbers that indicate days prior to a given event: (1, 2, 3, 4, 5... up to 90).
>
>
> Out of this sequence I would like to have a frequency on a weekly basis. I mean that numbers 1,2...7 take the value of 1 (i.e. this is week 1), numbers 8,9,10, 11...14 take the value of 2.
>
> Could one help me with that?
>
>
> Best,
> Rado
>
>
> *
> * 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/