df1 {drugDemand}R Documentation

The subject-level enrollment and event data before enrollment completion.

Description

A data frame with the following columns:

trialsdt

The trial start date.

usubjid

The unique subject ID.

randdt

The randomization date for each subject.

treatment

The treatment group.

treatment_description

Description of the treatment group.

time

The number of days elapsed since randomization.

event

The event indicator, with a value of 1 indicating the occurrence of an event, and 0 indicating no event.

dropout

The dropout indicator, where 1 corresponds to a dropout and 0 implies no dropout.

cutoffdt

The cutoff date.

For drug demand forecasting, the event of interest is treatment discontinuation. The dropout variable is set to 0 for all patients in this context.

Usage

df1

Format

An object of class tbl_df (inherits from tbl, data.frame) with 175 rows and 9 columns.


[Package drugDemand version 0.1.3 Index]