- mhDraws
A list of MCMC draws, where each element is an ordered list or numeric vector representing the output of a single MCMC chain.
- proximityMap
Method (called a proximity-map) for transforming the MCMC draws. Options include 'standard', 'ts', 'lanfear', or a custom function. See details.
- diagnostics
A character vector or list of diagnostic functions to be evaluated. Options include 'traceplot', 'ess', 'psrf', or custom functions. See details.
- distance
Function for evaluating distance between MCMC draws if required by 'method'. This should be a pairwise distance function that operates on elements of the chains from mhDraws. Note that the lanfear and ts proximityMaps ALWAYS require a distance function.
- verbose
If TRUE, informative messages are displayed.
- ...
Arguments passed on to tsTransform
, lanfearTransform
minDist
Numeric. Value which specifies the minimum possible distance for two draws
which are not equal. See tsTransform details.
fuzzy
Logical. If TRUE computes an approximate version of the TS algorithm.
See tsTransform details.
fuzzyDist
Numeric. Parameter for approximate version of ts algorithm. See tsTransform details.
reference
Argument for method = 'lanfear'. Reference point for lanfearTransform (with exact same structure as each MCMC draw)
for draw comparison. If left NULL a random point is selected from the given draws.
See lanfearTransform details.