define_configurations: Constructs dataframe where the rows contains all configurations that are included and for which the estimators will be estimated.
Description
Constructs dataframe where the rows contains all configurations that are included and for which the estimators will be estimated.
Usage
define_configurations(S_cand, k_cand, kg_cand)
Value
data.frame
Arguments
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)