View source: R/Aggregate-Functions.R
agg_cors | 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)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.