
Nudge exactly-zero theta initial estimates off zero (FOCEi family)
Source:R/preProcessZeroTheta.R
dot-preProcessZeroTheta.RdFOCEi scales a linear parameter by its native magnitude `|init|`, which is `0` (no scale) when a population parameter is initialized at exactly `0` (the parameter then freezes). This hook moves every estimated, non-fixed `theta` whose initial estimate is exactly `0` to `+zeroTheta` when that is within its bounds, otherwise `-zeroTheta`; if neither is within the bounds it errors. Only runs for the FOCEi family (a `foceiControl`), and runs before `.preProcessBoundedTransform` so the nudged value is what gets transformed.