Get the dosing interval for the given formulation

getDosingInterval(x, model)

Arguments

x

formulation (character vector)

model

a tdmore model with formulation metadata

See also

Examples

if(FALSE) { regimen <- data.frame(TIME=0, AMT=5, FORM="CompoundA") regimen$II <- getDosingInterval(regimen$FORM, model) }