This data set measures the number of days from a participant's randomization until they received their first dose of study drug.
Usage
data(derived_inductDelay)
Format
A tibble with 2,492 rows and 3 variables:
- who
Patient ID
- treatment
What treatment is prescribed: "Inpatient BUP", "Inpatient NR-NTX", "Methadone", "Outpatient BUP", "Outpatient BUP + EMM", "Outpatient BUP + SMM"
- inductDelay
How many days after being assigned to a treatment arm did the participant receive their first dose of study drug? Missing values indicate that the subject never received their first dose.
Details
This data set is a derived data set. The inputs are the treatment
and randomization data sets. The code to calculate the induction delay is
given in scripts/create_inductDelay_20210729.R
. The treatment arm is
also included in this data set because the induction delay depends on the
type of treatment. For example, inpatient treatment arms may have
different protocols than outpatient treatment arms for determining how
many days the subject must wait after randomization before treatment.