Description Usage Arguments Value See Also
Control variables in control.fixed
for use in inla
1 2 | inla.set.control.fixed.default(...)
control.fixed(cdf, compute, correlation.matrix, mean, mean.intercept, prec, prec.intercept, quantiles)
|
... |
Possible arguments |
expand.factor.strategy |
The strategy used to expand factors into fixed effects based on their levels. The default strategy is us use the |
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 |
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 |
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 |
The function control.fixed
is used to TAB-complete arguments and returns a list of given arguments.
The function inla.set.control.fixed.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.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.