df2 dataset

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

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

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. data

Format

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

df2
  • Maintainer: Kaifeng Lu
  • License: GPL (>= 2)
  • Last published: 2024-02-28

About the dataset

  • Number of rows: 250
  • Number of columns: 9
  • Class: tbl_df, tbl, data.frame

Column names and types

  • trialsdt:Date
  • usubjid:character
  • randdt:Date
  • treatment:integer
  • treatment_description:character
  • time:numeric
  • event:numeric
  • dropout:numeric
  • cutoffdt:Date