Converts a lavaan-style matrix list into RAM (Reticular Action Model) format, including the A (asymmetric paths), S (symmetric paths), F (filter matrix), and M (means/intercepts) matrices.
Lav2RAM2(lav_mod)A list with components:
Asymmetric path matrix (including factor loadings and structural paths)
Symmetric path matrix (variances and covariances)
Filter matrix mapping latent and observed variables
Row vector of intercepts/means
A named list of lavaan matrices including lambda, beta, theta, psi, and alpha.
This function reorganizes the lavaan-style matrices into the RAM representation, commonly used for model standardization and transformation.