Applies full standardization (including intercepts) to a fitted lavaan model by converting to RAM form, performing standardization, and converting back to lavaan matrix structure.
StdLav2(est, object)A numeric vector of fully standardized parameter estimates (including intercepts and defined parameters).
A numeric vector of parameter estimates (free parameters).
A fitted lavaan model object (used to extract model structure).
The function extracts the model's RAM representation via Lav2RAM2, applies StdRAM2 standardization,
restores the standardized GLIST via RAM2Lav2, and retrieves standardized user-defined parameter estimates
with lav_model_get_parameters().