Calvagone / campsis

A generic PK/PD simulation platform based on rxode2 and mrgsolve engines.
https://calvagone.github.io/
GNU General Public License v3.0
8 stars 3 forks source link

Dose adaptation based on a covariate #31

Closed luyckxn closed 3 years ago

luyckxn commented 3 years ago

Currently, there is no easy way to adapt a dose based on a covariate.

Altough this is possible via the table function, e.g. tablefun=~.x %>% dplyr::mutate(AMT=AMT*BW), we probably need an easier and better way to do that.