control.sem {INLA}R Documentation

control.sem

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.sem(B = NULL, idx = 0)

inla.set.control.sem.default(...)

Arguments

B

The symbolic B-matrix, where each element is a string giving the expression for that particular element, in terms of beta-parameters for copy

idx

Which diagonal element to use for the variance.

...

Named arguments passed on to the main function

Details

Parameters to family sem

See Also

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


[Package INLA version 25.06.13 Index]