agg_cors {kfa} | R Documentation |
The factor correlations aggregated over k-folds
agg_cors(models, flag = 0.9, type = "factor")
models |
An object returned from |
flag |
threshold above which a factor correlation will be flagged |
type |
currently ignored; |
data.frame
of mean factor correlations for each factor model and vector
with count of folds with a flagged correlation
data(example.kfa)
agg_cors(example.kfa)