View source: R/c212.summary.stats.R
c212.print.summary.stats | R Documentation |
The function prints the variable names, the mean, the 95 MCMC standard error for the simulated sample.
c212.print.summary.stats(summ)
summ |
The output from a call to c212.summary.stats. |
Nothing
R. Carragher
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)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.