View source: R/03_IFE_algorithm_functions.R
add_configuration | R Documentation |
Adds the current configuration (number of groups and factors) to df_results.
add_configuration(df_results, S, k, kg)
df_results |
dataframe with results for each estimated configuration |
S |
estimated number of groups in current configuration |
k |
estimated number of common factors in current configuration |
kg |
vector with the estimated number of group specific factors in current configuration (augmented with NA's to reach a length of 20) |
data.frame
add_configuration(initialise_df_results(TRUE), 3, 0, c(3, 3, 3, rep(NA, 17)))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.