Description Usage Arguments Value See Also
Control variables in control.family
for use in inla
1 2 | inla.set.control.family.default(...)
control.family(cenpoisson.I, control.gev2, control.link, control.mix, dummy, fixed, gev.scale.xi, hyper, initial, link, param, prior, sn.shape.max, variant)
|
... |
Possible arguments |
dummy |
A dummy argument that can be used as a workaround |
hyper |
Definition of the hyperparameters |
initial |
(OBSOLETE!) Initial value for the hyperparameter(s) of the likelihood in the internal scale. |
prior |
(OBSOLETE!) The name of the prior distribution(s) for othe hyperparameter(s). |
param |
(OBSOLETE!) The parameters for the prior distribution |
fixed |
(OBSOLETE!) Boolean variable(s) to say if the hyperparameter(s) is fixed or random. |
link |
(OBSOLETE! Use |
sn.shape.max |
Maximum value for the shape-parameter for Skew Normal observations (default 5.0) |
gev.scale.xi |
(Expert option, do not use unless you know what you are doing.) The internal scaling of the shape-parameter for the GEV distribution. (default 0.1) |
control.gev2 |
See |
cenpoisson.I |
The censoring interval for the censored Poisson |
variant |
This variable is used to give options for various variants of the likelihood, like chosing different parameterisations for example. See the relevant likelihood documentations for options (does only apply to some likelihoods). |
control.mix |
See |
control.link |
See |
The function control.family
is used to TAB-complete arguments and returns a list of given arguments.
The function inla.set.control.family.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.