Learn R Programming

pharmr (version 2.2.0)

add_time_after_dose: add_time_after_dose

Description

Calculate and add a TAD column to the dataset

Usage

add_time_after_dose(model)

Value

(Model) Updated Pharmpy model

Arguments

model

(Model) Pharmpy model

See Also

add_time_of_last_dose : Add time of last dose to model

Examples

Run this code
if (FALSE) {
model <- load_example_model("pheno")
model <- add_time_after_dose(model)
}

Run the code above in your browser using DataLab