| get.e0.convergence | R Documentation |
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"))
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.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.
get.e0.convergence returns an object of class bayesLife.convergence;
get.e0.convergence.all returns a list of objects of class bayesLife.convergence.
Hana Sevcikova
e0.diagnose, summary.bayesLife.convergence.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.