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
bru_comp_list()
.
Value
An object of class bru_comp_list.
Functions
as_bru_comp_list(bru)
: Extract the component list from abru()
object.