tdmore-dev / tdmore

In silico evaluation of precision dosing
https://tdmore-dev.github.io/tdmore/dev
GNU Affero General Public License v3.0
3 stars 1 forks source link

Time conversion from Calendar into numeric times #36

Closed rfaelens closed 5 years ago

rfaelens commented 5 years ago

TDMore should be able to work transparently with a TIME that is Calendar times (R class POSIXct).

This should be fully transparent in all model functions. We simply need to define a consistent "what is 0" definition, and output the correct values based on the input type.

rfaelens commented 5 years ago

This should be in the shiny interface. nonmem also does not work with calender times and dates. This is a data management problem. Keep tdmore lean and clean!