agg_loadings {kfa} | R Documentation |
The factor loadings aggregated over k-folds
agg_loadings(models, flag = 0.3, digits = 2)
models |
An object returned from |
flag |
threshold below which loading will be flagged |
digits |
integer; number of decimal places to display in the report. |
data.frame
of mean factor loadings for each factor model and vector
with count of folds with a flagged loading
data(example.kfa)
agg_loadings(example.kfa)