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: tsset error codes
From
William Hart <[email protected]>
To
"[email protected]" <[email protected]>
Subject
RE: st: tsset error codes
Date
Thu, 23 Feb 2012 09:39:09 -0600
Unfortunately, that did not work. I should add that each quarter has 3000-7000 observations; there not one row of data per quarter. I don't know if that makes a difference (very new at time series).
Thanks for the suggestion,
Bill
-----Original Message-----
From: [email protected] [mailto:[email protected]] On Behalf Of Maarten Buis
Sent: Thursday, February 23, 2012 9:31 AM
To: [email protected]
Subject: Re: st: tsset error codes
On Thu, Feb 23, 2012 at 4:27 PM, William Hart wrote:
> I am beginning an analysis of some Consumer Expenditure Survey data. I have quarterly data sets from 1996 through 2009. I have a variable called 'timevar' which is a sequential number unique to each quarter. I used the following code in an attempt to tsset the data:
>
> . gen newtime = q(1996q1) + timevar-1
try:
gen double newtime = q(1996q1) + timevar-1
Hope this helps,
Maarten
--------------------------
Maarten L. Buis
Institut fuer Soziologie
Universitaet Tuebingen
Wilhelmstrasse 36
72074 Tuebingen
Germany
http://www.maartenbuis.nl
--------------------------
*
* 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/