Re: [R] how apply.monthly() in package xts works

2017-05-03 Thread Joshua Ulrich
On Thu, Mar 9, 2017 at 9:03 PM, Joshua Ulrich wrote: > On Thu, Mar 9, 2017 at 3:46 PM, Joshua Ulrich wrote: >> On Thu, Mar 9, 2017 at 3:31 PM, Waichler, Scott R >> wrote: >>> Hi, >>> >>> I found that apply.monthly() in xts does not work as I expected in the case >>> of a sparse timeseries: >>>

Re: [R] how apply.monthly() in package xts works

2017-03-09 Thread Joshua Ulrich
On Thu, Mar 9, 2017 at 3:46 PM, Joshua Ulrich wrote: > On Thu, Mar 9, 2017 at 3:31 PM, Waichler, Scott R > wrote: >> Hi, >> >> I found that apply.monthly() in xts does not work as I expected in the case >> of a sparse timeseries: >> >> my.dates <- as.Date(c("1992-06-01", "1992-06-24", "1992-06-3

Re: [R] how apply.monthly() in package xts works

2017-03-09 Thread Joshua Ulrich
On Thu, Mar 9, 2017 at 3:31 PM, Waichler, Scott R wrote: > Hi, > > I found that apply.monthly() in xts does not work as I expected in the case > of a sparse timeseries: > > my.dates <- as.Date(c("1992-06-01", "1992-06-24", "1992-06-30", "1993-06-22", > "1994-06-07", "1995-06-08")) > my.xts <- xt