std_scores {multivarious} | R Documentation |
Compute standardized component scores
Description
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, ...)
Arguments
x |
The model fit object. |
... |
Additional arguments passed to the method. |
Value
A matrix of standardized factor scores, with rows corresponding to samples and columns to components.
See Also
scores
for retrieving the original component scores.
[Package multivarious version 0.2.0 Index]