Hello,

I have a data set has

2001Q1                                 100
2001Q2                                 101
2001Q3                                 120
2001Q4                                 103
...


And would like to convert it to a monthly data. i.e.

200101                                  XXX
200102                                  XXX
200103                                  XXX
200104                                  XXX
200105                                  XXX
200106                                  XXX
200107                                  XXX
200108                                  XXX
200109                                  XXX
200110                                  XXX
200111                                  XXX
200112                                  XXX

I googled for "convert quarterly data to monthly data R" but most search 
results shows how to convert monthly data to quarterly data, not the way I need.

Is there any library or function in R can do that?

Thanks very much!

Cheers,

Rebecca

----------------------------------------------------------------------
This message, and any attachments, is for the intended r...{{dropped:5}}

______________________________________________
R-help@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.

Reply via email to