On 12/26/24 11:15, Adrian Garcia Selva wrote:
> Error: lavaan->lav_options_check(): Value(s) of option
> rotation.args$geomin.epsilon out of range (0 < x <= 0.01)!
In 0.6-19, we added a much stricter check on the range of parameter
values. Note that in theory, the geomin epsilon should be chosen as
small as possible. It is only added for numerical stability, and the
original version (by Yates) had epsilon=0. If you use epsilon=0.50, you
are not using geomin, but something else (which I suspect is closer to
oblimin).
But well, I did adjust the range to [0, 1] in the github version.
Yves.