Learn R Programming

inlabru (version 2.5.3)

summary_bru: Deprecated functions in inlabru

Description

These functions still attempt to do their job, but will be removed in a future version.

Usage

summary_bru(object, ...)

iinla.getOption(name = NULL)

iinla.setOption(...)

init.tutorial()

Arguments

object

An object obtained from a bru() or lgcp() call

...

arguments passed on to other methods or ignored

name

character; an option name

Functions

  • 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".

Author

Fabian E. Bachl bachlfab@gmail.com

Examples

Run this code
if (FALSE) {
# 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")
}

Run the code above in your browser using DataLab