Learn R Programming

EGAnet (version 0.5)

summary.CFA: Summary for CFA objects

Description

Returns a summary of the CFA results

Usage

# S3 method for CFA
summary(object, ...)

Arguments

object

An CFA object

...

potentially further arguments (unused currently)

See Also

EGA to estimate the number of dimensions of an instrument using EGA and bootEGA to investigate the stability of EGA's estimation via bootstrap.

Examples

Run this code
# NOT RUN {
#estimate EGA
ega.wmt <- EGA(data = wmt2[,7:24], plot.EGA = TRUE)

#esimtate CFA
cfa.wmt <- CFA(ega.obj = ega.wmt, estimator = 'WLSMV', plot.CFA = TRUE, data = wmt2)

#summary of CFA results
summary(cfa.wmt)
# }

Run the code above in your browser using DataLab