standardTransform {genMCMCDiag} | R Documentation |
Transforms a list of MCMC chains into a list of dataframes with no modifications to values
Description
Transforms a list of MCMC chains into a list of dataframes with no modifications to values
Usage
standardTransform(mhDraws, ...)
Arguments
mhDraws |
An list of numeric vectors |
... |
Not used. |
Value
A list of data.frames with rows that represent MCMC draws.Each separate data.frame is a different chain. Data.frames have columns 'val' for the numeric draws, and 't' for the draw. Currently, using the standard transformation on anything other than univariate draws is not supported.
[Package genMCMCDiag version 0.2.2 Index]