Learn R Programming

EGAnet (version 0.5)

summary.EGA: Summary for EGA objects

Description

Returns a summary of the EGA results

Usage

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

Arguments

object

An EGA object

...

potentially further arguments (unused currently)

See Also

EGA to estimate the number of dimensions of an instrument using EGA and CFA to verify the fit of the structure suggested by EGA using confirmatory factor analysis.

Examples

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

#summary of EGA reults
summary(ega.wmt)
# }

Run the code above in your browser using DataLab