Learn R Programming

mclcar (version 0.2-0)

OptimMCL.HCAR: Iterative procedure for maximising the Monte Carlo likelihood of the hierachical conditional auto-regressive models.

Description

The function uses an iterative procedure of directly maximising the Monte Carlo likelihood of a hierechical conditional auto-regressive model and the updating step size is limited by defining an experimental region using the estimated Monte Carlo variance.

Usage

OptimMCL.HCAR(data, psi0,  control = list())

Arguments

data

A list or an environment contains the variables same as described in sim.HCAR.

psi0

Starting value for the importance sampler parameter same as described in sim.HCAR.

control

a list of tuning parameters to control the algorithm. Details to be found at OptimMCL

Value

Same as in OptimMCL.

See Also

mcl.HCAR, sim.HCAR, summary.OptimMCL.HCAR