danlwarren / RWTY

R We There Yet?
30 stars 17 forks source link

add mcc tree to output in analyse.rwty() #155

Open roblanf opened 4 years ago

roblanf commented 4 years ago

the global mcc tree can now simply be accessed from:

chains[[1]]$mcc.tree

This will always be the global tree - for one chain or multiple chain objects.

We should also look at putting things on branches. Indeed, I notice that we already calculate ESS values for splits when we report some of the splitfreq plots...