as.mcmc.list.tidy_flows: Convert a tidy_flows
object to an mcmc.list
Description
Convert a tidy_flows
object to an mcmc.list
Usage
# S3 method for tidy_flows
as.mcmc.list(x, ...)
Value
A mcmc.list
object, with ordered iterations.
Arguments
- x
A tidy flow object, as returned by tidy_flows
. Note
that all chains must have the same iterations extracted (i.e. you must
use n_per_chain
when calling tidy_flows
).
- ...
Not used for now.