surv_data.RdThis dataset contains simulated survival data for multiple individuals with repeated measurements over time. It includes covariates, biomarkers, and survival outcomes for analysis in joint modeling or time-to-event studies.
data(surv_data)A data frame with 6 rows and 9 variables:
integer: Unique identifier for each individual.
integer: Time point of the observation.
numeric: Time-independent covariate for each individual.
integer: Another time-independent covariate (binary).
numeric: Repeated measurements of the first biomarker over time.
numeric: Repeated measurements of the second biomarker over time.
numeric: Repeated measurements of the third biomarker over time.
numeric: Time to event or censoring for each individual.
integer: Survival status (1 = event occurred, 0 = censored).