Returns a vector indicating which factors are included in a subgroup combination.
get_covs_in(
kk,
maxk,
L,
counts_1factor,
index_1factor,
counts_2factor = NULL,
index_2factor = NULL,
counts_3factor = NULL,
index_3factor = NULL
)Numeric vector indicating selected factors (1 = included, 0 = not included).
Integer. Index of the combination.
Integer. Maximum number of factors in a combination.
Integer. Number of subgroup factors.
Integer. Number of single-factor combinations.
Matrix of indices for single-factor combinations.
Integer. Number of two-factor combinations.
Matrix of indices for two-factor combinations.
Integer. Number of three-factor combinations.
Matrix of indices for three-factor combinations.