
Additional bru options
bru.options(mesh = NULL, run = TRUE, max.iter = 10, offset = 0,
result = NULL, E = 1, control.compute = list(config = TRUE, dic = TRUE,
waic = TRUE), control.inla = iinla.getOption("control.inla"), ...)
An inla.mesh
object for spatial models without SPDE components. Mostly used for successive spatial predictions.
If TRUE, run inference. Otherwise only return configuration needed to run inference.
maximum number of inla iterations
the usual inla offset. If a nonlinear formula is used, the resulting Taylor approximation constant will be added to this automatically.
inla exposure parameter
INLA option, See control.compute
INLA option, See control.inla
Additional options passed on to inla
# NOT RUN {
# }
# NOT RUN {
# Generate default bru options
opts = bru.options()
# Print them:
opts
# }
# NOT RUN {
# }
Run the code above in your browser using DataLab