combine.ptables: Function for merging p tables for multiple MCMC chains

Description Usage Arguments Value Examples

Description

This function is automatically called by some of the plot functions.

Usage

1
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

1
2
3
4
5
## Not run: 
data(fungus)
combine.ptables(fungus, burnin=20)

## End(Not run)

rwty documentation built on May 2, 2019, 4 p.m.