c212.print.summary.stats {c212} | R Documentation |
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
Author(s)
R. Carragher
Examples
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)
[Package c212 version 0.98 Index]