Learn R Programming

genMCMCDiag (version 0.2.3)

standardTransform: 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, ...)

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.

Arguments

mhDraws

An list of numeric vectors

...

Not used.