View source: R/03_IFE_algorithm_functions.R
kg_candidates_expand | R Documentation |
Function that returns the set of combinations of groupfactors for which the algorithm needs to run.
kg_candidates_expand(S, kg_min, kg_max, limit_est_groups = 20)
S |
number of groups |
kg_min |
minimum value for number of group specific factors |
kg_max |
minimum value for number of group specific factors |
limit_est_groups |
maximum allowed number of groups that can be estimated |
data.frame where each row contains a possible combination of group specific factors for each of the groups
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.