Learn R Programming

Rsampletrees (version 0.1)

summary.treeoutput: Summary of a tree output object

Description

Summary of a tree output object containing results of a sampletrees run

Usage

"summary"(object, ...)

Arguments

object
An object of class `treeoutput'
...
additional arguments to summary; currently not used

Value

The summary includes the number of MCMC samples, acceptance proportions for each proposal type, and summary statistics (mean, median, interquartile range) for the theta, rho and TreeStats samples.

References

TBD

See Also

print.treeoutput, summary

Examples

Run this code
filename=system.file("Examples/example_g_pars",package="Rsampletrees")

runpars=readArgs(filename, check=FALSE)
runname=paste(system.file(package="Rsampletrees"),runpars$RunName, sep="/")
runpars=changeArgs(runpars, RunName=runname)
results=readOutput(runpars)

summary(results)

Run the code above in your browser using DataLab