Open billdenney opened 2 years ago
Should we enable functions to extract information about times since infusion doses and parameters about the infusion doses?
tlast(cmt, end=TRUE)
cmt
tad(cmt, end=TRUE)
dose.rate(cmt)
dose.rate(cmt, dur=TRUE)
Edited from comment originally posted by @mattfidler in https://github.com/nlmixr2/rxode2/issues/98#issuecomment-1055534907
R based function expressions like tlast(cmt, end=TRUE) are not currently supported by the internal parser and would take too much time to implement
Stale issue message
Should we enable functions to extract information about times since infusion doses and parameters about the infusion doses?
tlast(cmt, end=TRUE)
(cmt
is optional)tad(cmt, end=TRUE)
(cmt
is optional)dose.rate(cmt)
(cmt
is optional)dose.rate(cmt, dur=TRUE)
(cmt
is optional)Edited from comment originally posted by @mattfidler in https://github.com/nlmixr2/rxode2/issues/98#issuecomment-1055534907