Calculate standardized factor scores from a fitted model. Standardized scores are useful for comparing
the contributions of different components on the same scale, which can help in interpreting the results.
Usage
std_scores(x, ...)
Value
A matrix of standardized factor scores, with rows corresponding to samples and columns to components.
Arguments
x
The model fit object.
...
Additional arguments passed to the method.
See Also
scores for retrieving the original component scores.