input_excel_factor: Input Excel Factor
Description
Reads factor loadings and latent correlations from an excel file.
Usage
input_excel_factor(file, raw = FALSE)
Value
list containing formatted data including center distances for
item_chart
, facet_chart
or factor loadings if
raw = TRUE
.
Arguments
- file
character; filename of the excel file
- raw
logical; should raw factor loading estimates be returned instead?;
defaults to FALSE
Details
Helper function of input_excel
.