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.
infix with files that do not have suffixesI am trying to read in 1000s of raw data files with the infix command. The files have a numeric name…
New version of factext on SSCThanks as always to Kit Baum, a new version of the factext package is now available for download fro…
Question Stata (Seasonal effects in stock market)Hello Guys Im from Switzerland and have some difficulties using Stata. I hope there are some expert…
Renaming multiple string values of a variableHello all. I have an ICD10 code variable that has about 6000 different values in string format. I al…
Multi level dummy variableHi listers, Yesterday I posted a question but when I re-read it, I found that there was some contex…
Subscribe to:
Post Comments (Atom)
0 Response to dfuller - no observations r(2000) and gaps in time serie.
Post a Comment