View source: R/03_IFE_algorithm_functions.R
initialise_rc | R Documentation |
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.
initialise_rc(indices_subset, C_candidates)
indices_subset |
all indices of the subsets |
C_candidates |
candidates for C (parameter in PIC) |
data.frame
initialise_rc(0:2, 1:5)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.