plotEssBurn.Rd
Takes an mcmc trace and tests the ESS at different values of burn-in
either a data.frame
or a list
of
data.frame
with all variables in column, as returned by
mcmcMh
. Accept also mcmc
or mcmc.list
objects.
The longest burn-in to test. Defaults to half the length of the trace
The size of the steps of burn-in to test. Defaults to
1/50th of longest.burn.in
a plot of the ESS against burn.in
data(mcmcEpi)
plotEssBurn(mcmcEpi1)