Hi, I am new to use R, but can anyone tell me how to tranform quarterly data to monthly data? I know SAS has this procedure, so may I assume it is also available in R? Thanks a lot! Ed
Convert quarterly data to monthly data
2 messages · Haibo Huang, Spencer Graves
2 days later
Have you considered aggregate in library(zoo)? If you are not
familiar with "zoo", I suggest you install it, then run
'vignette("zoo")' and 'edit(vignette("zoo"))' [NOTE: If you use Emacs,
'edit(vignette(...))' won't work. There is something that will, but I
don't remember what it is. If you need it, please PLEASE do read the
posting guide! http://www.R-project.org/posting-guide.html and try this
list again.]
spencer graves
Haibo Huang wrote:
Hi, I am new to use R, but can anyone tell me how to tranform quarterly data to monthly data? I know SAS has this procedure, so may I assume it is also available in R? Thanks a lot! Ed
______________________________________________ R-help at stat.math.ethz.ch mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide! http://www.R-project.org/posting-guide.html
Spencer Graves, PhD Senior Development Engineer PDF Solutions, Inc. 333 West San Carlos Street Suite 700 San Jose, CA 95110, USA spencer.graves at pdf.com www.pdf.com <http://www.pdf.com> Tel: 408-938-4420 Fax: 408-280-7915