Extract the factor score matrix from a fitted model. The factor scores represent the projections of the
data onto the components, which can be used for further analysis or visualization.
Usage
scores(x, ...)
Value
A matrix of 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
project for projecting new data onto the components.