| 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 |
include_times |
if |
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
[Package compareMCMCs version 0.5.0 Index]