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: tscollap - converting monthly data to annual averages


From   David Ashcraft <[email protected]>
To   "[email protected]" <[email protected]>
Subject   Re: st: tscollap - converting monthly data to annual averages
Date   Thu, 26 Jul 2012 06:07:00 -0700 (PDT)

I did manage to collapse the data from monthly to annual  but in the process lost individual firms. I have used the following commands

gen dm = mofd(date1)
format dm %ty
collapse rp rm, by(dm)

Lets rephrase my question: I want to collapse the panel data by each individual firms. What is the best procedure for me.
Regards

David


----- Original Message -----
From: David Ashcraft <[email protected]>
To: "[email protected]" <[email protected]>
Cc: 
Sent: Thursday, July 26, 2012 3:48:49 PM
Subject: Re: st: tscollap - converting monthly data to annual averages

I got it done.
Thanks


----- Original Message -----
From: David Ashcraft <[email protected]>
To: "[email protected]" <[email protected]>
Cc: 
Sent: Thursday, July 26, 2012 3:43:09 PM
Subject: st: tscollap - converting monthly data to annual averages

I am trying to convert the monthly return of 29 firms into annual means from Jan2000 to May2012. I have tried to use the tscollap command. I get the following results:

tscollap rp rm, to(y)

Converting from M to Y
 
unknown egen function filter()
r(133);

I just have downloaded the tscollap, It should be most updated. Even if it worked, I don'e know whether tscollap will take care of individual firms identified by id

Alternatively, I can use collapse command, however collaps does not take into consideration the time. I have looked into several posts but could not find a reasonable solution in my particular case.
Any help will be highly appreciated.
Regards


David

*
*   For searches and help try:
*  http://www.stata.com/help.cgi?searchhttp://www.stata.com/support/statalist/faqhttp://www.ats.ucla.edu/stat/stata/


*
*   For searches and help try:
*  http://www.stata.com/help.cgi?searchhttp://www.stata.com/support/statalist/faqhttp://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/


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