Returns the trait loading matrix from a fit returned by gllvmTMB(). This is
the canonical snake_case accessor in the extract_*() family; getLoadings()
is an accepted compatibility spelling for readers coming from gllvm. Both
return the same matrix.
Usage
extract_loadings(fit, level = "unit", rotate = c("none", "varimax", "promax"))Arguments
- fit
A fitted multivariate model returned by
gllvmTMB(). Admittedengine = "julia"bridge fits expose raw unit-tier loadings and scores; rotated ordinations remain gated for Julia bridge fits.- level
"unit"(between-unit) or"unit_obs"(within-unit). Deprecated aliases"B"and"W"are still accepted with a warning.- rotate
Optional
"varimax"or"promax"rotation after fitting. Default"none"returns the engine's native lower-triangular Lambda. For Julia bridge fits only"none"is currently routed.
See also
extract_ordination() for scores and loadings together;
getLoadings() for the gllvm-style spelling.
