bru_make_stack: Build an inla data stack from linearisation information

View source: R/stack.R

bru_make_stackR Documentation

Build an inla data stack from linearisation information

Description

Combine linearisation for multiple likelihoods

Usage

bru_make_stack(...)

## S3 method for class 'bru_like'
bru_make_stack(lhood, lin, idx, ...)

## S3 method for class 'bru_like_list'
bru_make_stack(lhoods, lin, idx, ...)

Arguments

...

Arguments passed on to other methods

lhood

A bru_like object

lin

Linearisation information

  • For .bru_like, a bru_mapper_taylor object

  • For .bru_like_list, a list of bru_mapper_taylor objects

idx

Output from evaluate_index(...)

lhoods

A bru_like_list object


inlabru documentation built on Nov. 2, 2023, 6:07 p.m.