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

Description Usage Arguments Value Examples

View source: R/combine.ptables.R

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)

danlwarren/RWTY documentation built on Sept. 5, 2021, 8:35 p.m.