add_time_after_dose: add_time_after_dose

View source: R/functions_wrapper.R

add_time_after_doseR Documentation

add_time_after_dose

Description

Calculate and add a TAD column to the dataset

Usage

add_time_after_dose(model)

Arguments

model

(Model) Pharmpy model

Value

(Model) Updated Pharmpy model

See Also

add_time_of_last_dose : Add time of last dose to model

Examples

## Not run: 
model <- load_example_model("pheno")
model <- add_time_after_dose(model)

## End(Not run)

pharmr documentation built on May 28, 2026, 5:08 p.m.