View source: R/bru_conversion.R
| as_bru_obs | R Documentation |
bru_obs and bru_obs_list objectsMethods for converting to bru_obs and bru_obs_list
objects.
as_bru_obs(x, ...)
as_bru_obs_list(x, .tag = NULL)
## S3 method for class 'bru_obs'
as_bru_obs(x, ...)
## S3 method for class 'bru_obs'
as_bru_obs_list(x, .tag = NULL)
## S3 method for class 'list'
as_bru_obs_list(x, .tag = NULL)
## S3 method for class 'bru_obs_list'
as_bru_obs_list(x, .tag = NULL)
## S3 method for class 'bru'
as_bru_obs_list(x, .tag = NULL)
## S3 method for class 'bru_info'
as_bru_obs_list(x, .tag = NULL)
## S3 method for class 'bru_model'
as_bru_obs_list(x, .tag = NULL)
x |
An object to convert to bru_obs or bru_obs_list |
... |
Additional arguments passed to sub-methods. |
.tag |
character; optional name for the single observation model in the
returned bru_obs_list object. Default is |
An object of class bru_obs or bru_obs_list.
as_bru_comp_list()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.