Analyze MCMC convergence with R BOA package
BOA(Bayesian Output Analysis Proogram) is an R package that provides several analysis functions on generated MCMC parameters.
The paper describes its overview.
Prerequisites You can install boa on R console:
> install.packages("boa", dependencies=TRUE) Data load boa assumes a sequence of generated parameters.
Typical data format is 1 column CSV each row has 1 parameter from t-step:……