vsp_fa objects are a subclass of LRMF3::fa_like(), with additional
fields u, d, v, transformers, R_U, and R_V
Arguments
- u
A
matrix()of "left singular-ish" vectors.- d
A
numeric()vector of "singular-ish" values.- v
A
matrix()of "right singular-ish" vectors.- Z
A matrix of embeddings for each observation.
- B
A mixing matrix describing how observation embeddings and topics interact. Does not have to be diagonal!
- Y
A matrix describing the compositions of various topics or factors.
- transformers
A list of transformations from the
invertiformspackage.- R_U
Varimax rotation matrix use to transform
uintoZ.- R_V
Varimax rotation matrix use to transform
vintoY.- rownames
Identifying names for each row of the original data. Defaults to
NULL, in which cases each row is given a row number left-padded with zeros as a name.- colnames
Identifying names for each column of the original data. Defaults to
NULL, in which cases each column is given a row column left-padded with zeros as a name.