Learn R Programming

EFAtools (version 0.4.6)

print.EFA_AVERAGE: Print EFA_AVERAGE object

Description

Print Method showing a summarized output of the EFA_AVERAGE function

Usage

# S3 method for EFA_AVERAGE
print(x, stat = c("average", "range"), plot = TRUE, ...)

Arguments

x

list. An object of class EFA_AVERAGE to be printed

stat

character. A vector with the statistics to print. Possible inputs are "average", "sd", "range", "min", and "max". Default is "average" and "range".

plot

logical. Whether a plot of the average and min- max loadings should be created. Default is TRUE. If more than 10 factors are extracted, no plot is created.

...

Further arguments for print.

Examples

Run this code
if (FALSE) {
EFA_aver <- EFA_AVERAGE(test_models$baseline$cormat, n_factors = 3, N = 500)
EFA_aver
}

Run the code above in your browser using DataLab