mcmc.InvertVectorElement: Invert a list of mcmc results for a numeric vector element to...

View source: R/mcmc.InvertListElement.R

mcmc.InvertVectorElementR Documentation

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

Description

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

Usage

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

Arguments

mcmc
  • list of mcmc results

el
  • name of an element that is a numeric vector 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 numeric, and if length(el) is not > 1.

Value

a dataframe


wStockhausen/rTCSAM02 documentation built on April 16, 2024, 6:25 a.m.