Returns a set of standardized factor loadings. The standardization considers the residual error as well as described in Stevenson, Heathcote, Forstmann & Matzke, 2024.
standardize_loadings(
emc = NULL,
loadings = NULL,
sig_err_inv = NULL,
stage = "sample",
merge_chains = TRUE
)
standardized loadings
An emc object with samples from a hierarchical factor analysis model
Array of pars by factors by iters. Can also specify loadings instead of emc
Array of pars by iters. Can also specify sig_err_inv instead of emc
Character. From which stage to take samples
Return the loadings for each chain separately or merged together.