powered by
The information on the number of burn-in draws and monitored draws is specified. Furthermore, it includes the information which variables shall be monitored and possibly a seed and a random number generator (RNG).
JAGScontrol(variables, n.iter = 1000, thin = 1, burn.in = 0, seed, rng = c("base::Wichmann-Hill", "base::Marsaglia-Multicarry", "base::Super-Duper", "base::Mersenne-Twister"))
An object of class JAGScontrol is returned which is a list containing the specified information.
JAGScontrol
names of variables which shall be monitored.
number of monitored draws.
thinning interval.
number of discarded burn-in draws.
integer setting the seed for the RNG.
specification of RNG.
Bettina Gruen
JAGSrun
control <- JAGScontrol(variables = "mu") control
Run the code above in your browser using DataLab