powered by
Monitor converge of the MCMC sampler
convergence(x, type = "acf", param = "1--2")
object of class estimate or explore
estimate
explore
acf or trace plot
acf
trace
edge name(s) (e.g., "1--2" or c("1--2", "1--3"))
ggplots
# NOT RUN { # plot Y <- bfi[,1:5] # fit model fit <- estimate(Y) # convergence plots convergence(fit, type = "trace") # }
Run the code above in your browser using DataLab