CollectChains {EntropyMCMC} | R Documentation |
Collect MCMC chains in a single object
Description
Utility function for the package EntropyMCMC.
Usage
CollectChains(s)
Arguments
s |
An object of class |
Details
Concatenates all simulated copies together in one matrix of dimension (n*nmc,d)
.
Value
Returns a matrix of dimension (n*nmc,d)
.
Author(s)
Didier Chauveau.
[Package EntropyMCMC version 1.0.4 Index]