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.
Condition on bysort and count across all observations by groupHello, input hid day_bought min_day str20 product str20 manufacturer hid day_bought min_day produc…
Sum of a variable over all observations except one (loop)Dear all, Let's suppose I have a variable displaying the amount of input in a given industry for ea…
How to create Industry specialist variable based on SIC codeHi all, For my research, I need to know for every company (CIK) in my dataset whether this company …
Which level fixed effect I should choose?region or firm?or both?Dear all Now I proceed a research. The sample data I use is the financial indexes of listed firms, e…
Overlap weightingDear Statalists, I would like to use overlap weighting instead of conventional IPTW because baselin…
Subscribe to:
Post Comments (Atom)
0 Response to dfuller - no observations r(2000) and gaps in time serie.
Post a Comment