View source: R/combine.ptables.R
combine.ptables | R Documentation |
This function is automatically called by some of the plot functions.
combine.ptables(chains, burnin)
chains |
A list of rwty.chain objects. |
burnin |
The number of trees to eliminate as burnin |
ptable A data frame of likelihood values and model parameters for the supplied rwty.chain objects
## Not run:
data(fungus)
combine.ptables(fungus, burnin=20)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.