mcmc.ReadMCMC: Parse TCSAM02 MCMC.R file

View source: R/mcmc.ReadMCMC.R

mcmc.ReadMCMCR Documentation

Parse TCSAM02 MCMC.R file

Description

Function to parse a TCSAM02 MCMC.R file and return a list of lists of mcmc results.

Usage

mcmc.ReadMCMC(fn, verbose = FALSE)

Arguments

fn
  • the filename of te MCMC.R file to parse

verbose
  • flag to print extra information

Details

Concatenates text lines up to each ";", parses the resulting string and evaluates the expression.

Value

list of individual mcmc results lists


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