Do factor-analysis, logging warnings and errors
fa_failsafe(
...,
n.repeatOnWarning = 50,
warningTolerance = 2,
silentRepeatOnWarning = FALSE,
showWarnings = TRUE
)
A list with the fa
object and a warnings
and an errors
object.
The arguments for fa
in psych
.
How often to repeat on warnings (in the hopes of getting a run without warnings).
How many warnings are accepted.
Whether to be chatty or silent when repeating after warnings.
Whether to show the warnings.