stan2list: Convert STAN posterior to list
Description
Convert `stan` posterior to named list of vectors or arrays.
Usage
stan2list(x, collapse.chains = TRUE)
Arguments
- x
list of class `stan`. The output from a call to
stan.
- collapse.chains
return array with dimension for each chain?