Learn R Programming

bayesTFR (version 2.1-0)

get.tfr.convergence: Accessing a Convergence Object

Description

The function loads objects of class bayesTFR.convergence from disk.

Usage

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"))

Arguments

Value

get.tfr.convergence returns an object of class bayesTFR.convergence; get.tfr.convergence.all returns a list of objects of class bayesTFR.convergence.

Rdversion

1.1

Details

Function get.tfr.convergence loads an object of class bayesTFR.convergence for the specific thin and burnin. Function get.tfr.convergence.all loads all bayesTFR.convergence objects available for sim.dir.

See Also

bayesTFR.convergence, summary.bayesTFR.convergence.