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.
data structure transformationHi How can the left structure be transformed into the right one? The 'school' indicates school id.…
Graph and x-axis stataHi everyone, I wanted to know if any of you know if it is possible to detect the precise position a…
Negative predicted values after xtnbreg on nested count dataI am analyzing how many comments a social media picture of a women gets based on how good looking th…
Dividing a column by anotherHello everyone, I use the command below in Stata 17 to calculate the total income and total tax paid…
Converting a code from Stata to RHello guys, I'm new to both Satata and R. I'm trying to do a regression to find the causal effect be…
Subscribe to:
Post Comments (Atom)
0 Response to dfuller - no observations r(2000) and gaps in time serie.
Post a Comment