evaluate_comp_simple {inlabru} | R Documentation |
Compute simplified component mappings
Description
Computes individual bru_mapper_taylor
objects for included linear components
for each model likelihood, and keeps non-linear mappers intact.
Usage
evaluate_comp_simple(...)
## S3 method for class 'component_list'
evaluate_comp_simple(components, input, inla_f = FALSE, ...)
## S3 method for class 'bru_model'
evaluate_comp_simple(model, input, ...)
Arguments
input |
A list of named lists of component inputs |
inla_f |
Controls the input data interpretations |
model |
A |
Value
A list (class 'comp_simple_list_list') of named lists (class 'comp_simple_list')
of bru_mapper
objects,
one for each included component
[Package inlabru version 2.11.1 Index]