View source: R/03_IFE_algorithm_functions.R
restructure_X_to_order_slowN_fastT | R Documentation |
Restructures X (which is an 3D-array of dimensions (N,T,p) to a 2D-matrix of dimension (NxT,p).
restructure_X_to_order_slowN_fastT(X, vars_est)
X |
input |
vars_est |
number of variables that will be included in the algorithm and have their coefficient estimated. This is usually equal to the number of observable variables. |
The function returns a 2D-array, unless the input X is NA, in which case the output will be NA as well.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.