evaluate_comp_simple | R Documentation |
Computes individual bru_mapper_taylor
objects for included linear
components for each model likelihood, and keeps non-linear mappers intact.
evaluate_comp_simple(...)
## S3 method for class 'component_list'
evaluate_comp_simple(components, input, inla_f = FALSE, ..., options = NULL)
## S3 method for class 'bru_model'
evaluate_comp_simple(model, input, ...)
## S3 method for class 'comp_simple_list'
x[i]
input |
A list of named lists of component inputs |
inla_f |
Controls the input data interpretations |
options |
A |
model |
A |
x |
|
i |
indices specifying elements to extract |
A list (class 'comp_simple_list_list') of named lists (class
'comp_simple_list') of bru_mapper
objects, one for each included
component
[
: Subsetting of comp_simple_list objects, retaining class
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.