Simple container class to enable the use of multiple link components in a joint model.
Note that the constructor of this object is idempotent e.g. Link(Link(x)) == Link(x)
Arguments
- ...
(
LinkComponent
orPromiseLinkComponent
)
an arbitrary number of link components.
Slots
components
(
list
)
a list ofLinkComponent
orPromiseLinkComponent
objects.resolved
(
logical
)
indicates if all thecomponents
have been resolved.
See also
Other Link:
as.StanModule.Link()
,
as.list.Link()
,
length.Link()