get.e0.convergence {bayesLife} | R Documentation |
Accessing a Convergence Object
Description
The functions load objects of class bayesLife.convergence
from disk that were created using the function e0.diagnose
.
Usage
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"))
Arguments
sim.dir |
Simulation directory used for computing the diagnostics. |
thin |
Thinning interval used with this diagnostics. |
burnin |
Burnin used for computing the diagnostics. |
Details
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
.
Value
get.e0.convergence
returns an object of class bayesLife.convergence
;
get.e0.convergence.all
returns a list of objects of class bayesLife.convergence
.
Author(s)
Hana Sevcikova
See Also
e0.diagnose
, summary.bayesLife.convergence
.
[Package bayesLife version 5.2-0 Index]