[R] Gaps on merging xts objects

Joshua Ulrich josh.m.ulrich at gmail.com
Mon Jun 11 14:54:42 CEST 2012


Eric,

I'd be happy to help.  Please follow the posting guide (specifically
the "Surprising behavior and bugs" section) and provide a *minimal*,
reproducible example and the output from sessionInfo().
http://www.r-project.org/posting-guide.html

Best,
--
Joshua Ulrich  |  FOSS Trading: www.fosstrading.com


On Sun, Jun 10, 2012 at 3:19 PM, eric <ericstrom at aol.com> wrote:
> An update ...
>
> I did a bit more search on the internet and got some ideas
>
> i set the start month for the series to the same date.  That didn't help.
> Then I tried
>
> .index(x2)==.index(msci.m)
> FALSE
>
> i was able to fix the problem with :
> index(x2) <- as.Date(index(x2))
> index(msci.m) <- as.Date(index(msci.m))
>
> Now the xts objects merged just fine. But I'm not exactly sure what the root
> cause was or why this fix worked
>
> One other part of this is the x2 data started as weekly and the msci data
> started as daily. Both were converted to monthly data with to.monthly. I
> suspect that has something to do with it but I don't understand.
>
> Any words of wisdom in gaining a better understanding would be appreciated
>
>
> --
> View this message in context: http://r.789695.n4.nabble.com/Gaps-on-merging-xts-objects-tp4632941p4632950.html
> Sent from the R help mailing list archive at Nabble.com.
>
> ______________________________________________
> R-help at 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.



More information about the R-help mailing list