Description Usage Arguments Value See Also
Control variables in control.mode for use in inla
1 2 | inla.set.control.mode.default(...)
control.mode(fixed, restart, result, theta, x)
|
... |
Possible arguments |
result |
Prevous result from inla(). Use the theta- and x-mode from this run. |
theta |
The theta-mode/initial values for theta. This option has preference over result$mode$theta. |
x |
The x-mode/intitial values for x. This option has preference over result$mode$x. |
restart |
A boolean variable; should we restart the optimisation from this configuration or fix the mode at this configuration? (Default FALSE.) |
fixed |
A boolean variable. If TRUE then treat all thetas as known and fixed, and if FALSE then treat all thetas as unknown and random (default). |
The function control.mode is used to TAB-complete arguments and returns a list of given arguments.
The function inla.set.control.mode.default returns a list with all the default values of all parameters within this control statement.
control.update, control.lincomb, control.group, control.mix, control.link, control.expert, control.compute, control.gev2.default, control.family, control.fixed, control.inla, control.predictor, control.results, control.mode, control.hazard,
inla
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.