Under the models in the IMIFA family, there exists only one factor scores matrix. For the finite factor methods, this has dimensions N * Q
.
For the infinite factor methods ("IFA"
, "MIFA"
, "OMIFA"
, and "IMIFA"
), the factor scores matrix has dimensions N * Qmax
, where Qmax
is the largest of the cluster-specific numbers of latent factors \(q_1,\ldots,q_g\). Entries of this matrix thus may have been padded out with zero entries, as appropriate, prior to the Procrustes rotation-based correction applied within get_IMIFA_results
(thus now these entries will be near-zero).
In partitioning rows of the factor scores matrix into the same clusters the corresponding observations themselves belong to according to the MAP clustering, the number of columns may vary according to the cluster-specific numbers of latent factors (depending on the value of dropQ
and the method employed).