View source: R/class_mcmcSummary.R
mcmcSummary | R Documentation |
Creates a new instance of a 'mcmcSummary' object
mcmcSummary(
fname = "Config_Summary.txt",
result.fname = "Results_Summary.txt",
DIC.fname = "Results_DIC.txt",
xtendedMCMC.fname = ""
)
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. |
An object of class 'mcmcSummary'.
m <- mcmcSummary()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.