mcmcSummary {RBaM}R Documentation

mcmcSummary constructor.

Description

Creates a new instance of a 'mcmcSummary' object

Usage

mcmcSummary(
  fname = "Config_Summary.txt",
  result.fname = "Results_Summary.txt",
  DIC.fname = "Results_DIC.txt",
  xtendedMCMC.fname = ""
)

Arguments

fname

Character, configuration file name.

result.fname

Character, summary file name.

DIC.fname

Character, DIC file name. Not computed if empty string.

xtendedMCMC.fname

Character, xtended MCMC file name. Not written if empty string.

Value

An object of class 'mcmcSummary'.

Examples

m <- mcmcSummary()

[Package RBaM version 1.0.1 Index]