bhpm.print.summary.stats {bhpm}R Documentation

Print the Summary Statistics of Posterior Distributions

Description

The function prints the variable names, the mean, the HPI interval, the standard distribtion and the MCMC standard error for the simulated sample.

Usage

	bhpm.print.summary.stats(summ)

Arguments

summ

The output from a call to bhpm.summary.stats

Value

Nothing

Author(s)

R. Carragher

Examples

data(bhpm.cluster.data1)
data <- subset(bhpm.cluster.data1, Cluster == '0.0-180.0')
raw = bhpm.npm(data, burnin = 100, iter = 200)
summ = bhpm.summary.stats(raw)
bhpm.print.summary.stats(summ)


data(bhpm.cluster.data1)
raw = bhpm.npm(bhpm.cluster.data1)
summ = bhpm.summary.stats(raw)
bhpm.print.summary.stats(summ)


[Package bhpm version 1.7 Index]