| control.predictor {INLA} | R Documentation |
control.predictor
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.predictor(
hyper = NULL,
fixed = NULL,
prior = NULL,
param = NULL,
initial = NULL,
compute = FALSE,
cdf = NULL,
quantiles = NULL,
cross = NULL,
A = NULL,
precision = exp(15),
link = NULL
)
inla.set.control.predictor.default(...)
Arguments
hyper |
Definition of the hyperparameters. |
fixed |
(OBSOLETE!) If the precision for the artificial noise is fixed or not (default TRUE) |
prior |
(OBSOLETE!) The prior for the artificial noise |
param |
(OBSOLETE!) Prior parameters for the artificial noise |
initial |
(OBSOLETE!) The value of the log precision of the artificial noise |
compute |
A boolean variable; should the marginals for the linear predictor be computed? (Default FALSE.) |
cdf |
A list of values to compute the CDF for the linear predictor |
quantiles |
A list of quantiles to compute for the linear predictor |
cross |
Cross-sum-to-zero constraints with the linear predictor. All linear predictors with the same level of 'cross' are constrained to have sum zero. Use 'NA' for no contribution. 'Cross' has the same length as the linear predictor (including the 'A' matrix extention). (THIS IS AN EXPERIMENTAL OPTION, CHANGES MAY APPEAR.) |
A |
The observation matrix (matrix or Matrix::sparseMatrix). |
precision |
The precision for eta* - A*eta, (default |
link |
Define the family-connection for unobserved observations
( |
... |
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.pom(),
control.scopy(),
control.sem(),
control.stiles(),
control.taucs(),
control.update(),
control.vb()