Collapses an MCMC object's chains into a single chain.
# S3 method for class 'nlist'
collapse_chains(x, ...)
The modified object with one chain.
As nlist objects can only have 1 chain the object is unchanged.
Other collapse:
collapse_chains.mcmc()
,
collapse_chains.nlists()
collapse_chains(nlist(x = 2))
#> $x
#> [1] 2
#>
#> an nlist object with 1 numeric element