table.mcmc: function to export posterior summaries from an mcmc object to...

Description Usage Arguments Author(s)

Description

function to export posterior summaries from an mcmc object to a table

Usage

1
2
## S3 method for class 'mcmc'
table(MCMC, file = NULL, type = "csv", a = 0.05)

Arguments

MCMC

An mcmc object with columns referencing different parameter types (column names are used for plotting labels)

file

A file name to ouput to (including path); if null (default), outputs to screen

type

What type of table to produce (either "csv" or "tex")

a

Value to use for credible intervals. For example, alpha=0.05 results in 95% credible intervals

Author(s)

Paul B. Conn


hierarchicalDS documentation built on July 3, 2019, 1:07 a.m.