I am using Eviews 8. I am trying to test my panel data for stationnarity. However, I m having trouble to apply the same approach as for time series.
I explain : usually, for a time series Y, I choose to use a given test (let say PP) . I first test the specification with trend + intercept, if the T-stat associated to the trend is above the corresponding Dickey Fuller (1981) value (approximately 2.78) then I finish the stationanrity test here and conclude. If the trend is not significant, I re-apply the test on the specification with only the intercept. If the T-stat associated to the interecept is above the Dickey Fuller value (approximately 2.52) I conclude, otherwise I perform the last specification of the unit root test : with no contant and no trend.
When I tried to apply the same method to Panel Data I could not find information about the significativty of the trend nor the constant. The problem is that depending on the specification I run (trend + interecept, only intercept) the test conclusions are contradictory.
Basically, I want to obtain the following for a panel data workfile ( N=3139, T=14) in order to get the T-stat: I thought I could just run OLS such as
Code: Select all
LS D(DAX) C DAX(-1) @TREND("1998m01")However since my panel data is unbalanced I m not sure the trend specification would be adequate. What do you thnik?
Thanks in advance
