| control.pom {INLA} | R Documentation |
control.pom
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.pom(cdf = "logit", fast = FALSE)
inla.set.control.pom.default(...)
Arguments
cdf |
character The cdf to use, "logit" (default) or "probit" |
fast |
Logical Use a faster but approximate form for the probit cdf
(default |
... |
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.lincomb(),
control.link(),
control.lp.scale(),
control.mix(),
control.mode(),
control.numa(),
control.pardiso(),
control.predictor(),
control.scopy(),
control.sem(),
control.stiles(),
control.taucs(),
control.update(),
control.vb()