This dataset contains information about individual observations across multiple time points, including survival-related variables such as survival_time and survival_status. The data also includes markers (marker_1,marker_2, marker_3), and other covariates (Z_1,Z_2).

data(long_data)

Format

A data frame with 6 rows and 9 variables:

ID

A unique identifier for each individual.

Time

The time point for the observation.

Z_1

A covariate representing a numeric value (e.g., biomarker or age).

Z_2

A covariate representing another numeric value (e.g., another biomarker or variable).

marker_1

A numeric value representing the first marker at the given time point.

marker_2

A numeric value representing the second marker at the given time point.

marker_3

A numeric value representing the third marker at the given time point.

survival_time

The survival time (in years, months, or other units) for the individual.

survival_status

The survival status (1 = event, 0 = censored) indicating whether the individual experienced the event (e.g., death).