control.lincomb {INLA}R Documentation

control.lincomb

Description

Control variables in ⁠control.*⁠ for use with inla(). The functions can be used to TAB-complete arguments, and returns a list of the default control arguments, unless overridden by specific input arguments.

Usage

control.lincomb(verbose = FALSE)

inla.set.control.lincomb.default(...)

Arguments

verbose

Use verbose mode for linear combinations if verbose model is set globally. (Default FALSE). This option is only available for the default inla.mode (inla.mode="compact").

...

Named arguments passed on to the main function

See Also

Other control: control.bgev(), control.compute(), control.expert(), control.family(), control.fixed(), control.gcpo(), control.group(), control.hazard(), control.inla(), control.link(), control.lp.scale(), control.mix(), control.mode(), control.numa(), control.pardiso(), control.pom(), control.predictor(), control.scopy(), control.sem(), control.stiles(), control.taucs(), control.update(), control.vb()


[Package INLA version 25.06.13 Index]