get.tfr.convergence | R Documentation |
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"))
sim.dir |
Simulation directory used for computing the diagnostics. |
thin |
Thinning interval used with this diagnostics. |
burnin |
Burnin used for computing the diagnostics. |
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.
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
.
Hana Sevcikova
bayesTFR.convergence
, summary.bayesTFR.convergence
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.