View source: R/print.EFA_AVERAGE.R
print.EFA_AVERAGE | R Documentation |
Print Method showing a summarized output of the EFA_AVERAGE function
## S3 method for class 'EFA_AVERAGE' print(x, stat = c("average", "range"), plot = TRUE, ...)
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. |
## Not run: EFA_aver <- EFA_AVERAGE(test_models$baseline$cormat, n_factors = 3, N = 500) EFA_aver ## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.