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.
How do I visualize the relationship between a continuous and a ordinal variable?Hi, I would like to create a scatterplot including a linear regression line. The x-axis should be o…
Two sample unpaired ttest with mean difference specifiedI need to run a t-test on a two sample group that is unpaired with unequal variance for a specific m…
Question regarding Wilcoxon signed-rank tests for weighed dataI am using sample weighted data. I want to compare a result before and after an intervention. I woul…
How to estimate EndogenityDear Statalisters, I am new to Stata Forum. I am not much familiar with GMM estimation using xtabond…
Proper titles for outreg2 output tableDear Stata users, I am trying to export summary statistics using outreg2 function with the followin…
Subscribe to:
Post Comments (Atom)
0 Response to dfuller - no observations r(2000) and gaps in time serie.
Post a Comment