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.