Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

inlabru-deprecated

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(s)

Fabian E. Bachl bachlfab@gmail.com

Examples

## 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)

inlabru

Bayesian Latent Gaussian Modelling using INLA and Extensions

v2.3.1
GPL (>= 2)
Authors
Finn Lindgren [aut, cre, cph] (<https://orcid.org/0000-0002-5833-2011>, Finn Lindgren continued development of the main code), Fabian E. Bachl [aut, cph] (Fabian Bachl wrote the main code), David L. Borchers [ctb, dtc, cph] (David Borchers wrote code for Gorilla data import and sampling, multiplot tool), Daniel Simpson [ctb, cph] (Daniel Simpson wrote the basic LGCP sampling method), Lindesay Scott-Howard [ctb, dtc, cph] (Lindesay Scott-Howard provided MRSea data import code), Seaton Andy [ctb] (Andy Seaton provided testing and bugfixes)
Initial release

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.