Learn R Programming

swfscMisc (version 1.6.6)

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?

See Also

aperm to transpose the array if necessary. as.data.frame.table to convert arrays to data.frames.