c212.print.summary.stats {c212} | 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
## Not run: summ = c212.summary.stats(rm) c212.print.summary.stats(summ) ## End(Not run)