agg_rels {kfa}R Documentation

Aggregated scale reliabilities

Description

The factor reliabilities aggregated over k-folds

Usage

agg_rels(models, flag = 0.6, digits = 2)

Arguments

models

An object returned from kfa

flag

threshold below which reliability will be flagged

digits

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

Value

data.frame of mean factor (scale) reliabilities for each factor model and vector with count of folds with a flagged reliability

Examples

data(example.kfa)
agg_rels(example.kfa)


[Package kfa version 0.2.2 Index]