Integer. The number of individuals (or datasets) to be generated.
d
Integer. The number of variables per dataset. For now this will be constant across individuals.
n
Integer. The time series length.
prop_fill_com
Numeric. The proportion of nonzero paths in the common transition matrix.
prop_fill_ind
Numeric. The proportion of nonzero unique (not in the common transition matrix or transition matrix of other individuals) paths in each individual transition matrix.
lb
Numeric. The upper bound for individual elements of the transition matrices.
ub
Numeric. The lower bound for individual elements of the transition matrices.
sigma
Matrix. The (population) innovation covariance matrix.
unique_overlap
Logical. Default is FALSE. Whether the unique portion should be completely unique (no overlap) or randomly chosen.
mat_common
Matrix. A common effects transition matrix (if known).
mat_unique
List. A list of unique effects transition matrix (if known).
mat_total
List. A list of total effects transition matrix (if known).
diag
Logical. Default is FALSE. Should diagonal elements be filled first for common elements.