combine {dgpsi} | R Documentation |
This function combines customized layers into a DGP or linked (D)GP structure.
combine(...)
... |
a sequence of lists: |
See further examples and tutorials at https://mingdeyu.github.io/dgpsi-R/.
A list defining a DGP structure (for struc
of dgp()
) or a linked (D)GP structure
(for struc
for lgp()
).
## Not run:
# See lgp() for an example.
## End(Not run)