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]

st: RE: ERROR: sample may not include multiple panels


From   "Nick Cox" <[email protected]>
To   <[email protected]>
Subject   st: RE: ERROR: sample may not include multiple panels
Date   Fri, 6 Aug 2010 15:18:41 +0100

To Stata, a panel is an identifier variable which, together with a time
variable, defines a panel dataset. Thus to Stata your variable -model-
defines panels: as far as it is concerned you said so yourself. 

Nick 
[email protected] 

Hobst

i defined my paneldata using the following code

encode model, gen(numeric_model)
 
gen datevar=monthly(month,"M20Y") 
format datevar %tm

sort numeric_model datevar
xtset numeric_model datevar

Now, if i want to make tests such as xcorr, as or dfuller i get the
following error message:

"sample may not include multiple panels"

Has anybody got an idea why i get this error? Where does stata see the
"multiple panels"?


*
*   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