evaluate_effect_single_state {inlabru} | R Documentation |
Evaluate a component effect
Description
Calculate latent component effects given some data and the state of the component's internal random variables.
Usage
evaluate_effect_single_state(...)
## S3 method for class 'bru_mapper'
evaluate_effect_single_state(component, input, state, ..., label = NULL)
## S3 method for class 'bm_list'
evaluate_effect_single_state(components, input, state, ...)
## S3 method for class 'bru_comp_list'
evaluate_effect_single_state(components, input, state, ...)
Arguments
... |
Optional additional parameters, e.g. |
component |
A bru_mapper, bru_comp, or bm_list. |
input |
Pre-evaluated component input |
state |
Specification of one latent variable state:
|
label |
Option label used for any warning messages, specifying the affected component. |
Value
-
evaluate_effect_single_state.bm_list
: A list of evaluated component effect values
Author(s)
Fabian E. Bachl bachlfab@gmail.com and Finn Lindgren finn.lindgren@gmail.com
[Package inlabru version 2.13.0 Index]