initialise_rc {RCTS} | R Documentation |
Initialises rc.
Description
This function initialises a data frame which will eventually be filled with the optimized number of common factors for each C and for each subset of the original dataset.
Usage
initialise_rc(indices_subset, C_candidates)
Arguments
indices_subset |
all indices of the subsets |
C_candidates |
candidates for C (parameter in PIC) |
Value
data.frame
Examples
initialise_rc(0:2, 1:5)
[Package RCTS version 0.2.4 Index]