powered by
mcexact
method = 'bab'
"update"(object, ...) bab(args, nosim = NULL, maxiter = NULL, savechain = FALSE)
update.bab
bab
data(residence.dat) mcx <- mcexact(y ~ res.1985 + res.1980 + factor(sym.pair), data = residence.dat) summary(mcx) mcx <- update(mcx, nosim = 10 ^ 4, maxiter = 10 ^ 6) summary(mcx)
Run the code above in your browser using DataLab