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