Deprecated functions in inlabru
These functions still attempt to do their job, but will be removed in a future version.
summary_bru(object, ...) iinla.getOption(name = NULL) iinla.setOption(...) init.tutorial()
summary_bru
: Old summary for an inlabru fit.
Takes a fitted bru
object produced by bru()
or lgcp()
and creates
various summaries from it.
iinla.getOption
: Use bru_option_get
instead.
iinla.setOption
: Use bru_option_set
instead.
init.tutorial
: Global setting for tutorial sessions.
Use bru_options_set()
to set specific
options instead instead. In versions <= 2.1.15, this function set the INLA
integration strategy to "eb" to speed up calculations. This is normally not
needed since version 2.2.0, since the only the final iteration will use
other than "eb".
Fabian E. Bachl bachlfab@gmail.com
## Not run: # Note: Only run this if you want to change the inlabru options for this session # Determine current bru defaults: bo <- bru_options_get() init.tutorial() # Check if it worked: bru_options_get("control.inla") ## End(Not run)
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.