On Wed, Apr 16, 2025 at 8:29 AM Sven Schreiber
<sven.schreiber(a)fu-berlin.de> wrote:
Am 16.04.2025 um 13:43 schrieb Cottrell, Allin:
> Please provide a minimal example. The regls addon includes code to
> detect and avoid missing values, as follows:
> ...
> This seems to work in most cases so I think there must be something
> unusual going on.
Yeah, right now I cannot replicate it anymore. I'll keep an eye open and
will post more details when/if it happens next time.
Were you by any chance calling mregls() rather than regls()? In mregls
we were assuming that the matrix input would not contain any
non-finite values; I've now added a check on that.
Allin