mcmc.InvertArrayElement: Invert a list of mcmc results for a numeric array element to...

View source: R/mcmc.InvertListElement.R

mcmc.InvertArrayElementR Documentation

Invert a list of mcmc results for a numeric array element to a dataframe

Description

Function to invert a list of mcmc results for a numeric array element to a dataframe.

Usage

mcmc.InvertArrayElement(mcmc, el, verbose = FALSE)

Arguments

mcmc
  • list of mcmc results

el
  • name of an element that is a numeric array with length >1 to extract, as character string

verbose
  • flag (T/F) to print diagositc info

Details

Throws an error if "el" is not an element of the mcmc results list, if el is not an array, and if length(el) is not > 1.

Value

a dataframe


wStockhausen/rTCSAM02 documentation built on Sept. 27, 2024, 6:52 a.m.