input_excel_factor {IPV} | R Documentation |
Reads factor loadings and latent correlations from an excel file.
input_excel_factor(file, raw = FALSE)
file |
character; filename of the excel file |
raw |
logical; should raw factor loading estimates be returned instead?; defaults to FALSE |
Helper function of input_excel
.
list containing formatted data including center distances for
item_chart
, facet_chart
or factor loadings if
raw = TRUE
.