Learn R Programming

inlabru (version 2.11.1)

evaluate_comp_simple: 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 component_list evaluate_comp_simple(components, input, inla_f = FALSE, ...)

# S3 method for bru_model evaluate_comp_simple(model, input, ...)

Value

A list (class 'comp_simple_list_list') of named lists (class 'comp_simple_list') of bru_mapper objects, one for each included component

Arguments

input

A list of named lists of component inputs

inla_f

Controls the input data interpretations

model

A bru_model object