Last data update: 2014.03.03

R: MCMC diagnostics
mcmc.diagnosticsR Documentation

MCMC diagnostics

Description

The function mcmc.diagnostics helps assess the convergence of the Markov chain generated by function hergm.

Usage


mcmc.diagnostics(sample = NULL,
          ...)

Arguments

sample

MCMC sample generated by function hergm.

...

additional arguments, to be passed to lower-level functions in the future.

Value

alpha

MCMC diagnostics for the concentration parameter of truncated Dirichlet process prior of parameters of hergm-terms.

eta_mean

MCMC diagnostics for the mean parameters of Gaussian base distribution of parameters of hergm-terms.

eta_precision

MCMC diagnostics for the precision parameters of Gaussian base distribution of parameters of hergm-terms.

hergm_theta

MCMC diagnostics for the parameters of hergm-terms.

See Also

hergm

Examples

## Not run: 
data(example)

sample <- hergm(d ~ edges_ij + triangle_ijk)

mcmc.diagnostics.hergm(sample)

## End(Not run)

Results