View source: R/03_IFE_algorithm_functions.R
define_configurations | R Documentation |
Constructs dataframe where the rows contains all configurations that are included and for which the estimators will be estimated.
define_configurations(S_cand, k_cand, kg_cand)
S_cand |
candidates for S (number of groups) |
k_cand |
candidates for k (number of common factors) |
kg_cand |
candidates for kg (number of group specific factors) |
data.frame
define_configurations(2:4, 0, 2:3)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.