bru_make_stack {inlabru} | R 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, ..., family_index = 1L)
## S3 method for class 'bru_like_list'
bru_make_stack(lhoods, lin, idx, ...)
Arguments
... |
Arguments passed on to other methods |
lhood |
A |
lin |
Linearisation information
|
idx |
Output from |
family_index |
integer specifying the family sequence index of the observation model |
lhoods |
A |
[Package inlabru version 2.12.0 Index]