| control.mode {INLA} | R Documentation |
control.mode
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.mode(
result = NULL,
theta = NULL,
x = NULL,
restart = TRUE,
fixed = FALSE
)
inla.set.control.mode.default(...)
Arguments
result |
Previous result-object from inla(), a inla-state object or the name of a
state-file. Use the |
theta |
The theta-mode/initial values for theta. This option has preference over result$mode$theta. |
x |
The x-mode/initial values for x. This option has preference over
result$mode$x. (This option is less important than |
restart |
A boolean variable; should we restart the optimisation from
the given configuration? If |
fixed |
A boolean variable. If |
... |
Named arguments passed on to the main function |
Details
For internal use only and for algorithms built on to of INLA.
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.numa(),
control.pardiso(),
control.pom(),
control.predictor(),
control.scopy(),
control.sem(),
control.stiles(),
control.taucs(),
control.update(),
control.vb()