print.EFA_AVERAGE {EFAtools} | R Documentation |
Print EFA_AVERAGE object
Description
Print Method showing a summarized output of the EFA_AVERAGE function
Usage
## S3 method for class '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
## Not run:
EFA_aver <- EFA_AVERAGE(test_models$baseline$cormat, n_factors = 3, N = 500)
EFA_aver
## End(Not run)
[Package EFAtools version 0.4.4 Index]