c212.print.summary.stats: Print the Summary Statistics of Posterior Distributions

Description Usage Arguments Value Author(s) Examples

View source: R/c212.summary.stats.R

Description

The function prints the variable names, the mean, the 95 MCMC standard error for the simulated sample.

Usage

1

Arguments

summ

The output from a call to c212.summary.stats.

Value

Nothing

Author(s)

R. Carragher

Examples

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
data(c212.trial.data)
raw = c212.BB(c212.trial.data, burnin = 100, iter = 200)
summ = c212.summary.stats(raw)
c212.print.summary.stats(summ)
## Not run: 
data(c212.trial.data)
raw = c212.BB(c212.trial.data, burnin = 100, iter = 200)
summ = c212.summary.stats(raw)
c212.print.summary.stats(summ)

## End(Not run)

c212 documentation built on Sept. 8, 2020, 5:07 p.m.