View source: R/print.COMPARE.R
print.COMPARE | R Documentation |
Print Method showing a summarized output of the COMPARE
function.
## S3 method for class 'COMPARE' print(x, ...)
x |
list. An object of class COMPARE to be printed |
... |
Further arguments for print. |
# A type SPSS EFA to mimick the SPSS implementation EFA_SPSS_5 <- EFA(IDS2_R, n_factors = 5, type = "SPSS") # A type psych EFA to mimick the psych::fa() implementation EFA_psych_5 <- EFA(IDS2_R, n_factors = 5, type = "psych") # compare the two COMPARE(EFA_SPSS_5$unrot_loadings, EFA_psych_5$unrot_loadings, x_labels = c("SPSS", "psych"))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.