Hi guys,

I'm working with daily data and after differencing the data, I get a data set with missing values every 5th value.

I had daily stock price data and my code was:

gen Yt = d.Close_Price

Any guidance would be appreciated.