Dear all,
I am experiencing some trouble in the last steps of dealing with my time series dataset. I had to collapse my dataset from monthly to quarterly observations. For this I had to use the "collapse" command. I cannot use the "tscollap" command for reasons that I am happy to explain but I think this would just go offtopic a bit.
After collapsing the data should be quarterly data containing the information:
31.03.1970
30.06.1970
30.09.1970
31.12.1970
etc.
However, once I format the data, Stata sets it as.
01.01.1970
01.04.1970
01.07.1970
01.10.1970
etc.
It does not change the calculations but for the output file I would need to change this back somehow.
I could not find anything helpful so far any advice on how to do this would be very much appreciated.
Thank you very much in advance!
Best
Hans
I am experiencing some trouble in the last steps of dealing with my time series dataset. I had to collapse my dataset from monthly to quarterly observations. For this I had to use the "collapse" command. I cannot use the "tscollap" command for reasons that I am happy to explain but I think this would just go offtopic a bit.
After collapsing the data should be quarterly data containing the information:
31.03.1970
30.06.1970
30.09.1970
31.12.1970
etc.
However, once I format the data, Stata sets it as.
01.01.1970
01.04.1970
01.07.1970
01.10.1970
etc.
It does not change the calculations but for the output file I would need to change this back somehow.
I could not find anything helpful so far any advice on how to do this would be very much appreciated.
Thank you very much in advance!
Best
Hans
Comment