agg_loadings: Aggregated factor loadings

View source: R/Aggregate-Functions.R

agg_loadingsR Documentation

Aggregated factor loadings

Description

The factor loadings aggregated over k-folds

Usage

agg_loadings(models, flag = 0.3, digits = 2)

Arguments

models

An object returned from kfa

flag

threshold below which loading will be flagged

digits

integer; number of decimal places to display in the report.

Value

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

Examples

data(example.kfa)
agg_loadings(example.kfa)


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