Gets statistics for LaTeX - formatted table

get.parameter.stat(mcmc.summary, parameter)

Arguments

mcmc.summary

probably produced by summary.mcmc

parameter

name of parameter to extract, as character

Value

table with parameter statistics

Examples

# NOT RUN {
get.parameter.stat(mcmc.summaries[[1]], 'beta.o')
# }