| control.compute {INLA} | R Documentation |
Control variables in control.compute for use in inla
inla.set.control.compute.default(...)
control.compute(config, control.gcpo, cpo, dic, graph, hyperpar, likelihood.info, mlik, openmp.strategy, po, q, residuals, return.marginals, return.marginals.predictor, smtp, waic)
... |
Possible arguments |
openmp.strategy |
The computational strategy to use: 'small', 'medium', 'large', 'huge', 'default' and 'pardiso'. |
hyperpar |
A boolean variable if the marginal for the hyperparameters should be computed. Default TRUE. |
return.marginals |
A boolean variable if the marginals for the latent field should be returned (although it is computed). Default TRUE |
return.marginals.predictor |
A boolean variable if the marginals for the linear predictor should be returned (although it is computed). Default FALSE |
dic |
A boolean variable if the DIC-value should be computed. Default FALSE. |
mlik |
A boolean variable if the marginal likelihood should be computed. Default |
cpo |
A boolean variable if the cross-validated predictive measures (cpo, pit) should be computed (default |
po |
A boolean variable if the predictive ordinate should be computed (default |
waic |
A boolean variable if the Watanabe-Akaike information criteria should be computed (default |
residuals |
Provide estimates of 'residuals' (whatever we mean by that). (default |
q |
A boolean variable if binary images of the precision matrix, the reordered precision matrix and the Cholesky triangle should be generated. (Default FALSE.) |
config |
A boolean variable if the internal GMRF approximations be stored. (Default FALSE. EXPERIMENTAL) |
likelihood.info |
A boolean variable to store likelihood-information or not. This option requires |
smtp |
The sparse-matrix solver, one of 'default', 'taucs', 'band' or 'pardiso' (default |
graph |
A boolean variable if the graph itself should be returned. (Default FALSE.) |
control.gcpo |
(For experts only!) Set control variables for the gcpo. The intended use is to use |
The function control.compute is used to TAB-complete arguments and returns a list of given arguments.
The function inla.set.control.compute.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