control.family.RdControl variables in control.family for use in inla
inla.set.control.family.default(...)
control.family(cenpoisson.I, control.bgev, control.link, control.mix, dummy, fixed, gev.scale.xi, hyper, initial, link, param, prior, sn.shape.max, variant)Possible arguments
A dummy argument that can be used as a workaround
Definition of the hyperparameters
(OBSOLETE!) Initial value for the hyperparameter(s) of the likelihood in the internal scale.
(OBSOLETE!) The name of the prior distribution(s) for othe hyperparameter(s).
(OBSOLETE!) The parameters for the prior distribution
(OBSOLETE!) Boolean variable(s) to say if the hyperparameter(s) is fixed or random.
(OBSOLETE! Use control.link=list(model=) instead.) The link function to use.
Maximum value for the shape-parameter for Skew Normal observations (default 5.0)
(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)
See ?control.bgev
The censoring interval for the censored Poisson
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).
See ?control.mix
See ?control.link
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.