Hi all,
I'm getting the error above, no observations r(2000) for the ADF test.
Maybe it is because I'm using hourly data, but haven't tsset it the right way?
I have data like this: 01jan2016 00:00:00 and the next being 01jan2016 01:00:00.
Furthermore, where can I see which data im missing?
I use the following commands:
gen double Dato_1 = clock(dato, "DMY hm")
format *1 %23.0f
format *1 %tc
tsset Dato_1
tsset
tsline spanien
dfuller spanien, regress lags(1) trend
Output for tsset:
time variable: Dato_1, 01jan2016 00:00:00 to 03dec2020 17:00:00
but with gaps
delta: .001 seconds
Hope it makes sense, thanks in advance.
Kind regards Christian
Related Posts with dfuller - no observations r(2000) and gaps in time serie.
Clustering Standard ErrorI am working on finding the relationship between FDI inflow and military expenditure. I have panel d…
Adding a non-standard row to a summary tableHi there! I'm new to STATA and trying to create a table similar to the below. Specifically, I'm loo…
Counting the number of values (that are not missing values)Hello! I want to make a variable based on other variables. The value of the variable would be the n…
Loop to change MDE and N in pcpanel commandHi. I'm using the pc_simulate command to find a sample size that will give me a power of 80%. I want…
Nested or Non nested?I have the following two models. I want to know whether these two models can be considered nested or…
Subscribe to:
Post Comments (Atom)
0 Response to dfuller - no observations r(2000) and gaps in time serie.
Post a Comment