print() shows a summarised output of the EFA_AVERAGE function: the
averaging settings, the error/convergence/Heywood/admissibility rates, the
indicator-to-factor correspondences, the averaged loadings (and, for oblique
solutions, the factor intercorrelations), the variances accounted for, and the
model fit. format() assembles the same report and returns it as a character
vector; print() is cat(format(x), sep = "\n"). The lines follow the active
console theme, so they are plain when colours are disabled (for example when
captured into a file or stripped with cli::ansi_strip()).