| apa_loadings | R Documentation |
print loadings
apa_loadings(
fit,
sort_loading = TRUE,
min_loading = 0.2,
column_formats = NULL,
complexity = FALSE,
uniqueness = FALSE
)
fit |
model fit object |
sort_loading |
sort table using |
min_loading |
minimum loading to display |
column_formats |
column_formats object to format columns. If NULL, the default column_formats is used. |
complexity |
print complexity column in factor analysis table |
uniqueness |
print uniqueness column in factor analysis table |
tibble
fit <- psych::fa(Harman74.cor$cov, 4, fm = "pa",rotate = "varimax")
apa_loadings(fit) |>
`colnames<-`(c("Tests", "Verbal", "Spatial", "Quantitative", "Memory")) |>
apa_flextable()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.