Learn R Programming

kfa (version 0.2.2)

agg_rels: Aggregated scale reliabilities

Description

The factor reliabilities aggregated over k-folds

Usage

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

Value

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

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.

Examples

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

Run the code above in your browser using DataLab