Learn R Programming

EGAnet (version 0.5)

print.EGA: Print method for EGA objects.

Description

Returns a summary of the EGA results

Usage

# S3 method for EGA
print(x, ...)

Arguments

x

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 {
#estimtae EGA
ega.wmt <- EGA(data = wmt2[,7:24], plot.EGA = TRUE)

#print EGA results
print(ega.wmt)
# }

Run the code above in your browser using DataLab