| control.fixed {INLA} | R Documentation |
Control variables in control.fixed for use in inla
inla.set.control.fixed.default(...)
control.fixed(cdf, compute, correlation.matrix, expand.factor.strategy, mean, mean.intercept, prec, prec.intercept, quantiles, remove.names)
... |
Possible 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. |
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.pom, control.link, control.expert, control.compute, control.lp.scale, control.pardiso.default, control.bgev.default, control.family, control.fixed, control.inla, control.predictor, control.mode, control.hazard,
inla