mcmcCooking: mcmcCooking constructor.
Description
Creates a new instance of a 'mcmcCooking' object
Usage
mcmcCooking(
fname = "Config_Cooking.txt",
result.fname = "Results_Cooking.txt",
burn = 0.5,
nSlim = 10
)
Value
An object of class 'mcmcCooking'.
Arguments
- 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).