| control.fixed {INLA} | R Documentation |
control.fixed
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.fixed(
cdf = NULL,
quantiles = NULL,
expand.factor.strategy = "model.matrix",
mean = 0,
mean.intercept = 0,
prec = 0.001,
prec.intercept = 0,
compute = TRUE,
correlation.matrix = FALSE,
remove.names = NULL
)
inla.set.control.fixed.default(...)
Arguments
cdf |
A list of values to compute the CDF for, for all fixed effects |
quantiles |
A list of quantiles to compute for all fixed effects |
expand.factor.strategy |
The strategy used to expand factors into fixed
effects based on their levels. The default strategy is us use the
|
mean |
Prior mean for all fixed effects except the intercept.
Alternatively, a named list with specific means where name=default applies to
unmatched names. For example |
mean.intercept |
Prior mean for the intercept (default 0.0) |
prec |
Default precision for all fixed effects except the intercept.
Alternatively, a named list with specific means where name=default applies to
unmatched names. For example |
prec.intercept |
Default precision the intercept (default 0.0) |
compute |
Compute marginals for the fixed effects ? (default TRUE) |
correlation.matrix |
Compute the posterior correlation matrix for all
fixed effects? (default FALSE) OOPS: This option will set up appropriate linear
combinations and the results are shown as the posterior correlation matrix of the
linear combinations. This option will imply
|
remove.names |
A vector of names of expanded fixed effects to remove from the model-matrix. This is an expert option, and should only be used if you know what you are doing. |
... |
Named arguments passed on to the main function |
See Also
Other control:
control.bgev(),
control.compute(),
control.expert(),
control.family(),
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()