Learn R Programming

kfa (version 0.2.2)

agg_cors: Aggregated factor correlations

Description

The factor correlations aggregated over k-folds

Usage

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

Value

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

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

Examples

Run this code
data(example.kfa)
agg_cors(example.kfa)

Run the code above in your browser using DataLab