Control variables in control.expert for use in inla

inla.set.control.expert.default(...)
control.expert(cpo.idx, cpo.manual, disable.gaussian.check, jp)

Arguments

...

Possible arguments

cpo.manual

A boolean variable to decide if the inla-program is to be runned in a manual-cpo-mode. (EXPERT OPTION: DO NOT USE)

cpo.idx

The index/indices of the data point(s) to remove. (EXPERT OPTION: DO NOT USE)

disable.gaussian.check

Disable the check for fast computations with a Gaussian likelihood and identity link (default FALSE)

jp

An object of class inla.jp defining a joint prior

Value

The function control.expert is used to TAB-complete arguments and returns a list of given arguments. The function inla.set.control.expert.default returns a list with all the default values of all parameters within this control statement.