data_example_long_surv dataset

A simulated dataset with longitudinal and survival data

A simulated dataset with longitudinal and survival data

A simulated univariate longitudinal dataset for demonstration. data

Format

An object of class list of length 15.

data(data_example_long_surv)

Returns

A list of the following components - $data_array_IC: The data array for IC data.

  • $time_matrix_IC: The time matrix for IC data.

  • $nobs_IC: Number of observations for each IC process.

  • $starttime_IC: Start time of monitoring for IC processes.

  • $survtime_IC: End time of monitoring for IC processes.

  • $survevent_IC: Survival events of IC processes.

  • $data_array_OC: The data array for OC data.

  • $time_matrix_OC: The time matrix for OC data.

  • $nobs_OC: Number of observations for each OC process.

  • $starttime_OC: Start time of monitoring for OC processes.

  • $survtime_OC: End time of monitoring for OC processes.

  • $survevent_OC: Survival events of OC processes.

  • $design_interval: The design interval.

  • $n_time_units: Number of time units in the design interval.

  • $time_unit: The time unit.

Details

Data Example: Longitudinal and Survival Data

Examples

data(data_example_long_surv)
  • Maintainer: Lu You
  • License: GPL-2 | GPL-3
  • Last published: 2022-07-16

About the dataset

  • Number of columns: 15
  • Class: list

Column names and types (First 10)

  • data_array_IC:array
  • time_matrix_IC:matrixarray
  • nobs_IC:integer
  • starttime_IC:numeric
  • survtime_IC:numeric
  • survevent_IC:logical
  • data_array_OC:array
  • time_matrix_OC:matrixarray
  • nobs_OC:integer
  • starttime_OC:numeric
  • survtime_OC:numeric
  • survevent_OC:logical
  • design_interval:numeric
  • n_time_units:numeric
  • time_unit:numeric