| bru_obs_methods | R Documentation |
Utility functions for bru observation model objects
bru_obs_inla_family(x, ...)
## S3 method for class 'bru_obs'
bru_obs_inla_family(x, ...)
## S3 method for class 'bru_obs_list'
bru_obs_inla_family(x, ...)
## S3 method for class 'bru'
bru_obs_inla_family(x, ...)
bru_obs_family(x, ...)
## S3 method for class 'bru_obs'
bru_obs_family(x, ...)
## S3 method for class 'bru_obs_list'
bru_obs_family(x, ...)
## S3 method for class 'bru'
bru_obs_family(x, ...)
bru_obs_control_family(x, control.family = NULL, ...)
## S3 method for class 'bru_obs'
bru_obs_control_family(x, control.family = NULL, ...)
## S3 method for class 'bru_obs_list'
bru_obs_control_family(x, control.family = NULL, ...)
x |
Object of |
... |
Further arguments passed on to the submethods |
control.family |
list of INLA |
bru_obs_inla_family() returns a string or vector of strings of
the family name(s) used in the INLA::inla() call for the observation
model(s) in x.
bru_obs_family() returns a string or vector of strings of
the family name(s) used to define each bru_obs(). This may be different
the internal technical name(s) used in the INLA::inla() call.
bru_obs_control_family() returns a list with
INLA::control.family options, or a list of such lists, with one element
per observation model
summary.bru_obs()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.