Learn R Programming

c212 (version 0.98)

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

Description

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

Usage

c212.print.summary.stats(summ)

Arguments

summ

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

Value

Nothing

Examples

Run this code
# 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)
# }
# 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)
# }

Run the code above in your browser using DataLab