Skip to content
Back to formatted view

Raw Message

Message-ID: <1262374153503-991925.post@n4.nabble.com>
Date: 2010-01-01T19:29:13Z
From: Megh Dal
Subject: Chainging monthly data to daily data

Hi, I have a zoo object with monthly frequency :

library(zoo)
dat <- zooreg(rnorm(50), as.yearmon("2000-01-01"), frequency=12)

Now I want to make a zoo object with daily frequency from "dat" wherein
value for a each day for a particular month will be value of "dat" at that
particular month.

Is there any easy way to do that?

Thanks,
-- 
View this message in context: http://n4.nabble.com/Chainging-monthly-data-to-daily-data-tp991925p991925.html
Sent from the R help mailing list archive at Nabble.com.