Learn R Programming

rwty (version 1.0.3)

combine.ptables: 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)

Value

ptable A data frame of likelihood values and model parameters for the supplied rwty.chain objects

Arguments

chains

A list of rwty.chain objects.

burnin

The number of trees to eliminate as burnin

Examples

Run this code
if (FALSE) {
data(fungus)
combine.ptables(fungus, burnin=20)
}

Run the code above in your browser using DataLab