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]
st: tsset error codes
From
William Hart <[email protected]>
To
"[email protected]" <[email protected]>
Subject
st: tsset error codes
Date
Thu, 23 Feb 2012 09:27:28 -0600
Hello all,
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
r; t=0.03 9:20:36
. format newtime %tq
r; t=0.00 9:21:03
. tsset newtime
repeated time values in sample
r(451); t=0.16 9:21:15
I am not sure what this error code is telling. The listed explanation is:
[P] error . . . . . . . . . . . . . . . . . . . . . . . . Return code 451
invalid values for time variable;
For instance, you specified mytime as a time variable and
mytime contains noninteger values.
Any and every more complete explanation of this error would be gratefully received.
Bill Hart
Rogers State University
[email protected][P] error . . . . . . . . . . . . . . . . . . . . . . . . Return code 451
invalid values for time variable;
For instance, you specified mytime as a time variable and
mytime contains noninteger values.
*
* 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/