UUPharmacometrics / assemblerr

Quickly assemble pharmacometric models
https://uupharmacometrics.github.io/assemblerr/
Other
10 stars 4 forks source link

Create a model with two $EST (SAEM+IMP) #21

Closed SimonBuatois closed 3 years ago

SimonBuatois commented 3 years ago

I have an error message when I'm trying to create two $EST:

render(pkm,tasks=tsk_estimation(
  algorithm = c("saem", "imp"),
  se = FALSE,
  target_options = list()
))

image

sebastianueckert commented 3 years ago

The documentation of tsk_estimation has been improved and now details how to achieve this.