Closed billdenney closed 6 months ago
If the EBE for all subjects is zero
On Sat, Apr 6, 2024, 7:02 PM Bill Denney @.***> wrote:
The same model I've been working on for the past few days has an issue where when I use est = "posthoc", I get the same values for the PRED and IPRED columns. Is there any reason that this should be happening?
— Reply to this email directly, view it on GitHub https://github.com/nlmixr2/nlmixr2est/issues/436, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAD5VWXIBFR7K7JD425JFZLY4CEKJAVCNFSM6AAAAABF22BR66VHI2DSMVQWIX3LMV43ASLTON2WKOZSGIZDSNBWHA4DSMI . You are receiving this because you are subscribed to this thread.Message ID: @.***>
The EBE aren't all zero.
For the moment, my work-around is to remove the iiv from the ini()
block of the model, left_join(data, ranef(model))
, and then use est = "rxSolve"
.
That's an OK workaround, though it shouldn't be the goto solution.
Without a reproducible example, I cannot fix this :face_with_head_bandage: I will close this for now. Once you get a reproducible example I will look at this a bit more.
The same model I've been working on for the past few days has an issue where when I use
est = "posthoc"
, I get the same values for the PRED and IPRED columns. Is there any reason that this should be happening?