nlmixr2 / nlmixr2est

nlmixr2 estimation routines
https://nlmixr2.github.io/nlmixr2est/
GNU General Public License v2.0
7 stars 3 forks source link

`.v` is NULL for a model without BSV #468

Closed billdenney closed 2 months ago

billdenney commented 2 months ago

In the code here:

https://github.com/nlmixr2/nlmixr2est/blob/d239f9150d9908f6b9b0fddcfba75c7c38546d57/R/nlmixr2output.R#L130-L140

.v is NULL for a model without between-subject variability on line 130 which causes an error that sqrt(.v) is not valid on line 140.

I'm not sure of the exact model characteristics of the model/data that are causing this, and I'm working on creating a reprex.