continuous_eofdata_pb dataset

Example Dataset for a Continuous Outcome at End of Follow-Up with Pre-Baseline Times

Example Dataset for a Continuous Outcome at End of Follow-Up with Pre-Baseline Times

A dataset consisting of 22,500 observations on 2,500 individuals over 2 pre-baseline time points and follow-up 7 time points. Each row in the dataset corresponds to the record of one individual at one time point. data

Format

A data table with 22,500 rows and 7 variables:

  • t0: Time index.
  • id: Unique identifier for each individual.
  • L1: Categorical time-varying covariate.
  • L2: Continuous time-varying covariate.
  • L3: Continuous baseline covariate. For each individual, the baseline values are repeated at each time point.
  • A: Binary treatment variable.
  • Y: Continuous outcome of interest. Because this outcome is only defined at the end of follow-up, values of NA are given in all other time points.
continuous_eofdata_pb
  • Maintainer: Sean McGrath
  • License: GPL-3
  • Last published: 2025-03-24

About the dataset

  • Number of rows: 22500
  • Number of columns: 7
  • Class: data.table, data.frame

Column names and types

  • id:numeric
  • t0:numeric
  • L1:factor
  • L2:numeric
  • A:numeric
  • Y:numeric
  • L3:integer