Evaluate or sample from a posterior result given a model and locations
Evaluate or sample from a posterior result given a model and locations
evaluate_model( model, state, data = NULL, A = NULL, predictor = NULL, format = NULL, include = NULL, exclude = NULL, ... ) evaluate_state( model, result, property = "mode", n = 1, seed = 0L, num.threads = NULL, internal_hyperpar = FALSE, ... )
model |
A bru model |
state |
list of lists, as generated by |
data |
A |
A |
Precomputed A-matrices |
predictor |
A formula or an expression to be evaluated given the
posterior or for each sample thereof. The default ( |
format |
character; determines the storage format of predictor output. Available options:
|
include |
Character vector of component labels that are needed by the predictor expression; Default: NULL (include all components that are not explicitly excluded) |
exclude |
Character vector of component labels that are not used by the
predictor expression. The exclusion list is applied to the list
as determined by the |
... |
Additional arguments passed on to |
result |
|
property |
Property of the model components to obtain value from.
Default: "mode". Other options are "mean", "0.025quant", "0.975quant",
"sd" and "sample". In case of "sample" you will obtain samples from the
posterior (see |
n |
Number of samples to draw. |
seed |
If seed != 0L, the random seed |
num.threads |
Specification of desired number of threads for parallel computations. Default NULL, leaves it up to INLA. When seed != 0, overridden to "1:1" |
internal_hyperpar |
logical; If |
evaluate_model
is a wrapper to evaluate model state, A-matrices,
effects, and predictor, all in one call.
evaluate_state
evaluates model state properties or samples
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.