Description Usage Arguments Value Examples
This function constructs a data frame with grouping/id
variables.
1 2 3 | base_id(nDomains = 10, nUnits = 10)
base_id_temporal(nDomains = 10, nUnits = 10, nTime = 10)
|
nDomains |
The number of domains. |
nUnits |
The number of units in each domain. Can have |
nTime |
The number of time points for each units. |
Return a data.frame
with variables idD
as ID-variable for
domains, and idU
as ID-variable for units.
1 2 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.