define_configurations {RCTS} | R Documentation |
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)
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) |
Value
data.frame
Examples
define_configurations(2:4, 0, 2:3)
[Package RCTS version 0.2.4 Index]