combine.ptables {rwty} | R Documentation |
Function for merging p tables for multiple MCMC chains
Description
This function is automatically called by some of the plot functions.
Usage
combine.ptables(chains, burnin)
Arguments
chains |
A list of rwty.chain objects. |
burnin |
The number of trees to eliminate as burnin |
Value
ptable A data frame of likelihood values and model parameters for the supplied rwty.chain objects
Examples
## Not run:
data(fungus)
combine.ptables(fungus, burnin=20)
## End(Not run)
[Package rwty version 1.0.2 Index]