Get the dosing interval for the given formulation
getDosingInterval(x, model)
| x | formulation (character vector) |
|---|---|
| model | a tdmore model with formulation metadata |
Other metadata:
covariate(),
formulation(),
getMetadataByClass(),
getMetadataByName(),
metadata(),
output(),
target()
if(FALSE) { regimen <- data.frame(TIME=0, AMT=5, FORM="CompoundA") regimen$II <- getDosingInterval(regimen$FORM, model) }