runjags2list: Convert runjags posterior to list

View source: R/runjags2list.R

runjags2listR Documentation

Convert runjags posterior to list

Description

Convert runjags posterior to named list of vectors or arrays.

Usage

runjags2list(post, collapse.chains = TRUE)

Arguments

post

list of class 'runjags'. The output from a call to run.jags.

collapse.chains

return array with dimension for each chain?

Note

If collapse.chains = TRUE, the last dimension of arrays will always be samples from the posterior. If collapse.chains = FALSE, the last dimension of arrays will be individual chains, and the one prior to that will be samples from the posterior for each chain.

See Also

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


EricArcher/swfscMisc documentation built on April 12, 2024, 4:21 a.m.