agg_cors: Aggregated factor correlations

View source: R/Aggregate-Functions.R

agg_corsR 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)


kfa documentation built on July 9, 2023, 5:44 p.m.