The function loads objects of class bayesTFR.convergence
from disk.
get.tfr.convergence(sim.dir = file.path(getwd(), "bayesTFR.output"),
thin=80, burnin = 2000)
get.tfr.convergence.all(sim.dir = file.path(getwd(), "bayesTFR.output"))get.tfr3.convergence(sim.dir = file.path(getwd(), "bayesTFR.output"),
thin=60, burnin = 10000)
get.tfr3.convergence.all(sim.dir = file.path(getwd(), "bayesTFR.output"))
Simulation directory used for computing the diagnostics.
Thinning interval used with this diagnostics.
Burnin used for computing the diagnostics.
get.tfr.convergence
and get.tfr3.convergence
return an object of class bayesTFR.convergence
;
get.tfr.convergence.all
and get.tfr3.convergence.all
return a list of objects of class bayesTFR.convergence
.
Function get.tfr.convergence
loads an object of class bayesTFR.convergence
for the specific thin
and burnin
generated for Phase II MCMCs. Function get.tfr.convergence.all
loads all Phase II bayesTFR.convergence
objects available for sim.dir
. Functions get.tfr3.convergence
and get.tfr3.convergence.all
do the same thing for Phase III MCMCs.