Transforms a list of MCMC chains into a list of dataframes with no modifications to values
standardTransform(mhDraws, ...)
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.
An list of numeric vectors
Not used.