Performs standardization of RAM matrices by rescaling path and variance structures using the implied covariance matrix. Intercepts are also standardized.
StdRAM2(ram_est)A list of standardized RAM matrices:
Standardized asymmetric path matrix
Standardized symmetric path matrix
Unchanged filter matrix
Standardized intercept vector
A RAM object list with matrices A, S, F, and M as returned by Lav2RAM2().
The function computes the implied covariance matrix \(\Sigma = (I - A)^{-1} S (I - A)^{-T}\), extracts standard deviations, and performs standardization via \(D^{-1}\) scaling.