as_bru_comp {inlabru} | R Documentation |
Conversion methods for bru_comp
and bru_comp_list
objects
Description
Methods for converting to bru_comp
and bru_comp_list
objects.
Usage
as_bru_comp(x, ...)
as_bru_comp_list(x, ...)
## S3 method for class 'bru_comp'
as_bru_comp(x, ...)
## S3 method for class 'bru_comp_list'
as_bru_comp_list(x, ...)
## S3 method for class 'bru_comp'
as_bru_comp_list(x, ...)
## S3 method for class 'bru'
as_bru_comp_list(x, ...)
## S3 method for class 'list'
as_bru_comp_list(x, ...)
## S3 method for class 'formula'
as_bru_comp_list(x, ...)
Arguments
x |
An object to convert to bru_comp or bru_comp_list |
... |
Additional arguments passed on to |
Value
An object of class bru_comp_list.
Functions
-
as_bru_comp_list(bru)
: Extract the component list from abru()
object.
See Also
as_bru_obs()
, as_bru_obs_list()
[Package inlabru version 2.13.0 Index]