Optimality tolerance
This is an issue that has been around a while--since version 1.3.2, at least. I have seen it under Windows and Linux. There are two components of Mx options called "Optimality tolerance", each having a slightly different default value. You can see for yourself with options()$mxOption
. This is problematic because there is no way to set the option to a different value:
> factorModel <- mxOption(factorModel,"Optimality tolerance", 6.3e-11)
Error in optionsNames[[match]] : attempt to select more than one element
> mxOption(NULL,"Optimality tolerance", 6.3e-11)
- Read more about Optimality tolerance
- 3 comments
- Log in or register to post comments