| base_id | R Documentation |
This function constructs a data frame with grouping/id variables.
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.
base_id(2, 2)
base_id(2, c(2, 3))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.