Closed billdenney closed 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.
.v
NULL
sqrt(.v)
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.
In the code here:
https://github.com/nlmixr2/nlmixr2est/blob/d239f9150d9908f6b9b0fddcfba75c7c38546d57/R/nlmixr2output.R#L130-L140
.v
isNULL
for a model without between-subject variability on line 130 which causes an error thatsqrt(.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.