View source: R/03_IFE_algorithm_functions.R
calculate_FL_group_estimated | R Documentation |
Returns the estimated groupfactorstructure.
calculate_FL_group_estimated(
lg,
fg,
g,
NN,
TT,
S,
k,
kg,
num_factors_may_vary = TRUE
)
lg |
loadings of estimated group factors |
fg |
estimated group factors |
g |
Vector with estimated group membership for all individuals |
NN |
number of time series |
TT |
length of time series |
S |
number of estimated groups |
k |
number of common factors to be estimated |
kg |
number of group specific factors to be estimated |
num_factors_may_vary |
whether or not the number of groupfactors is constant over all groups or not |
list with NjxT matrices
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.