monthly frequency data manipulation code
Posted: Wed Aug 02, 2017 6:17 pm
Hi,
I need to be able to write a piece of code to transform series x (in monthly frequency) and create a series that is x/(days in period), over the span of several years.
So for instance:
Frequency is monthly
smpl 1997 2040
J: x/31
F: x/28
M: x/31
so on and so forth, for all monthly data points throughout the sample.
Can anyone be of assistance?
Please let me know if this question is clear, or if I need to be more specific/clear.
Thanks!
Bob
I need to be able to write a piece of code to transform series x (in monthly frequency) and create a series that is x/(days in period), over the span of several years.
So for instance:
Frequency is monthly
smpl 1997 2040
J: x/31
F: x/28
M: x/31
so on and so forth, for all monthly data points throughout the sample.
Can anyone be of assistance?
Please let me know if this question is clear, or if I need to be more specific/clear.
Thanks!
Bob