epmx.sampler: Edge probabilities matrix from a sampler.

Description Usage Arguments Details Value See Also

View source: R/diagnostics.R

Description

Computes the edge probabilities and return a matrix with these. The format of the matrix is designed for the plotting function splom.epmx.

Usage

1
2
  ## S3 method for class 'sampler'
 epmx(x, verbose = F, ...)

Arguments

x

An MCMC sampler, of class "sampler".

verbose

Should progress be shown? A logical.

...

Further arguments (unused)

Details

For a problem with k nodes, the output will have k^2 columns and nbin rows. Columns are in order 1->1, 1->2, 1->3, ...., 2->1, 2->2 etc

Value

An object of class "epmx", a matrix of the form described above.

See Also

bnpostmcmc.list, epmx, splom.epmx, splom.bnpostmcmc.list


rjbgoudie/structmcmc documentation built on Nov. 3, 2020, 3:41 a.m.