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