Learn R Programming

RCTS (version 0.2.4)

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)

Examples

Run this code
define_configurations(2:4, 0, 2:3)

Run the code above in your browser using DataLab