Hi, I am working with time series data and after conducting the dfuller test, I noticed that some of my variables are non-stationary due to the high p-values.
To make the data stationary, I tried differencing using this formula twice: “gen xdif=x[_n]-x[_n-1]”, however the p-values are still high, just like in the example below, and I am not sure what to do now in order to make my non-stationary data, stationary.
Any help would be greatly appreciated,
Thank you in advance.

To make the data stationary, I tried differencing using this formula twice: “gen xdif=x[_n]-x[_n-1]”, however the p-values are still high, just like in the example below, and I am not sure what to do now in order to make my non-stationary data, stationary.
Any help would be greatly appreciated,
Thank you in advance.
Comment