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: create a new variable with quarterly average
From
Maarten Buis <[email protected]>
To
[email protected]
Subject
Re: st: create a new variable with quarterly average
Date
Mon, 21 Jan 2013 16:14:53 +0100
gen quarter = qofd(dofm(monthly_var))
see: -help datetime-
-- Maarten
On Mon, Jan 21, 2013 at 4:04 PM, A.Silva-Montes <[email protected]> wrote:
> Dear Marteen,
> Thank you for your reply. However, in order to use that command, I need to create the variable "quarter" using my "month" variable. I know how to do it the long way....but it may be something shorter. Thanks, Andres
> ________________________________________
> From: [email protected] [[email protected]] on behalf of Maarten Buis [[email protected]]
> Sent: 21 January 2013 15:32
> To: [email protected]
> Subject: Re: st: create a new variable with quarterly average
>
> bys quarter : egen m = mean(var)
>
> Hope this helps,
> Maarten
>
> On Mon, Jan 21, 2013 at 3:11 PM, A.Silva-Montes <[email protected]> wrote:
>> Dear Statausers,
>>
>> I have monthly expenditure data (I already declared the time series dataset) and I want to create a new variable with the expenditure average by quarter and keep having monthly data (I mean I do not want to "collapse" the dataset). I can do it the long way....can someone help me with a shortcut (any specific stata command)?
>>
>> Thanks, Andres
>> -- Kentforlife.net - the email service for alumni of the University of Kent
>>
>>
>> *
>> * 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/
>
>
>
> --
> ---------------------------------
> Maarten L. Buis
> WZB
> Reichpietschufer 50
> 10785 Berlin
> Germany
>
> http://www.maartenbuis.nl
> ---------------------------------
>
> *
> * 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/
>
> -- Kentforlife.net - the email service for alumni of the University of Kent
>
>
> *
> * 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/
--
---------------------------------
Maarten L. Buis
WZB
Reichpietschufer 50
10785 Berlin
Germany
http://www.maartenbuis.nl
---------------------------------
*
* 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/