Learn R Programming

bayesLife (version 5.2-0)

get.e0.convergence: 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"))

Value

get.e0.convergence returns an object of class bayesLife.convergence;

get.e0.convergence.all returns a list of objects of class bayesLife.convergence.

Arguments

sim.dir

Simulation directory used for computing the diagnostics.

thin

Thinning interval used with this diagnostics.

burnin

Burnin used for computing the diagnostics.

Author

Hana Sevcikova

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.

See Also

e0.diagnose, summary.bayesLife.convergence.