Learn R Programming

kfa (version 0.2.2)

example.kfa: kfa results from simulated data example

Description

Simulated responses for 900 observations on 20 variables loading onto a 3 factor structure (see example in kfa documentation for model). The simulated data was run through kfa with the call kfa(sim.data, k = 2, m = 3) which tested 1-, 2-, and 3-factor structures over 2 folds.

Usage

data(example.kfa)

Arguments

Format

An object of class "kfa", which is a four-element list:

  • cfas lavaan CFA objects for each k fold

  • cfa.syntax syntax used to produce CFA objects

  • model.names vector of names for CFA objects

  • efa.structures all factor structures identified in the EFA

Examples

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

Run the code above in your browser using DataLab