nlmixr2 / nlmixr2est

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

`"predict"` estimation method does not work #433

Closed billdenney closed 5 months ago

billdenney commented 5 months ago

When using est = "predict" it causes an error, even though "predict" shows up when calling nlmixr2AllEst():

d_first_day_sim <- nlmixr(object = model, data = d_first_day, est = "predict")
ℹ use `control` from prior fit
Error: do not know how to validate control for `est="predict"`, please add `getValidNlmixrCtl.predict` method
mattfidler commented 5 months ago

Try predict()