combineMetrics {compareMCMCs}R Documentation

Combine all metrics from a list of MCMCresult objects.

Description

This is useful for seeing results from multiple MCMC engines compactly.

Usage

combineMetrics(results, include_times = FALSE)

Arguments

results

a list of MCMCresult objects

include_times

if TRUE, attempt to include timing elements in the combination.

Value

A list with elements byParameter and byMCMC. Each element combines the corresponding elements for each MCMCresult object in the results argument.

if include_times is TRUE, an element times will also be in the returned list.

See Also

modifyMetrics


[Package compareMCMCs version 0.5.0 Index]