std_scores: Compute standardized component scores

View source: R/all_generic.R

std_scoresR 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.


bbuchsbaum/multivarious documentation built on April 15, 2024, 3:33 a.m.