Hello, all my data are for the end of month. But I have one variable where the data is listed mid month instead. 15.xx. I need to format this into end of month data.
So that if I have for example
...
15.05.1990 4
15.06.1990 5
15.07.1990 6
.....
i need to make a new series with estimated data such as this:
31.05.1990 4.5
30.06.1990 ...
30.06.1900 ...
......
I know of the ipolate function, but not how to implement it for this. Or should I use a different function?
Related Posts with Interpolate to end of month instead of mid month data?
Bivariate probit with treatment effectsDear Statalists, I am running my analysis by using a bivariate probit model. I have two dependent va…
Regressions with interaction terms and interacted fixed effectsHi, i've got some questions about how to run a regression with interactions especially how to deal w…
Stop dofile if drop did not make changeDear Statalists, for error-checking in many replace commands, I have found it useful to use the pro…
Value ReplacementDear all, I am quite new with stata, and after a couple of days trying to fix a problem without any…
Origin Dest Airline DataMy airline data looks like this: input str3(origin dest) str41 unique_carrier_name int departures_p…
Subscribe to:
Post Comments (Atom)
0 Response to Interpolate to end of month instead of mid month data?
Post a Comment