View source: R/03_IFE_algorithm_functions.R
adapt_X_estimating_less_variables | R Documentation |
When running the algorithm with a different number of observable variables then the number that is available, reformat X. (Mainly used for testing)
adapt_X_estimating_less_variables(X, vars_est)
X |
dataframe with the observed variables |
vars_est |
number of available observed variables for which a coefficient will be estimated |
Returns a 3D-array. If vars_est is set to 0, it returns NA.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.