agg_cors {kfa}R Documentation

Aggregated factor correlations

Description

The factor correlations aggregated over k-folds

Usage

agg_cors(models, flag = 0.9, type = "factor")

Arguments

models

An object returned from kfa

flag

threshold above which a factor correlation will be flagged

type

currently ignored; "factor" (default) or "observed" variable correlations

Value

data.frame of mean factor correlations for each factor model and vector with count of folds with a flagged correlation

Examples

data(example.kfa)
agg_cors(example.kfa)


[Package kfa version 0.2.2 Index]