Changelog
Source:NEWS.md
StableEstim 2.3.9000
- Now
RelativeErr
(used in the condition to terminate the loop) inComputeITGMMParametersEstim()
andComputeCueGMMParametersEstim()
(called byGMMParametersEstim()
whenalgo = "ITGMM"
or"CueGMM"
) remains scalar in the second and subsequent iterations of thewhile
loop. Previously it was becoming a vector from the second iteration on, throwing an error or giving warning in recent versions of R. Thanks to Cedric Juessen who reported and diagnosed it. (fixes #1)