The functions load objects of class bayesLife.convergence
from disk that were created using the function e0.diagnose
.
get.e0.convergence(sim.dir = file.path(getwd(), "bayesLife.output"),
thin = 225, burnin = 10000)
get.e0.convergence.all(sim.dir = file.path(getwd(), "bayesLife.output"))
Simulation directory used for computing the diagnostics.
Thinning interval used with this diagnostics.
Burnin used for computing the diagnostics.
get.e0.convergence
returns an object of class bayesLife.convergence
;
get.e0.convergence.all
returns a list of objects of class bayesLife.convergence
.
Function get.e0.convergence
loads an object of class bayesLife.convergence
for the specific thin
and burnin
. Function get.e0.convergence.all
loads all bayesLife.convergence
objects available in sim.dir
.