Hi all,
Upon reviewing some files I noticed an unusual discrepancy which I wonder if anyone might help explain. As always I am happy to provide outputs, but would prefer to do so off of the public forum for data privacy.
This actually follows up a query from 7 January 2026 about how to combined traces.
Context: I inferred divergence dates in MCMCTree (with approximate likelihood). I used three independent runs. I then combined the MCMC traces (.log) across the three runs using LogCombiner from the BEAST package. I summarized trees across runs in MCMCTree using the print = -1 statement in the control file.
Problem: Posterior parameters are slightly different between the combined trace and the combined tree. For example, at a particular node, the trace has a mean age of 54.36 million years, 95%HPD [61.76, 47.59
]. At the same node, the tree has mean 54.32 [62.38, 47.9].
I presume this may be attributable to some difference in how LogCombiner and MCMCTree combine the traces. I am just wondering if anyone might have insight on these differences so they can be avoided in future. Fortunately, the discrepancies almost all fall within rounding error to the nearest million years. . .
Thank you!
-Ziv