getDosingInterval: Get the dosing interval for the given formulation

Description Usage Arguments See Also Examples

View source: R/metadata.R

Description

Get the dosing interval for the given formulation

Usage

1

Arguments

x

formulation (character vector)

model

a tdmore model with formulation metadata

See Also

Other metadata: covariate(), formulation(), getMetadataByClass(), getMetadataByName(), metadata(), output(), target()

Examples

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

tdmore-dev/tdmore documentation built on Jan. 1, 2022, 3:21 a.m.