View source: R/class_mcmcCooking.R
mcmcCooking | R Documentation |
Creates a new instance of a 'mcmcCooking' object
mcmcCooking(
fname = "Config_Cooking.txt",
result.fname = "Results_Cooking.txt",
burn = 0.5,
nSlim = 10
)
fname |
Character, configuration file name. |
result.fname |
Character, result file name. |
burn |
numeric, burn factor, >=0 and <1. 0.4 means the first 40 percent of MCMC samples are discarded). |
nSlim |
Integer, slimming period: 10 means only one MCMC sample every 10 is kept (after burning). |
An object of class 'mcmcCooking'.
m <- mcmcCooking()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.