| control.family {INLA} | R Documentation |
control.family
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.family(
dummy = 0,
hyper = NULL,
initial = NULL,
prior = NULL,
param = NULL,
fixed = NULL,
link = "default",
sn.shape.max = 5,
gev.scale.xi = 0.1,
control.bgev = NULL,
cenpoisson.I = c(-1L, -1L),
beta.censor.value = 0,
variant = 0L,
link.simple = "default",
control.mix = NULL,
control.pom = NULL,
control.link = INLA::control.link(),
control.sem = NULL
)
inla.set.control.family.default(...)
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.bgev |
See |
cenpoisson.I |
The censoring interval for the censored Poisson |
beta.censor.value |
The censor value for the Beta-likelihood |
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). |
link.simple |
See |
control.mix |
See |
control.pom |
See |
control.link |
See |
control.sem |
Parameters for likelihood |
... |
Named arguments passed on to the main function |
See Also
Other control:
control.bgev(),
control.compute(),
control.expert(),
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.sem(),
control.stiles(),
control.taucs(),
control.update(),
control.vb()